diff --git a/pom.xml b/pom.xml index b0f8dba..a3d2e74 100644 --- a/pom.xml +++ b/pom.xml @@ -39,14 +39,6 @@ - - org.gcube.applicationsupportlayer - accesslogger - - - org.gcube.informationsystem - iscache - org.gcube.dvos usermanagement-stub @@ -55,99 +47,129 @@ net.sf.ehcache ehcache-core - - - org.glassfish - javax.xml.rpc - 3.1.1 - - - org.gcube.personalisation - userprofileaccess-client-library - 1.0.0-SNAPSHOT - - --> - - org.gcube.resources - common-gcore-resources - + org.slf4j slf4j-api compile + org.slf4j slf4j-simple 1.6.4 test + xerces xerces - 2.4.0 - - - backport-util-concurrent - backport-util-concurrent - - - org.gcube.core - common-scope - - - org.gcube.resources.discovery - ic-client - - - org.gcube.core - common-gcore-stubs - - - org.gcube.resources - common-gcore-resources + [2.0.0, 3.0.0] + + org.gcube.resources registry-publisher 1.1.0-SNAPSHOT - - org.gcube.core - common-scope - + + org.gcube.dvos.soa3 common-security 0.1.0-SNAPSHOT - - org.gcube.dvos.soa3 - gcube-security-utils - 0.1.0-SNAPSHOT - + net.sf.kxml kxml2 + xalan xalan - - + + net.sourceforge.addressing addressing 1.1.1 + + + org.gcube.informationsystem + iscache + + + diff --git a/src/main/java/org/gcube/application/framework/core/session/ASLSession.java b/src/main/java/org/gcube/application/framework/core/session/ASLSession.java index a718712..c0c2aaf 100644 --- a/src/main/java/org/gcube/application/framework/core/session/ASLSession.java +++ b/src/main/java/org/gcube/application/framework/core/session/ASLSession.java @@ -17,11 +17,11 @@ import org.w3c.dom.NodeList; import org.xml.sax.SAXException; import org.gcube.application.framework.accesslogger.library.impl.AccessLogger; import org.gcube.application.framework.accesslogger.model.LoginToVreAccessLogEntry; -import org.gcube.application.framework.core.security.PortalSecurityManager; +//import org.gcube.application.framework.core.security.PortalSecurityManager; import org.gcube.application.framework.core.util.ASLGroupModel; import org.gcube.application.framework.core.util.GenderType; import org.gcube.application.framework.core.util.SessionConstants; -import org.gcube.application.framework.core.util.UserCredential; +//import org.gcube.application.framework.core.util.UserCredential; //import org.gcube.common.core.scope.GCUBEScope; import org.gcube.common.scope.api.ScopeProvider; //import org.gridforum.jgss.ExtendedGSSCredential; diff --git a/src/main/java/org/gcube/application/framework/core/util/TransformXSLT.java b/src/main/java/org/gcube/application/framework/core/util/TransformXSLT.java index 7307c7d..5e8cb77 100644 --- a/src/main/java/org/gcube/application/framework/core/util/TransformXSLT.java +++ b/src/main/java/org/gcube/application/framework/core/util/TransformXSLT.java @@ -20,7 +20,8 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** - * @author Valia Tsagkalidou (KNUA) + * @author Valia Tsagkalidou (NKUA) + * @author Nikolas Laskaris (NKUA) * */ public class TransformXSLT {