branch release/4.0-RC4 updated (f3d5761 -> 487128b)
This is an automated email from the git hooks/post-receive script. New change to branch release/4.0-RC4 in repository observe. See http://git.codelutin.com/observe.git from f3d5761 add license header new 487128b optimize dependencies The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 487128b55703c8f56c6be2a42214ffcc51345391 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Apr 23 19:32:55 2015 +0200 optimize dependencies Summary of changes: observe-swing/pom.xml | 18 ++++++++++++++---- pom.xml | 47 ++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 56 insertions(+), 9 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch release/4.0-RC4 in repository observe. See http://git.codelutin.com/observe.git commit 487128b55703c8f56c6be2a42214ffcc51345391 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Apr 23 19:32:55 2015 +0200 optimize dependencies --- observe-swing/pom.xml | 18 ++++++++++++++---- pom.xml | 47 ++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 56 insertions(+), 9 deletions(-) diff --git a/observe-swing/pom.xml b/observe-swing/pom.xml index 94f8976..da08904 100644 --- a/observe-swing/pom.xml +++ b/observe-swing/pom.xml @@ -244,10 +244,6 @@ </dependency> <dependency> <groupId>org.geotools</groupId> - <artifactId>gt-shapefile</artifactId> - </dependency> - <dependency> - <groupId>org.geotools</groupId> <artifactId>gt-api</artifactId> </dependency> <dependency> @@ -260,7 +256,21 @@ </dependency> <dependency> <groupId>org.geotools</groupId> + <artifactId>gt-referencing</artifactId> + </dependency> + <dependency> + <groupId>org.geotools</groupId> + <artifactId>gt-opengis</artifactId> + </dependency> + <dependency> + <groupId>org.geotools</groupId> + <artifactId>gt-shapefile</artifactId> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>org.geotools</groupId> <artifactId>gt-epsg-hsql</artifactId> + <scope>runtime</scope> </dependency> <!-- Logging --> diff --git a/pom.xml b/pom.xml index 79804b5..6a60db7 100644 --- a/pom.xml +++ b/pom.xml @@ -448,11 +448,6 @@ <!-- Map --> <dependency> - <groupId>com.bbn</groupId> - <artifactId>openmap</artifactId> - <version>5.0.4</version> - </dependency> - <dependency> <groupId>org.geotools</groupId> <artifactId>gt-shapefile</artifactId> <version>${geoToolsVersion}</version> @@ -486,6 +481,10 @@ <groupId>java3d</groupId> <artifactId>vecmath</artifactId> </exclusion> + <exclusion> + <groupId>com.vididsolutions</groupId> + <artifactId>jts</artifactId> + </exclusion> </exclusions> </dependency> @@ -502,6 +501,12 @@ <dependency> <groupId>org.geotools</groupId> + <artifactId>gt-referencing</artifactId> + <version>${geoToolsVersion}</version> + </dependency> + + <dependency> + <groupId>org.geotools</groupId> <artifactId>gt-opengis</artifactId> <version>${geoToolsVersion}</version> <exclusions> @@ -517,6 +522,12 @@ <version>${geoToolsVersion}</version> </dependency> + <dependency> + <groupId>com.vididsolutions</groupId> + <artifactId>jts</artifactId> + <version>1.13</version> + </dependency> + <!-- logging --> <dependency> <groupId>org.slf4j</groupId> @@ -604,6 +615,19 @@ <version>${projectInfoReportsPluginVersion}</version> </plugin> + <plugin> + <artifactId>maven-dependency-plugin</artifactId> + <executions> + <execution> + <configuration> + <ignoredDependencies> + <ignoredDependency>com.vividsolutions:jst</ignoredDependency> + </ignoredDependencies> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </pluginManagement> <extensions> @@ -769,5 +793,18 @@ </profile> + <profile> + <id>release-quality-profile</id> + <activation> + <property> + <name>performRelease</name> + <value>true</value> + </property> + </activation> + <properties> + <helper.skipCheckAutocontainer>true</helper.skipCheckAutocontainer> + </properties> + </profile> + </profiles> </project> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
participants (1)
-
codelutin.com scm