Skip to content

Commit

Permalink
Fix parent declaration in storage/cache/pom.xml and remove duplicate …
Browse files Browse the repository at this point in the history
…junit dependency

Signed-off-by: Gabriel Roldan <gabriel.roldan@gmail.com>
  • Loading branch information
groldan committed Dec 3, 2018
1 parent 775731f commit de13afd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
4 changes: 0 additions & 4 deletions src/cli/geotools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
Expand Down
1 change: 0 additions & 1 deletion src/geotools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand Down
4 changes: 2 additions & 2 deletions src/storage/cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

<parent>
<groupId>org.locationtech.geogig</groupId>
<artifactId>geogig</artifactId>
<artifactId>geogig-storage</artifactId>
<version>1.4-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>geogig-storage-cache</artifactId>
Expand Down

0 comments on commit de13afd

Please sign in to comment.