dependencies modified in pom file:

- dependency xalan modified in provided in order to use the lib available in the portal.
- dependency jakarta-regexp added in order to not use the package regexp in xalan
- removed an aslcore dependency because duplicated.

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/databases-manager-portlet@101834 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Loredana Liccardo 2014-12-02 15:35:11 +00:00
parent d1524d1a24
commit 4102e20eea
1 changed files with 20 additions and 11 deletions

23
pom.xml
View File

@ -39,15 +39,16 @@
<dependencies> <dependencies>
<!-- Dependencies for the SM client library --> <!-- Dependencies for the SM client library -->
<dependency> <!-- <dependency> -->
<groupId>org.gcube.applicationsupportlayer</groupId> <!-- <groupId>org.gcube.applicationsupportlayer</groupId> -->
<artifactId>aslcore</artifactId> <!-- <artifactId>aslcore</artifactId> -->
<!-- <version>[1.0.0-SNAPSHOT,5.0.0-SNAPSHOT)</version> --> <!-- <version>[1.0.0-SNAPSHOT,5.0.0-SNAPSHOT)</version> -->
</dependency> <!-- </dependency> -->
<dependency> <dependency>
<groupId>org.gcube.data.analysis</groupId> <groupId>org.gcube.data.analysis</groupId>
<artifactId>statistical-manager-cl</artifactId> <artifactId>statistical-manager-cl</artifactId>
<version>[1.0.0-SNAPSHOT,1.4.0-SNAPSHOT]</version> <!-- <version>[1.0.0-SNAPSHOT,1.4.0-SNAPSHOT]</version> -->
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
</dependency> </dependency>
<dependency> <dependency>
@ -81,10 +82,18 @@
<dependency> <dependency>
<groupId>xalan</groupId> <groupId>xalan</groupId>
<artifactId>xalan</artifactId> <artifactId>xalan</artifactId>
<version>2.6.0</version> <version>2.7.1</version>
<!-- <scope>provided</scope> --> <!-- <scope>compile</scope> -->
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta-regexp</groupId>
<artifactId>jakarta-regexp</artifactId>
<version>1.4</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<!-- <dependency> --> <!-- <dependency> -->
<!-- <groupId>regexp</groupId> --> <!-- <groupId>regexp</groupId> -->
<!-- <artifactId>regexp</artifactId> --> <!-- <artifactId>regexp</artifactId> -->