removed maven-portal-bom

added maven-bom

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/Common/storagehub-client-wrapper@169508 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2018-06-27 16:09:12 +00:00
parent d815e78fe6
commit 38051ed38a
1 changed files with 18 additions and 21 deletions

39
pom.xml
View File

@ -27,7 +27,7 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId> <artifactId>maven-bom</artifactId>
<version>LATEST</version> <version>LATEST</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
@ -39,6 +39,7 @@
<dependency> <dependency>
<groupId>javax.servlet</groupId> <groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId> <artifactId>javax.servlet-api</artifactId>
<version>[2.4.0,3.0.1]</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
@ -57,11 +58,7 @@
<dependency> <dependency>
<groupId>org.gcube.common</groupId> <groupId>org.gcube.common</groupId>
<artifactId>storagehub-client-library</artifactId> <artifactId>storagehub-client-library</artifactId>
<scope>provided</scope> <version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.portal</groupId>
<artifactId>storagehub-icons-library</artifactId>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
@ -84,23 +81,23 @@
</dependency> </dependency>
<!-- END FWS --> <!-- END FWS -->
<!-- <dependency> --> <!-- <dependency> -->
<!-- <groupId>org.gcube.common.portal</groupId> --> <!-- <groupId>org.gcube.common.portal</groupId> -->
<!-- <artifactId>portal-manager</artifactId> --> <!-- <artifactId>portal-manager</artifactId> -->
<!-- <scope>provided</scope> --> <!-- <scope>provided</scope> -->
<!-- </dependency> --> <!-- </dependency> -->
<!-- <dependency> --> <!-- <dependency> -->
<!-- <groupId>org.gcube.dvos</groupId> --> <!-- <groupId>org.gcube.dvos</groupId> -->
<!-- <artifactId>usermanagement-core</artifactId> --> <!-- <artifactId>usermanagement-core</artifactId> -->
<!-- <scope>provided</scope> --> <!-- <scope>provided</scope> -->
<!-- </dependency> --> <!-- </dependency> -->
<!-- <dependency> --> <!-- <dependency> -->
<!-- <groupId>com.liferay.portal</groupId> --> <!-- <groupId>com.liferay.portal</groupId> -->
<!-- <artifactId>portal-service</artifactId> --> <!-- <artifactId>portal-service</artifactId> -->
<!-- <scope>provided</scope> --> <!-- <scope>provided</scope> -->
<!-- </dependency> --> <!-- </dependency> -->
<!-- LOGGER --> <!-- LOGGER -->
<dependency> <dependency>