Skip to content

Commit

Permalink
exclude xerial driver pulled in by unified gpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
ischneider committed Jun 10, 2014
1 parent 251ea72 commit 997ef68
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
<groupId>org.jeo</groupId>
<artifactId>jeo-android</artifactId>
<version>${jeo.version}</version>
<exclusions>
<exclusion>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jeo</groupId>
Expand Down

0 comments on commit 997ef68

Please sign in to comment.