added resource registry jars

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/distributions/maven-portal-bom@96642 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2014-06-04 14:51:51 +00:00
parent 81563e5547
commit bcbccdbe82
1 changed files with 17 additions and 5 deletions

22
pom.xml
View File

@ -25,7 +25,7 @@
<artifactId>accesslogger</artifactId>
<version>[1.3.0-SNAPSHOT,)</version>
<scope>provided</scope>
</dependency>
</dependency>
<dependency>
<groupId>org.gcube.applicationsupportlayer</groupId>
<artifactId>aslcontent</artifactId>
@ -211,7 +211,7 @@
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<artifactId>xml-apis</artifactId>
<version>1.0.b2</version>
<scope>provided</scope>
</dependency>
@ -393,7 +393,7 @@
<artifactId>gcube-widgets</artifactId>
<version>[1.4.0-SNAPSHOT,)</version>
<scope>provided</scope>
</dependency>
</dependency>
<dependency>
<groupId>org.gcube.dvos</groupId>
<artifactId>usermanagement-core</artifactId>
@ -559,7 +559,7 @@
<artifactId>rrgcubebridge</artifactId>
<version>[1.4.3-SNAPSHOT,)</version>
<scope>provided</scope>
</dependency>
</dependency>
<dependency>
<groupId>org.gcube.execution</groupId>
<artifactId>rrplugins</artifactId>
@ -584,6 +584,18 @@
<version>[1.3.0-SNAPSHOT,)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.execution</groupId>
<artifactId>resourceregistry-configuration-portal</artifactId>
<version>[1.0.0-SNAPSHOT,)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.execution</groupId>
<artifactId>rrconfprovider-portal</artifactId>
<version>[1.0.0-SNAPSHOT,)</version>
<scope>provided</scope>
</dependency>
<!-- end resource registry the greek -->
<!-- storage layer -->
<dependency>
@ -635,7 +647,7 @@
<artifactId>guava</artifactId>
<version>15.0</version>
<scope>provided</scope>
</dependency>
</dependency>
<dependency>
<groupId>javax.jdo</groupId>
<artifactId>jdo-api</artifactId>