updated pom to include resource registry and all its deps

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/distributions/maven-portal-bom@96270 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2014-05-29 12:33:53 +00:00
parent 917d0c8f73
commit 8bc425ed51
1 changed files with 11 additions and 10 deletions

21
pom.xml
View File

@ -200,7 +200,7 @@
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.2</version>
<version>1.4.4</version>
<scope>provided</scope>
</dependency>
<dependency>
@ -211,8 +211,15 @@
</dependency>
<dependency>
<groupId>xpp3</groupId>
<artifactId>xpp3</artifactId>
<version>1.1.3.3</version>
<artifactId>xpp3_min</artifactId>
<version>1.1.4c</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.0.b2</version>
<scope>provided</scope>
</dependency>
<!-- End Home Library -->
<!-- Social Networking Library -->
@ -563,13 +570,7 @@
<artifactId>rrgcubebridge</artifactId>
<version>[1.4.3-SNAPSHOT,)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.execution</groupId>
<artifactId>rrgcubeplugins</artifactId>
<version>[1.0.0-SNAPSHOT,)</version>
<scope>provided</scope>
</dependency>
</dependency>
<dependency>
<groupId>org.gcube.execution</groupId>
<artifactId>rrplugins</artifactId>