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:
parent
81563e5547
commit
bcbccdbe82
22
pom.xml
22
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue