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 2016/10/07 13:23:08 UTC

syncope git commit: Removing unused cxf-rt-databinding-jaxb

Repository: syncope
Updated Branches:
  refs/heads/master bbfd6ea48 -> ce81f693b


Removing unused cxf-rt-databinding-jaxb


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/ce81f693
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/ce81f693
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/ce81f693

Branch: refs/heads/master
Commit: ce81f693bda8f9f932b30ab6b46ab0c24f9cc81d
Parents: bbfd6ea
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Fri Oct 7 15:22:56 2016 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Fri Oct 7 15:22:56 2016 +0200

----------------------------------------------------------------------
 common/lib/pom.xml                                           | 5 -----
 .../META-INF/MANIFEST.MF                                     | 8 +-------
 .../org.apache.syncope.ide.eclipse.plugin/build.properties   | 6 ------
 pom.xml                                                      | 5 -----
 4 files changed, 1 insertion(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/ce81f693/common/lib/pom.xml
----------------------------------------------------------------------
diff --git a/common/lib/pom.xml b/common/lib/pom.xml
index 27ae939..bfc47ed 100644
--- a/common/lib/pom.xml
+++ b/common/lib/pom.xml
@@ -77,11 +77,6 @@ under the License.
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.cxf</groupId>
-      <artifactId>cxf-rt-databinding-jaxb</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>

http://git-wip-us.apache.org/repos/asf/syncope/blob/ce81f693/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF
----------------------------------------------------------------------
diff --git a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF
index 6151537..cfb92fd 100644
--- a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF
+++ b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF
@@ -12,17 +12,14 @@ Require-Bundle: org.eclipse.ui,
       org.eclipse.wst.sse.ui;bundle-version="1.3.401"
 Bundle-RequiredExecutionEnvironment: JavaSE-1.7
 Bundle-ActivationPolicy: lazy
-Bundle-ClassPath: lib/asm.jar,
-      lib/commons-codec.jar,
+Bundle-ClassPath: lib/commons-codec.jar,
       lib/commons-collections4.jar,
       lib/commons-lang3.jar,
       lib/cxf-core.jar,
-      lib/cxf-rt-databinding-jaxb.jar,
       lib/cxf-rt-frontend-jaxrs.jar,
       lib/cxf-rt-rs-client.jar,
       lib/cxf-rt-rs-extension-search.jar,
       lib/cxf-rt-transports-http.jar,
-      lib/cxf-rt-wsdl.jar,
       lib/jackson-annotations.jar,
       lib/jackson-core.jar,
       lib/jackson-databind.jar,
@@ -32,8 +29,6 @@ Bundle-ClassPath: lib/asm.jar,
       lib/jackson-module-jaxb-annotations.jar,
       lib/javax.annotation-api.jar,
       lib/javax.ws.rs-api.jar,
-      lib/jaxb-core.jar,
-      lib/jaxb-impl.jar,
       lib/joda-time.jar,
       lib/log4j-api.jar,
       lib/slf4j-api.jar,
@@ -43,7 +38,6 @@ Bundle-ClassPath: lib/asm.jar,
       lib/syncope-common-rest-api.jar,
       lib/validation-api.jar,
       lib/woodstox-core-asl.jar,
-      lib/wsdl4j.jar,
       lib/xmlschema-core.jar,
       lib/jsoup.jar,
       .

http://git-wip-us.apache.org/repos/asf/syncope/blob/ce81f693/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/build.properties
----------------------------------------------------------------------
diff --git a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/build.properties b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/build.properties
index de5f479..e3d59c9 100644
--- a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/build.properties
+++ b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/build.properties
@@ -23,17 +23,14 @@ bin.includes = plugin.xml,\
       META-INF/,\
       .,\
       src/main/resources/icons/,\
-      lib/asm.jar,\
       lib/commons-codec.jar,\
       lib/commons-collections4.jar,\
       lib/commons-lang3.jar,\
       lib/cxf-core.jar,\
-      lib/cxf-rt-databinding-jaxb.jar,\
       lib/cxf-rt-frontend-jaxrs.jar,\
       lib/cxf-rt-rs-client.jar,\
       lib/cxf-rt-rs-extension-search.jar,\
       lib/cxf-rt-transports-http.jar,\
-      lib/cxf-rt-wsdl.jar,\
       lib/jackson-annotations.jar,\
       lib/jackson-core.jar,\
       lib/jackson-databind.jar,\
@@ -43,8 +40,6 @@ bin.includes = plugin.xml,\
       lib/jackson-module-jaxb-annotations.jar,\
       lib/javax.annotation-api.jar,\
       lib/javax.ws.rs-api.jar,\
-      lib/jaxb-core.jar,\
-      lib/jaxb-impl.jar,\
       lib/joda-time.jar,\
       lib/log4j-api.jar,\
       lib/slf4j-api.jar,\
@@ -54,6 +49,5 @@ bin.includes = plugin.xml,\
       lib/syncope-common-rest-api.jar,\
       lib/validation-api.jar,\
       lib/woodstox-core-asl.jar,\
-      lib/wsdl4j.jar,\
       lib/xmlschema-core.jar,\
       lib/jsoup.jar

http://git-wip-us.apache.org/repos/asf/syncope/blob/ce81f693/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7893f8a..9c38408 100644
--- a/pom.xml
+++ b/pom.xml
@@ -550,11 +550,6 @@ under the License.
       </dependency>
       <dependency>
         <groupId>org.apache.cxf</groupId>
-        <artifactId>cxf-rt-databinding-jaxb</artifactId>
-        <version>${cxf.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-rs-client</artifactId>
         <version>${cxf.version}</version>
       </dependency>