Skip to content

Commit d71e4fa

Browse files
sebasticphillipross
authored andcommitted
org.postgresql 42.2.2 doesn't thow exception any more. (#60)
1 parent ae47602 commit d71e4fa

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>42.2.2.jre7</version>
3131
</dependency>
3232
</dependencies>
3333

jdbc/src/main/java/org/postgis/DriverWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ public void addBinaryGeometries(Connection conn) throws SQLException {
339339
}
340340
}
341341

342-
public Logger getParentLogger() throws SQLFeatureNotSupportedException {
342+
public Logger getParentLogger() {
343343
throw new UnsupportedOperationException("Not supported yet.");
344344
}
345345
}

0 commit comments

Comments
 (0)