Skip to content

Commit 17aaa87

Browse files
authored
Addresses #53 (#58)
Pinned artifacts to specific versions instead of using ranges
1 parent b017ff9 commit 17aaa87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.postgresql</groupId>
2929
<artifactId>postgresql</artifactId>
30-
<version>[9.4.1208.jre7,)</version>
30+
<version>9.4.1208.jre7</version>
3131
</dependency>
3232
</dependencies>
3333

jdbc_jtsparser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>net.postgis</groupId>
2929
<artifactId>postgis-jdbc</artifactId>
30-
<version>[2.1.0,)</version>
30+
<version>2.2.2-SNAPSHOT</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.locationtech.jts</groupId>

0 commit comments

Comments
 (0)