Add dependency on the RR context-library.

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/resource-management/resource-manager@158880 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Manuele Simi 2017-11-29 03:43:47 +00:00
parent 77831c3367
commit 38aaad7f83
2 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,7 @@
<classpath>
<classpathentry kind="src" path="webapp/src/main/java"/>
<classpathentry kind="src" path="io/src/main/java"/>
<classpathentry kind="src" path="webapp/src/test/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="maven.pomderived" value="true"/>

View File

@ -130,7 +130,11 @@
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry-context-client</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<!-- Test Dependency -->
<dependency>