Skip to content

Commit

Permalink
Use a custom jar for gt-wms
Browse files Browse the repository at this point in the history
  • Loading branch information
fgravin committed Nov 19, 2015
1 parent 524be3e commit 486b5fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -179,7 +179,7 @@
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-wms</artifactId>
<version>${geotools.version}</version>
<version>15-SNAPSHOT-Vampouille</version>
</dependency>
<dependency>
<groupId>org.geotools</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -709,7 +709,7 @@
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-wms</artifactId>
<version>${geotools.version}</version>
<version>15-SNAPSHOT-Vampouille</version>
</dependency>
<dependency>
<groupId>org.geotools.jdbc</groupId>
Expand Down Expand Up @@ -1111,7 +1111,7 @@
</releases>
<id>core-maven-repo</id>
<name>GeoNetwork remote repository</name>
<url>https://raw.githubusercontent.com/geonetwork/core-maven-repo/master</url>
<url>https://raw.githubusercontent.com/geonetwork/core-maven-repo/gt-wms-sld</url>
</repository>

<repository>
Expand Down
2 changes: 1 addition & 1 deletion services/pom.xml
Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-wms</artifactId>
<version>${geotools.version}</version>
<version>15-SNAPSHOT-Vampouille</version>
</dependency>
<dependency>
<groupId>org.geotools</groupId>
Expand Down

0 comments on commit 486b5fc

Please sign in to comment.