Skip to content

Commit

Permalink
remove sqljdbc4 and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
TanyaStere42 committed Nov 27, 2024
1 parent 3008a4b commit 6c1bf1d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 23 deletions.
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.

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

<!-- wildbook local jars, not in public maven repos -->

<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 6c1bf1d

Please sign in to comment.