Committed by
Pavlin Radoslavov
Set dependency scope test to unit test libraries
Change-Id: I0d8e9897cc3a3693a76e7ebb1270a88cea9416cf
Showing
1 changed file
with
6 additions
and
4 deletions
| ... | @@ -33,16 +33,18 @@ | ... | @@ -33,16 +33,18 @@ |
| 33 | 33 | ||
| 34 | <dependencies> | 34 | <dependencies> |
| 35 | <dependency> | 35 | <dependency> |
| 36 | - <groupId>com.google.guava</groupId> | ||
| 37 | - <artifactId>guava-testlib</artifactId> | ||
| 38 | - </dependency> | ||
| 39 | - <dependency> | ||
| 40 | <groupId>joda-time</groupId> | 36 | <groupId>joda-time</groupId> |
| 41 | <artifactId>joda-time</artifactId> | 37 | <artifactId>joda-time</artifactId> |
| 42 | </dependency> | 38 | </dependency> |
| 43 | <dependency> | 39 | <dependency> |
| 40 | + <groupId>com.google.guava</groupId> | ||
| 41 | + <artifactId>guava-testlib</artifactId> | ||
| 42 | + <scope>test</scope> | ||
| 43 | + </dependency> | ||
| 44 | + <dependency> | ||
| 44 | <groupId>org.easymock</groupId> | 45 | <groupId>org.easymock</groupId> |
| 45 | <artifactId>easymock</artifactId> | 46 | <artifactId>easymock</artifactId> |
| 47 | + <scope>test</scope> | ||
| 46 | </dependency> | 48 | </dependency> |
| 47 | </dependencies> | 49 | </dependencies> |
| 48 | 50 | ... | ... |
-
Please register or login to post a comment