Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
Push dependencies into room pom.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Nov 25, 2013
1 parent 542a59f commit 5e6ef7a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
3 changes: 0 additions & 3 deletions compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>15.0</version>
</dependency>

<dependency>
Expand All @@ -67,13 +66,11 @@
<dependency>
<groupId>com.google.testing.compile</groupId>
<artifactId>compile-testing</artifactId>
<version>0.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.truth0</groupId>
<artifactId>truth</artifactId>
<version>0.13</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
18 changes: 18 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,13 @@
<java.version>1.6</java.version>
<javax.inject.version>1</javax.inject.version>
<javawriter.version>2.3.0</javawriter.version>
<guava.version>15.0</guava.version>

<!-- Test Dependencies -->
<junit.version>4.10</junit.version>
<fest.version>1.4</fest.version>
<truth.version>0.13</truth.version>
<compile-testing.version>0.4</compile-testing.version>
</properties>

<scm>
Expand Down Expand Up @@ -86,6 +89,11 @@
<artifactId>javawriter</artifactId>
<version>${javawriter.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand All @@ -96,6 +104,16 @@
<artifactId>fest-assert</artifactId>
<version>${fest.version}</version>
</dependency>
<dependency>
<groupId>com.google.testing.compile</groupId>
<artifactId>compile-testing</artifactId>
<version>${compile-testing.version}</version>
</dependency>
<dependency>
<groupId>org.truth0</groupId>
<artifactId>truth</artifactId>
<version>${truth.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 5e6ef7a

Please sign in to comment.