2013-03-15 16:44:10 +01:00
|
|
|
|
|
|
|
|
2013-03-13 19:24:20 +01:00
|
|
|
<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>
|
|
|
|
<parent>
|
|
|
|
<artifactId>maven-parent</artifactId>
|
|
|
|
<groupId>org.gcube.tools</groupId>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
</parent>
|
|
|
|
<groupId>org.gcube.distribution</groupId>
|
|
|
|
<artifactId>maven-portal-bom</artifactId>
|
|
|
|
<version>${bom.version}</version>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<properties>
|
2013-05-23 09:37:26 +02:00
|
|
|
<bom.version>1.1.0-SNAPSHOT</bom.version>
|
2013-03-15 17:02:04 +01:00
|
|
|
<gwtVersion>2.4.0</gwtVersion>
|
2013-03-13 19:24:20 +01:00
|
|
|
</properties>
|
|
|
|
|
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.distribution</groupId>
|
|
|
|
<artifactId>maven-bom</artifactId>
|
2013-03-16 13:15:42 +01:00
|
|
|
<version>LATEST</version>
|
2013-03-15 16:44:10 +01:00
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
2013-03-13 19:24:20 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.applicationsupportlayer</groupId>
|
|
|
|
<artifactId>accesslogger</artifactId>
|
|
|
|
<version>[1.2.0-SNAPSHOT,)</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.applicationsupportlayer</groupId>
|
|
|
|
<artifactId>asl_http_access_management</artifactId>
|
|
|
|
<version>[1.0.1-SNAPSHOT,)</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.applicationsupportlayer</groupId>
|
|
|
|
<artifactId>aslcontent</artifactId>
|
2013-05-23 09:37:26 +02:00
|
|
|
<version>[5.0.0-SNAPSHOT,)</version>
|
2013-03-13 19:24:20 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.applicationsupportlayer</groupId>
|
|
|
|
<artifactId>aslcore</artifactId>
|
2013-05-23 09:37:26 +02:00
|
|
|
<version>[3.3.0-SNAPSHOT,)</version>
|
2013-03-14 17:46:09 +01:00
|
|
|
<scope>provided</scope>
|
2013-03-13 19:24:20 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.applicationsupportlayer</groupId>
|
|
|
|
<artifactId>aslresourcemanagement</artifactId>
|
2013-03-16 11:11:36 +01:00
|
|
|
<version>[1.0.0-SNAPSHOT,)</version>
|
2013-03-13 19:24:20 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.applicationsupportlayer</groupId>
|
|
|
|
<artifactId>aslsearch</artifactId>
|
2013-05-23 09:37:26 +02:00
|
|
|
<version>[4.0.0-SNAPSHOT,)</version>
|
2013-03-13 19:24:20 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.applicationsupportlayer</groupId>
|
|
|
|
<artifactId>aslsocial</artifactId>
|
|
|
|
<version>[0.1.1-SNAPSHOT,)</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.applicationsupportlayer</groupId>
|
|
|
|
<artifactId>aslstoragemanagement</artifactId>
|
|
|
|
<version>[1.0.1-SNAPSHOT,)</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.applicationsupportlayer</groupId>
|
|
|
|
<artifactId>aslvre</artifactId>
|
|
|
|
<version>[2.0.3-SNAPSHOT,)</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.portlets.user</groupId>
|
|
|
|
<artifactId>home-library</artifactId>
|
2013-05-23 09:37:26 +02:00
|
|
|
<version>[4.5.0-SNAPSHOT,)</version>
|
2013-03-13 19:24:20 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.portlets.user</groupId>
|
|
|
|
<artifactId>home-library-jcr</artifactId>
|
2013-03-15 16:44:10 +01:00
|
|
|
<version>[1.3.0-SNAPSHOT,)</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<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>
|
2013-03-13 19:24:20 +01:00
|
|
|
</dependency>
|
2013-03-15 17:02:04 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.gwt</groupId>
|
|
|
|
<artifactId>gwt-servlet</artifactId>
|
|
|
|
<version>${gwtVersion}</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.gwt</groupId>
|
|
|
|
<artifactId>gwt-user</artifactId>
|
|
|
|
<version>${gwtVersion}</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2013-03-16 11:11:36 +01:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-codec</groupId>
|
|
|
|
<artifactId>commons-codec</artifactId>
|
|
|
|
<version>1.3</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-compress</artifactId>
|
|
|
|
<version>1.3</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-fileupload</groupId>
|
|
|
|
<artifactId>commons-fileupload</artifactId>
|
|
|
|
<version>1.2.1</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-httpclient</groupId>
|
|
|
|
<artifactId>commons-httpclient</artifactId>
|
|
|
|
<version>3.1</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2013-05-07 15:23:17 +02:00
|
|
|
<!-- <dependency>
|
2013-03-16 11:11:36 +01:00
|
|
|
<groupId>org.apache.derby</groupId>
|
|
|
|
<artifactId>derby</artifactId>
|
|
|
|
<version>10.5.3.0</version>
|
|
|
|
<scope>provided</scope>
|
2013-05-07 15:23:17 +02:00
|
|
|
</dependency> -->
|
2013-03-16 11:11:36 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.sf.ehcache</groupId>
|
|
|
|
<artifactId>ehcache-core</artifactId>
|
|
|
|
<version>2.5.2</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
<version>11.0.1</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.customware.gwt.dispatch</groupId>
|
|
|
|
<artifactId>gwt-dispatch</artifactId>
|
|
|
|
<version>1.2.0</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.allen-sauer.gwt.log</groupId>
|
|
|
|
<artifactId>gwt-log</artifactId>
|
|
|
|
<version>3.1.7</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>gov.nih.imagej</groupId>
|
|
|
|
<artifactId>imagej</artifactId>
|
|
|
|
<version>1.45</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>eu.medsea.mimeutil</groupId>
|
|
|
|
<artifactId>mime-util</artifactId>
|
|
|
|
<version>2.1.2</version>
|
|
|
|
<type>bundle</type>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.informationsystem</groupId>
|
|
|
|
<artifactId>iscache</artifactId>
|
|
|
|
<version>[1.2.0-SNAPSHOT,)</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.messaging</groupId>
|
|
|
|
<artifactId>accounting-portal</artifactId>
|
|
|
|
<version>[1.5.0.SNAPSHOT,)</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.personalisation</groupId>
|
|
|
|
<artifactId>userprofileaccess-stubs</artifactId>
|
|
|
|
<version>[2.1.0-SNAPSHOT,)</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.personalisation</groupId>
|
|
|
|
<artifactId>profileadministration-stubs</artifactId>
|
|
|
|
<version>[1.1.0-SNAPSHOT,)</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.portlets.user</groupId>
|
|
|
|
<artifactId>gcube-widgets</artifactId>
|
|
|
|
<version>[1.4.0-SNAPSHOT,)</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.portlets.user</groupId>
|
|
|
|
<artifactId>workspace-light-tree</artifactId>
|
|
|
|
<version>[2.9.1-SNAPSHOT,)</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.portlets.user</groupId>
|
|
|
|
<artifactId>workspace-tree-widget</artifactId>
|
|
|
|
<version>[6.0.1-SNAPSHOT,)</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.dvos</groupId>
|
|
|
|
<artifactId>usermanagement-core</artifactId>
|
|
|
|
<version>[1.3.0-SNAPSHOT,)</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2013-03-15 16:44:10 +01:00
|
|
|
</dependencies>
|
2013-03-13 19:24:20 +01:00
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
</project>
|