Skip to content

Commit

Permalink
Add common to the convenience pom, and bump version numbers on value
Browse files Browse the repository at this point in the history
  • Loading branch information
cgruber committed Jun 18, 2014
1 parent 9b389fa commit 8593961
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions build-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<packaging>pom</packaging>
<modules>
<module>.</module>
<module>common</module>
<module>factory</module>
<module>service</module>
<module>value</module>
Expand Down
4 changes: 4 additions & 0 deletions value/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,21 +59,25 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-testlib</artifactId>
<version>17.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.testing.compile</groupId>
<artifactId>compile-testing</artifactId>
<version>0.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.truth0</groupId>
<artifactId>truth</artifactId>
<version>0.20</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 8593961

Please sign in to comment.