This is an automated email from the ASF dual-hosted git repository. bhaisaab pushed a commit to branch CLOUDSTACK-10012 in repository https://gitbox.apache.org/repos/asf/cloudstack.git
commit 1bbefe2526e183b5e32f3ca827bc3550002c5e82 Author: Rohit Yadav <[email protected]> AuthorDate: Mon Oct 16 23:48:49 2017 +0530 remove frivolous jars Signed-off-by: Rohit Yadav <[email protected]> --- engine/api/pom.xml | 15 --------------- pom.xml | 2 +- utils/pom.xml | 4 ++++ 3 files changed, 5 insertions(+), 16 deletions(-) diff --git a/engine/api/pom.xml b/engine/api/pom.xml index 9dc53bd..e11d70e 100644 --- a/engine/api/pom.xml +++ b/engine/api/pom.xml @@ -36,21 +36,6 @@ <version>${project.version}</version> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-bundle-jaxrs</artifactId> - <version>2.7.18</version> - <exclusions> - <exclusion> - <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-server</artifactId> - </exclusion> - <exclusion> - <groupId>com.sun.xml.bind</groupId> - <artifactId>jaxb-impl</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> <groupId>org.apache.cloudstack</groupId> <artifactId>cloud-framework-rest</artifactId> <version>${project.version}</version> diff --git a/pom.xml b/pom.xml index b5493a2..428855f 100644 --- a/pom.xml +++ b/pom.xml @@ -119,7 +119,7 @@ <cs.joda-time.version>2.8.1</cs.joda-time.version> <cs.batik.version>1.9.1</cs.batik.version> <cs.servicemix.version>2.5.7_1</cs.servicemix.version> - <cs.cxf.version>3.1.4</cs.cxf.version> + <cs.cxf.version>3.2.0</cs.cxf.version> <cs.groovy.version>2.4.12</cs.groovy.version> <cs.nitro.version>10.1</cs.nitro.version> <cs.wiremock.version>2.8.0</cs.wiremock.version> diff --git a/utils/pom.xml b/utils/pom.xml index b88086e..02362cd 100755 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -160,6 +160,10 @@ <groupId>xerces</groupId> <artifactId>xmlParserAPIs</artifactId> </exclusion> + <exclusion> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils-core</artifactId> + </exclusion> </exclusions> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
