This commit is contained in:
Francesco Mangiacrapa 2013-02-20 15:53:37 +00:00
parent 4e52e143a5
commit 4aaa835573
2 changed files with 35 additions and 3 deletions

View File

@ -13,6 +13,7 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry combineaccessrules="false" kind="src" path="/opengcubeapplication"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
<attributes>
<attribute name="maven.pomderived" value="true"/>

37
pom.xml
View File

@ -10,7 +10,7 @@
<groupId>org.gcube.portlets.user</groupId>
<artifactId>workspace-tree-widget</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.1-SNAPSHOT</version>
<name>gCube Workspace Tree Widget</name>
<description>
gCube Workspace Tree Widget.
@ -87,13 +87,13 @@
<dependency>
<groupId>org.gcube.portlets.user</groupId>
<artifactId>home-library</artifactId>
<version>[4.3.0-SNAPSHOT, 5.0.0-SNAPSHOT)</version> <!-- INSERT RANGE [4.3.0-SNAPSHOT, 5.0.0-SNAPSHOT]-->
<version>[4.3.0-SNAPSHOT, 5.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.portlets.user</groupId>
<artifactId>home-library-jcr</artifactId>
<version>[1.3.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version> <!-- INSERT RANGE [1.3.0-SNAPSHOT, 2.0.0-SNAPSHOT) -->
<version>[1.3.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>
@ -138,6 +138,37 @@
<version>[0.1.0-SNAPSHOT, 1.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.dvos</groupId>
<artifactId>usermanagement-core</artifactId>
<version>[1.3.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<!-- <dependency> -->
<!-- <groupId>org.gcube.portlets.user</groupId> -->
<!-- <artifactId>opengcubeapplication</artifactId> -->
<!-- <version>1.0.0-SNAPSHOT</version> -->
<!-- <scope>provided</scope> -->
<!-- </dependency> -->
<!-- REMOVE THIS -->
<dependency>
<groupId>org.gcube.portlets.user</groupId>
<artifactId>opengcubeapplication</artifactId>
<version>1.0.0-SNAPSHOT</version>
<scope>system</scope>
<systemPath>/home/backup-old-home/francesco-mangiacrapa/workspace/opengcubeapplication/target/opengcubeapplication-1.0.0-SNAPSHOT.jar</systemPath>
<exclusions>
<exclusion>
<artifactId>opengcubeapplication</artifactId>
<groupId>org.gcube.portlets.user</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<build>
<resources>