You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/04/12 09:23:38 UTC

[syncope] branch master updated: [SYNCOPE-1421] Fixing hotswap with enduser-reference

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new f3baaae  [SYNCOPE-1421] Fixing hotswap with enduser-reference
f3baaae is described below

commit f3baaae670b4292e714034b9e79d4ad42f2f2221
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Apr 12 11:23:22 2019 +0200

    [SYNCOPE-1421] Fixing hotswap with enduser-reference
---
 fit/enduser-reference/pom.xml | 47 ++-----------------------------------------
 1 file changed, 2 insertions(+), 45 deletions(-)

diff --git a/fit/enduser-reference/pom.xml b/fit/enduser-reference/pom.xml
index dcc1f66..3574dab 100644
--- a/fit/enduser-reference/pom.xml
+++ b/fit/enduser-reference/pom.xml
@@ -38,54 +38,11 @@ under the License.
   </properties>
 
   <dependencies>
-    <dependency> 
-      <groupId>javax.servlet</groupId> 
-      <artifactId>javax.servlet-api</artifactId> 
-    </dependency>
-    <dependency>
-      <groupId>javax.servlet.jsp</groupId>
-      <artifactId>javax.servlet.jsp-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>jstl</artifactId>
-    </dependency>
-
     <dependency>
       <groupId>org.apache.syncope.client.idrepo</groupId>
       <artifactId>syncope-client-idrepo-enduser</artifactId>
       <version>${project.version}</version>
     </dependency>
-
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.logging.log4j</groupId>
-      <artifactId>log4j-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.logging.log4j</groupId>
-      <artifactId>log4j-core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>com.lmax</groupId>
-      <artifactId>disruptor</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.logging.log4j</groupId>
-      <artifactId>log4j-slf4j-impl</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>jcl-over-slf4j</artifactId>
-    </dependency>
     
     <!-- TEST -->
     <dependency>
@@ -253,8 +210,8 @@ under the License.
       <dependencies>
         <!-- wicket-ioc depends on cglib, need to exclude it for hotswap to work -->
         <dependency>
-          <groupId>org.apache.syncope.client.idm</groupId>
-          <artifactId>syncope-client-idm-console</artifactId>
+          <groupId>org.apache.syncope.client.idrepo</groupId>
+          <artifactId>syncope-client-idrepo-enduser</artifactId>
           <version>${project.version}</version>
           <exclusions>
             <exclusion>