This commit is contained in:
Andrea Manzi 2013-03-15 15:44:10 +00:00
parent 99185dd380
commit 6b7d1b7767
1 changed files with 24 additions and 2 deletions

26
pom.xml
View File

@ -1,3 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@ -21,6 +23,8 @@
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-bom</artifactId>
<version>${bom.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.gcube.applicationsupportlayer</groupId>
@ -85,10 +89,28 @@
<dependency>
<groupId>org.gcube.portlets.user</groupId>
<artifactId>home-library-jcr</artifactId>
<version>[1.3.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
<version>[1.3.0-SNAPSHOT,)</version>
<scope>provided</scope>
</dependency>
</dependencies>
<dependency>
<groupId>org.gcube.portal</groupId>
<artifactId>custom-portal-handler</artifactId>
<version>[1.1.0-SNAPSHOT,)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.portlet</groupId>
<artifactId>portlet-api</artifactId>
<version>2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sencha.gxt</groupId>
<artifactId>gxt</artifactId>
<version>[3.0.0,)</version>
<scope>provided</scope>
</dependency>
</dependencies>
</dependencyManagement>
</project>