Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #269 from 52North/dev
Browse files Browse the repository at this point in the history
Merge dev branch
  • Loading branch information
bpross-52n authored Feb 4, 2019
2 parents daba4f0 + 01d66cd commit 3f15429
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 33 deletions.
8 changes: 0 additions & 8 deletions 52n-wps-io-geotools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@
<name>Open Source Geospatial Foundation Repository</name>
<url>http://download.osgeo.org/webdav/geotools/</url>
</repository>
<repository>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>opengeo</id>
<name>OpenGeo Maven Repository</name>
<url>http://repo.opengeo.org</url>
</repository>
</repositories>
<build>
<resources>
Expand Down
8 changes: 0 additions & 8 deletions 52n-wps-io-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@
<name>Open Source Geospatial Foundation Repository</name>
<url>http://download.osgeo.org/webdav/geotools/</url>
</repository>
<repository>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>opengeo</id>
<name>OpenGeo Maven Repository</name>
<url>http://repo.opengeo.org</url>
</repository>
</repositories>
<build>
<plugins>
Expand Down
8 changes: 0 additions & 8 deletions 52n-wps-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@
<name>Open Source Geospatial Foundation Repository</name>
<url>http://download.osgeo.org/webdav/geotools/</url>
</repository>
<repository>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>opengeo</id>
<name>OpenGeo Maven Repository</name>
<url>http://repo.opengeo.org</url>
</repository>
</repositories>

<licenses>
Expand Down
3 changes: 2 additions & 1 deletion NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ This project includes:
AOP alliance under Public Domain
Apache Commons Exec under Apache License, Version 2.0
Apache Commons Lang under The Apache Software License, Version 2.0
Apache HttpClient under Apache License, Version 2.0
Apache HttpCore under Apache License, Version 2.0
API interfaces under Lesser General Public License (LGPL)
ArcGrid datasource module under Lesser General Public License (LGPL)
authentication under GNU GENERAL PUBLIC LICENSE Version 2, June 1991
Expand Down Expand Up @@ -102,7 +104,6 @@ This project includes:
HSQLDB under HSQLDB License
htmlparser under The MIT License
HttpClient under Apache License
HttpCore under Apache License
ibatis-sqlmap under The Apache Software License, Version 2.0
Image I/O-Extensions - Custom Streams under GNU Lesser General Public License, version 3 or later (LGPL)
Image I/O-Extensions - Improved TIFF Plugin under BSD License
Expand Down
10 changes: 2 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>OpenGEO</id>
<name>opengeo repository</name>
<url>http://repo.opengeo.org</url>
</repository>
</repositories>
<build>
<pluginManagement>
Expand Down Expand Up @@ -416,13 +411,12 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.2.1</version>
<scope>compile</scope>
<version>4.5.6</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.2.1</version>
<version>4.4.10</version>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
Expand Down

0 comments on commit 3f15429

Please sign in to comment.