added threadlocal var dependency
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portal/gcube-portal-bundle@129340 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
748197c1be
commit
739329f7df
31
pom.xml
31
pom.xml
|
@ -40,7 +40,7 @@
|
|||
<!-- <resourceManagementVersionLayout>5703100</resourceManagementVersionLayout> -->
|
||||
|
||||
<asl-artifactsid>aslcontent,aslcore,aslsearch,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,accounting-lib,document-store-lib-couchdb</fws-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,accounting-lib,document-store-lib-couchdb,threadlocal-vars-cleaner</fws-artifactsid>
|
||||
<hl-artifactsid>home-library,home-library-model,home-library-jcr,jackrabbit-jcr-commons,jackrabbit-jcr-rmi-custom,jcr</hl-artifactsid>
|
||||
<snl-artifactsid>social-networking-library,notifications-common-library,tour-manager</snl-artifactsid>
|
||||
<rr-artifactsid>rrmodel,rrgcubebridge,rrplugins,rraggregator,grs2library,madgikcommonslibrary,resourceregistry-configuration-portal,rrconfprovider-portal</rr-artifactsid>
|
||||
|
@ -350,18 +350,12 @@
|
|||
<version>[6.3.0-SNAPSHOT,)</version>
|
||||
<type>war</type>
|
||||
</dependency>
|
||||
<!-- <dependency> -->
|
||||
<!-- <groupId>org.gcube.portlet</groupId> -->
|
||||
<!-- <artifactId>RolesManagementPortlet</artifactId> -->
|
||||
<!-- <version>1.6.0-SNAPSHOT</version> -->
|
||||
<!-- <type>war</type> -->
|
||||
<!-- </dependency> -->
|
||||
<!-- <dependency> -->
|
||||
<!-- <groupId>org.gcube.portlets.admin</groupId> -->
|
||||
<!-- <artifactId>register-vre-users</artifactId> -->
|
||||
<!-- <version>[1.2.0-SNAPSHOT,)</version> -->
|
||||
<!-- <type>war</type> -->
|
||||
<!-- </dependency> -->
|
||||
<dependency>
|
||||
<groupId>org.gcube.portlets.admin</groupId>
|
||||
<artifactId>register-vre-users</artifactId>
|
||||
<version>[1.2.0-SNAPSHOT,)</version>
|
||||
<type>war</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.portlets.admin</groupId>
|
||||
<artifactId>resource-management</artifactId>
|
||||
|
@ -404,7 +398,6 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.applicationsupportlayer</groupId>
|
||||
<artifactId>aslsocial</artifactId>
|
||||
<version>[1.0.0-SNAPSHOT,)</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -412,11 +405,6 @@
|
|||
<artifactId>aslsearch</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.applicationsupportlayer</groupId>
|
||||
<artifactId>accesslogger</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.applicationsupportlayer</groupId>
|
||||
<artifactId>gcube_search_library</artifactId>
|
||||
|
@ -434,6 +422,11 @@
|
|||
</dependency>
|
||||
<!-- End Application Support Layer -->
|
||||
<!-- FWS-stack -->
|
||||
<dependency>
|
||||
<groupId>org.gcube.portal</groupId>
|
||||
<artifactId>threadlocal-vars-cleaner</artifactId>
|
||||
<version>[2.0.0-SNAPSHOT,)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<artifactId>authorization-client</artifactId>
|
||||
|
|
Loading…
Reference in New Issue