removed aslcontent and aslsearch from pom
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portal/gcube-portal-bundle@141604 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
3c34d5e450
commit
c39c8049e6
25
pom.xml
25
pom.xml
|
@ -9,7 +9,7 @@
|
|||
</parent>
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>gcube-portal-bundle</artifactId>
|
||||
<version>4.2.0-SNAPSHOT</version>
|
||||
<version>4.3.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>gcube-portal-bundle</name>
|
||||
|
@ -38,7 +38,7 @@
|
|||
<!-- <addUsersVersionLayout>210420</addUsersVersionLayout> -->
|
||||
<!-- <resourceManagementVersionLayout>610420</resourceManagementVersionLayout> -->
|
||||
|
||||
<asl-artifactsid>aslcontent,aslcore,aslsearch,aslsocial,accesslogger</asl-artifactsid>
|
||||
<asl-artifactsid>aslcore,aslsocial,accesslogger</asl-artifactsid>
|
||||
<fws-artifactsid>common-clients,common-configuration-scanner,common-fw-clients,common-gcore-resources,
|
||||
common-gcore-stubs,common-scope,common-scope-maps,common-uri,discovery-client,ic-client,
|
||||
registry-publisher,common-authorization,authorization-client,document-store-lib,
|
||||
|
@ -353,17 +353,6 @@
|
|||
<type>war</type>
|
||||
</dependency>
|
||||
<!-- Application Support Layer -->
|
||||
<dependency>
|
||||
<groupId>org.gcube.applicationsupportlayer</groupId>
|
||||
<artifactId>aslcontent</artifactId>
|
||||
<scope>provided</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>ghn-core-runtime</artifactId>
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.applicationsupportlayer</groupId>
|
||||
<artifactId>aslcore</artifactId>
|
||||
|
@ -384,16 +373,6 @@
|
|||
<artifactId>aslsocial</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.applicationsupportlayer</groupId>
|
||||
<artifactId>aslsearch</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.applicationsupportlayer</groupId>
|
||||
<artifactId>gcube_search_library</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sf.ehcache</groupId>
|
||||
<artifactId>ehcache-core</artifactId>
|
||||
|
|
Loading…
Reference in New Issue