Skip to content

Commit

Permalink
[opinion] make gdal a normal dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sdahlbac committed Nov 1, 2016
1 parent cdb5cf7 commit dbbffff
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.gdal</groupId>
<artifactId>gdal</artifactId>
<version>2.1.0</version>
<systemPath>C:\Program Files\GDAL\java\gdal.jar</systemPath>
<scope>system</scope>
<groupId>org.gdal</groupId>
<artifactId>gdal</artifactId>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
Expand Down

0 comments on commit dbbffff

Please sign in to comment.