Skip to content

Commit

Permalink
Merge pull request google#984 from jccarrillo/Move-junit-dependecy
Browse files Browse the repository at this point in the history
Moved Unit dependency to DM
  • Loading branch information
sameb committed Jan 21, 2016
2 parents 844b925 + 4f3a162 commit 9f0fb56
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,15 +161,19 @@ See the Apache License Version 2.0 for the specific language governing permissio
<artifactId>cglib</artifactId>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit 9f0fb56

Please sign in to comment.