Skip to content

Commit

Permalink
Merge pull request #909 from WildMeOrg/908-local-repo-removal
Browse files Browse the repository at this point in the history
908 local repo removal
  • Loading branch information
naknomum authored Dec 4, 2024
2 parents 29ddda1 + 1f4c16d commit 1677251
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 44 deletions.
Binary file removed local-repo/dilib/dilib/1.0/dilib-1.0.jar
Binary file not shown.
8 changes: 0 additions & 8 deletions local-repo/dilib/dilib/1.0/dilib-1.0.pom

This file was deleted.

Binary file removed local-repo/sqljdbc4/sqljdbc4/1.0/sqljdbc4-1.0.jar
Binary file not shown.
8 changes: 0 additions & 8 deletions local-repo/sqljdbc4/sqljdbc4/1.0/sqljdbc4-1.0.pom

This file was deleted.

Binary file not shown.

This file was deleted.

25 changes: 5 additions & 20 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -358,39 +358,24 @@
<version>3.11</version>
</dependency>

<!-- wildbook local jars, not in public maven repos -->
<dependency>
<groupId>dilib</groupId>
<artifactId>dilib</artifactId>
<version>1.0</version>
</dependency>

<dependency>
<groupId>sqljdbc4</groupId>
<artifactId>sqljdbc4</artifactId>
<version>1.0</version>
</dependency>

<!-- end local repo dependencies-->

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.11.0</version>
<scope>test</scope>
</dependency>
</dependency>

<dependency>
<groupId>org.geotools</groupId>
Expand Down

0 comments on commit 1677251

Please sign in to comment.