Removed dismissed ASL Components, added portal auth library dependency
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portal/gcube-portal-bundle@142233 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
e135c06097
commit
6d3209044b
|
@ -1,4 +1,7 @@
|
|||
<ReleaseNotes>
|
||||
<Changeset component="org.gcube.portal.portal-bundle.4-3-0" date="2017-01-06">
|
||||
<Change>Removed dismissed ASL Components, added portal auth library dependency</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.portal.portal-bundle.3-6-0" date="2015-10-06">
|
||||
<Change>Updated themes, added bootstrap support</Change>
|
||||
</Changeset>
|
||||
|
|
11
pom.xml
11
pom.xml
|
@ -318,7 +318,6 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.portal.auth</groupId>
|
||||
<artifactId>portal-auth-library</artifactId>
|
||||
<version>[1.0.0-SNAPSHOT,)</version>
|
||||
</dependency>
|
||||
<!-- Enabling Portlets & Plugins -->
|
||||
<dependency>
|
||||
|
@ -378,16 +377,6 @@
|
|||
<artifactId>aslsocial</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sf.ehcache</groupId>
|
||||
<artifactId>ehcache-core</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.applicationsupportlayer</groupId>
|
||||
<artifactId>accesslogger</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<!-- End Application Support Layer -->
|
||||
<!-- FWS-stack -->
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue