Skip to content
This repository has been archived by the owner on Nov 30, 2017. It is now read-only.

Commit

Permalink
POM files cleanup related to #230 (gb-action-tools), #220 (gb-core-impl)
Browse files Browse the repository at this point in the history
  • Loading branch information
etj committed Sep 30, 2013
1 parent 8c3218a commit 7b15759
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
7 changes: 7 additions & 0 deletions src/actions/freemarker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@
<artifactId>gb-fs-catalog</artifactId>
</dependency>

<!-- OBSOLETE DEP TO BE REMOVED!!! -->
<dependency>
<groupId>it.geosolutions.geobatch</groupId>
<artifactId>gb-action-tools</artifactId>
</dependency>


<dependency>
<groupId>it.geosolutions.tools</groupId>
<artifactId>tools-compress</artifactId>
Expand Down
15 changes: 5 additions & 10 deletions src/actions/geoserver/geoserver-action/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,15 @@
<!-- GEOBATCH lib -->
<dependency>
<groupId>it.geosolutions.geobatch</groupId>
<artifactId>gb-core-impl</artifactId>
<artifactId>gb-core-model</artifactId>
</dependency>

<!-- OBSOLETE DEP TO BE REMOVED!!! -->
<dependency>
<groupId>it.geosolutions.geobatch</groupId>
<artifactId>gb-fs-catalog</artifactId>
<artifactId>gb-action-tools</artifactId>
</dependency>

<!-- test -->
<dependency>
<groupId>junit</groupId>
Expand All @@ -73,14 +76,6 @@
<groupId>it.geosolutions.geobatch</groupId>
<artifactId>gb-dao-xstream</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>it.geosolutions.geobatch</groupId>
<artifactId>gb-core-impl</artifactId>
</dependency>
<dependency>
<groupId>it.geosolutions.geobatch</groupId>
<artifactId>gb-fs-catalog</artifactId>
</dependency>
</dependencies>
</project>
3 changes: 2 additions & 1 deletion src/actions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@
<properties>
<root.basedir>${project.basedir}/..</root.basedir>
</properties>
<dependencies>
<!-- <dependencies>
<dependency>
<groupId>it.geosolutions.geobatch</groupId>
<artifactId>gb-action-tools</artifactId>
</dependency>
</dependencies>
-->
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 7b15759

Please sign in to comment.