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