Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 49AC8200C11 for ; Sat, 4 Feb 2017 23:19:36 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 482D4160B54; Sat, 4 Feb 2017 22:19:36 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 085E0160B68 for ; Sat, 4 Feb 2017 23:19:33 +0100 (CET) Received: (qmail 97452 invoked by uid 500); 4 Feb 2017 22:19:33 -0000 Mailing-List: contact commits-help@juddi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@juddi.apache.org Received: (qmail 97326 invoked by uid 99); 4 Feb 2017 22:19:33 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Feb 2017 22:19:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 121F4E0165; Sat, 4 Feb 2017 22:19:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: alexoree@apache.org To: commits@juddi.apache.org Date: Sat, 04 Feb 2017 22:19:35 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/6] juddi git commit: JUDDI-968 process with pom cleanup archived-at: Sat, 04 Feb 2017 22:19:36 -0000 JUDDI-968 process with pom cleanup Project: http://git-wip-us.apache.org/repos/asf/juddi/repo Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/4c9b9222 Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/4c9b9222 Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/4c9b9222 Branch: refs/heads/master Commit: 4c9b922237fe1af4f7856c7ccce854fc50d4deab Parents: 0d750d9 Author: Alex O'Ree Authored: Sat Feb 4 09:18:43 2017 -0500 Committer: Alex O'Ree Committed: Sat Feb 4 09:18:43 2017 -0500 ---------------------------------------------------------------------- docs/asciidoc/Guide/pom.xml | 2 - docs/examples/auth/pom.xml | 3 - juddi-client-cli/pom.xml | 4 - juddi-client-plugins/pom.xml | 7 +- juddi-core-openjpa/pom.xml | 1 - juddi-ddl-generator/pom.xml | 5 +- juddi-examples/ValueSetValidator/pom.xml | 2 +- juddi-examples/hello-world-embedded/pom.xml | 1 - juddi-examples/hello-world/pom.xml | 1 - juddi-examples/more-uddi-samples/pom.xml | 4 - juddi-examples/service-version/pom.xml | 6 +- juddi-examples/simple-browse/pom.xml | 1 - .../subscription-notification-amqp/pom.xml | 13 +- .../uddiv2-api-bridge-example/pom.xml | 1 - juddi-gui/pom.xml | 4 - juddi-rest-cxf/pom.xml | 10 - juddiv3-war/pom.xml | 849 +++++++++---------- pom.xml | 373 ++++++-- uddi-migration-tool/pom.xml | 3 - uddi-tck-runner/pom.xml | 1 - uddi-tck/pom.xml | 11 - 21 files changed, 731 insertions(+), 571 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/juddi/blob/4c9b9222/docs/asciidoc/Guide/pom.xml ---------------------------------------------------------------------- diff --git a/docs/asciidoc/Guide/pom.xml b/docs/asciidoc/Guide/pom.xml index 7b01241..4f27f92 100644 --- a/docs/asciidoc/Guide/pom.xml +++ b/docs/asciidoc/Guide/pom.xml @@ -31,7 +31,6 @@ org.asciidoctor asciidoctor-maven-plugin - 0.1.4 output-docbook @@ -52,7 +51,6 @@ org.jboss.maven.plugins maven-jdocbook-plugin - 2.3.8 true http://git-wip-us.apache.org/repos/asf/juddi/blob/4c9b9222/docs/examples/auth/pom.xml ---------------------------------------------------------------------- diff --git a/docs/examples/auth/pom.xml b/docs/examples/auth/pom.xml index 050c93b..f42954b 100644 --- a/docs/examples/auth/pom.xml +++ b/docs/examples/auth/pom.xml @@ -29,7 +29,6 @@ org.jboss.security jboss-security-spi - 2.0.1.GA compile @@ -41,7 +40,6 @@ org.jboss.javaee jboss-jaspi-api - 1.0.0.GA compile @@ -53,7 +51,6 @@ junit junit - 4.11 test http://git-wip-us.apache.org/repos/asf/juddi/blob/4c9b9222/juddi-client-cli/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-client-cli/pom.xml b/juddi-client-cli/pom.xml index beefa00..7448913 100644 --- a/juddi-client-cli/pom.xml +++ b/juddi-client-cli/pom.xml @@ -36,7 +36,6 @@ junit junit - 4.11 test @@ -48,12 +47,10 @@ de.sven-jacobs loremipsum - 1.0 commons-cli commons-cli - 1.2 @@ -117,7 +114,6 @@ org.codehaus.mojo exec-maven-plugin - 1.1.1 test http://git-wip-us.apache.org/repos/asf/juddi/blob/4c9b9222/juddi-client-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-client-plugins/pom.xml b/juddi-client-plugins/pom.xml index 7e89a8a..b32004e 100644 --- a/juddi-client-plugins/pom.xml +++ b/juddi-client-plugins/pom.xml @@ -24,7 +24,7 @@ org.apache.juddi.client.plugins juddi-client-plugins - 3.2.1 + 3.3.4-SNAPSHOT juddi-client-plugins http://maven.apache.org @@ -34,18 +34,16 @@ junit junit - 4.11 test org.apache.juddi juddi-client - 3.3.4-SNAPSHOT + ${project.parent.version} org.jgroups jgroups - 3.4.1.Final org.apache.cxf.services.ws-discovery @@ -55,7 +53,6 @@ javax.jmdns jmdns - 3.4.1 http://git-wip-us.apache.org/repos/asf/juddi/blob/4c9b9222/juddi-core-openjpa/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-core-openjpa/pom.xml b/juddi-core-openjpa/pom.xml index 330fb83..fb4069c 100644 --- a/juddi-core-openjpa/pom.xml +++ b/juddi-core-openjpa/pom.xml @@ -181,7 +181,6 @@ junit junit - 4.11 test http://git-wip-us.apache.org/repos/asf/juddi/blob/4c9b9222/juddi-ddl-generator/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-ddl-generator/pom.xml b/juddi-ddl-generator/pom.xml index 07d09b2..08c0849 100644 --- a/juddi-ddl-generator/pom.xml +++ b/juddi-ddl-generator/pom.xml @@ -34,13 +34,12 @@ junit junit - 4.11 test org.apache.juddi juddi-core - 3.3.4-SNAPSHOT + ${project.parent.version} org.apache.derby @@ -63,7 +62,6 @@ org.codehaus.mojo exec-maven-plugin - 1.1 my-execution @@ -83,7 +81,6 @@ org.apache.maven.plugins maven-antrun-plugin - 1.7 copy-swf-files http://git-wip-us.apache.org/repos/asf/juddi/blob/4c9b9222/juddi-examples/ValueSetValidator/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-examples/ValueSetValidator/pom.xml b/juddi-examples/ValueSetValidator/pom.xml index 9b2f68d..e2e6c8f 100644 --- a/juddi-examples/ValueSetValidator/pom.xml +++ b/juddi-examples/ValueSetValidator/pom.xml @@ -16,7 +16,7 @@ example-vsv-validator - 3.2.1 + 3.3.4-SNAPSHOT jUDDI Example Value Set Validator http://git-wip-us.apache.org/repos/asf/juddi/blob/4c9b9222/juddi-examples/hello-world-embedded/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-examples/hello-world-embedded/pom.xml b/juddi-examples/hello-world-embedded/pom.xml index 020e7df..4f3c384 100644 --- a/juddi-examples/hello-world-embedded/pom.xml +++ b/juddi-examples/hello-world-embedded/pom.xml @@ -85,7 +85,6 @@ org.codehaus.mojo exec-maven-plugin - 1.1.1 test http://git-wip-us.apache.org/repos/asf/juddi/blob/4c9b9222/juddi-examples/hello-world/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-examples/hello-world/pom.xml b/juddi-examples/hello-world/pom.xml index 305103f..bd0be55 100644 --- a/juddi-examples/hello-world/pom.xml +++ b/juddi-examples/hello-world/pom.xml @@ -76,7 +76,6 @@ org.codehaus.mojo exec-maven-plugin - 1.1.1 test http://git-wip-us.apache.org/repos/asf/juddi/blob/4c9b9222/juddi-examples/more-uddi-samples/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-examples/more-uddi-samples/pom.xml b/juddi-examples/more-uddi-samples/pom.xml index dc510ec..4d0cd86 100644 --- a/juddi-examples/more-uddi-samples/pom.xml +++ b/juddi-examples/more-uddi-samples/pom.xml @@ -34,7 +34,6 @@ junit junit - 4.11 test @@ -46,12 +45,10 @@ de.sven-jacobs loremipsum - 1.0 commons-cli commons-cli - 1.2 @@ -93,7 +90,6 @@ org.codehaus.mojo exec-maven-plugin - 1.1.1 test http://git-wip-us.apache.org/repos/asf/juddi/blob/4c9b9222/juddi-examples/service-version/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-examples/service-version/pom.xml b/juddi-examples/service-version/pom.xml index 821e699..671872b 100644 --- a/juddi-examples/service-version/pom.xml +++ b/juddi-examples/service-version/pom.xml @@ -24,7 +24,7 @@ org.apache.juddi service-version - 3.2.1-SNAPSHOP + 3.3.4-SNAPSHOP jUDDI Example Service Versioning http://maven.apache.org @@ -34,13 +34,12 @@ junit junit - 4.11 test ${project.groupId} juddi-client - 3.3.4-SNAPSHOT + ${project.parent.version} @@ -80,7 +79,6 @@ org.codehaus.mojo exec-maven-plugin - 1.1.1 test http://git-wip-us.apache.org/repos/asf/juddi/blob/4c9b9222/juddi-examples/simple-browse/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-examples/simple-browse/pom.xml b/juddi-examples/simple-browse/pom.xml index 007571c..68c46e0 100644 --- a/juddi-examples/simple-browse/pom.xml +++ b/juddi-examples/simple-browse/pom.xml @@ -78,7 +78,6 @@ org.codehaus.mojo exec-maven-plugin - 1.1.1 test http://git-wip-us.apache.org/repos/asf/juddi/blob/4c9b9222/juddi-examples/subscription-notification-amqp/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-examples/subscription-notification-amqp/pom.xml b/juddi-examples/subscription-notification-amqp/pom.xml index a257bdb..37544d4 100644 --- a/juddi-examples/subscription-notification-amqp/pom.xml +++ b/juddi-examples/subscription-notification-amqp/pom.xml @@ -16,41 +16,38 @@ subscription-notification-amqp - 3.2.1 + 3.3.4-SNAPSHOT jUDDI Example AMQP Notifier for Subscription callbacks Demonstrates how to write a custom notifier for subscriptions org.apache.juddi uddi-ws - 3.3.4-SNAPSHOT + ${project.parent.version} provided org.apache.juddi juddi-client - 3.3.4-SNAPSHOT + ${project.parent.version} provided org.apache.geronimo.specs geronimo-jms_1.1_spec - 1.0 org.apache.qpid qpid-client - 0.24 org.apache.qpid qpid-amqp-1-0-client-jms - 0.24 org.apache.juddi juddi-core - 3.3.4-SNAPSHOT + ${project.parent.version} provided @@ -58,7 +55,6 @@ maven-assembly-plugin - 2.4 jar-with-dependencies @@ -114,7 +110,6 @@ org.codehaus.mojo exec-maven-plugin - 1.1.1 test http://git-wip-us.apache.org/repos/asf/juddi/blob/4c9b9222/juddi-examples/uddiv2-api-bridge-example/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-examples/uddiv2-api-bridge-example/pom.xml b/juddi-examples/uddiv2-api-bridge-example/pom.xml index 4405543..e6f041c 100644 --- a/juddi-examples/uddiv2-api-bridge-example/pom.xml +++ b/juddi-examples/uddiv2-api-bridge-example/pom.xml @@ -34,7 +34,6 @@ junit junit - 4.11 test http://git-wip-us.apache.org/repos/asf/juddi/blob/4c9b9222/juddi-gui/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-gui/pom.xml b/juddi-gui/pom.xml index f1a1a01..5670ed7 100644 --- a/juddi-gui/pom.xml +++ b/juddi-gui/pom.xml @@ -38,12 +38,10 @@ language governing permissions and * limitations under the License. * */ --> log4j log4j - 1.2.17 javax.servlet servlet-api - 2.5 provided @@ -77,7 +75,6 @@ language governing permissions and * limitations under the License. * */ --> cglib cglib-nodep - 2.1_3 @@ -86,7 +83,6 @@ language governing permissions and * limitations under the License. * */ --> org.apache.maven.plugins maven-dependency-plugin - 2.1 copy http://git-wip-us.apache.org/repos/asf/juddi/blob/4c9b9222/juddi-rest-cxf/pom.xml ---------------------------------------------------------------------- diff --git a/juddi-rest-cxf/pom.xml b/juddi-rest-cxf/pom.xml index 0eb9a2f..db97b82 100644 --- a/juddi-rest-cxf/pom.xml +++ b/juddi-rest-cxf/pom.xml @@ -84,7 +84,6 @@ org.hibernate.javax.persistence hibernate-jpa-2.1-api - 1.0.0.Final org.hibernate @@ -105,18 +104,14 @@ cglib cglib-nodep - 2.1_3 commons-codec commons-codec - 1.3 - org.apache.geronimo.specs geronimo-jta_1.1_spec - 1.1.1 provided @@ -127,7 +122,6 @@ org.apache.geronimo.specs geronimo-jaxrs_1.1_spec - 1.0 provided @@ -155,7 +149,6 @@ javax.servlet servlet-api - 2.4 org.apache.cxf @@ -166,7 +159,6 @@ org.codehaus.jettison jettison - 1.3.4 @@ -175,7 +167,6 @@ org.apache.felix maven-bundle-plugin - 1.4.0 @@ -189,7 +180,6 @@ org.apache.maven.plugins maven-antrun-plugin - 1.3 generate-resources http://git-wip-us.apache.org/repos/asf/juddi/blob/4c9b9222/juddiv3-war/pom.xml ---------------------------------------------------------------------- diff --git a/juddiv3-war/pom.xml b/juddiv3-war/pom.xml index bbe6d3e..26ab1ea 100644 --- a/juddiv3-war/pom.xml +++ b/juddiv3-war/pom.xml @@ -1,436 +1,431 @@ +the Apache License, Version 2.0 (the "License"); * you may not use this file +except in compliance with the License. * You may obtain a copy of the License +at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by +applicable law or agreed to in writing, software * distributed under the +License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS +OF ANY KIND, either express or implied. * See the License for the specific +language governing permissions and * limitations under the License. * */ --> - 4.0.0 - - org.apache.juddi - juddi-parent - 3.3.4-SNAPSHOT - - juddiv3-war - war - jUDDI Services WAR - http://juddi.apache.org + 4.0.0 + + org.apache.juddi + juddi-parent + 3.3.4-SNAPSHOT + + juddiv3-war + war + jUDDI Services WAR + http://juddi.apache.org - - - uddi-ws - org.apache.juddi - ${project.parent.version} - - - commons-logging - commons-logging - - - javax.servlet - servlet-api - 2.5 - provided - - - commons-configuration - commons-configuration - 1.10 - - - org.apache.commons - commons-lang3 - - - org.json - json - 20090211 - - - log4j - log4j - 1.2.17 - - - - juddiv3 - - - - - hibernate-jbossws-native - - false - - - - - org.apache.maven.plugins - maven-war-plugin - - - - JPA/Hibernate-JBoss - - - JAX-WS/JBossWS-Native - - - - - - - - - juddi-core - org.apache.juddi - ${project.version} - - - javax.persistence - persistence-api - 1.0 - provided - - - org.hibernate - hibernate - 3.2.5.ga - provided - - - org.hibernate - hibernate-entitymanager - 3.3.1.ga - provided - + + + uddi-ws + org.apache.juddi + ${project.parent.version} + + + commons-logging + commons-logging + + + javax.servlet + servlet-api + + provided + + + commons-configuration + commons-configuration + + + + org.apache.commons + commons-lang3 + + + org.json + json + + + + log4j + log4j + + + + + juddiv3 + + + + + hibernate-jbossws-native + + false + + + + + org.apache.maven.plugins + maven-war-plugin + + + + JPA/Hibernate-JBoss + + + JAX-WS/JBossWS-Native + + + + + + + + + juddi-core + org.apache.juddi + ${project.version} + + + javax.persistence + persistence-api + + provided + + + org.hibernate + hibernate + + provided + + + org.hibernate + hibernate-entitymanager + + provided + - - - - hibernate-jbossws-cxf - - false - - - - - org.apache.maven.plugins - maven-war-plugin - - - - JPA/Hibernate-JBoss - - - JAX-WS/JBossWS-CXF - - - - - - - - - juddi-core - org.apache.juddi - ${project.version} - - - juddi-rest-cxf - org.apache.juddi - ${project.version} - - - javax.persistence - persistence-api - 1.0 - provided - - - org.hibernate - hibernate - 3.2.5.ga - provided - - - org.hibernate - hibernate-entitymanager - 3.3.1.ga - provided - - - cglib - cglib-nodep - 2.1_3 - provided - - - - - - hibernate - - false - - - - - org.apache.maven.plugins - maven-war-plugin - - - - JPA/Hibernate - - - JAX-WS/CXF - - - - - - - - - juddi-core - org.apache.juddi - ${project.version} - - - juddi-rest-cxf - org.apache.juddi - ${project.version} - + + + + hibernate-jbossws-cxf + + false + + + + + org.apache.maven.plugins + maven-war-plugin + + + + JPA/Hibernate-JBoss + + + JAX-WS/JBossWS-CXF + + + + + + + + + juddi-core + org.apache.juddi + ${project.version} + + + juddi-rest-cxf + org.apache.juddi + ${project.version} + + + javax.persistence + persistence-api + + provided + + + org.hibernate + hibernate + provided + + + org.hibernate + hibernate-entitymanager + provided + + + cglib + cglib-nodep + provided + + + + + + hibernate + + false + + + + + org.apache.maven.plugins + maven-war-plugin + + + + JPA/Hibernate + + + JAX-WS/CXF + + + + + + + + + juddi-core + org.apache.juddi + ${project.version} + + + juddi-rest-cxf + org.apache.juddi + ${project.version} + - - org.apache.cxf - cxf-rt-frontend-jaxws - ${cxf.version} - - - org.apache.cxf - cxf-rt-frontend-jaxrs - ${cxf.version} - - - org.apache.cxf - cxf-rt-transports-http - ${cxf.version} - - - cglib - cglib - - - - - org.springframework - spring-context - ${springframework.version} - - - org.springframework - spring-web - ${springframework.version} - - - org.apache.geronimo.javamail - geronimo-javamail_1.4_mail - - - - - - openjpa - - true - - - - - org.apache.maven.plugins - maven-war-plugin - - - - JPA/OpenJPA - - - JAX-WS/CXF - - - - - - - - - juddi-core-openjpa - org.apache.juddi - ${project.version} - - - junit - junit - - - - - juddi-rest-cxf - org.apache.juddi - ${project.version} - - - org.apache.cxf - cxf-rt-frontend-jaxws - ${cxf.version} - - - - org.apache.cxf - cxf-rt-rs-extension-providers - ${cxf.version} - + + org.apache.cxf + cxf-rt-frontend-jaxws + ${cxf.version} + + + org.apache.cxf + cxf-rt-frontend-jaxrs + ${cxf.version} + + + org.apache.cxf + cxf-rt-transports-http + ${cxf.version} + + + cglib + cglib + + + + + org.springframework + spring-context + ${springframework.version} + + + org.springframework + spring-web + ${springframework.version} + + + org.apache.geronimo.javamail + geronimo-javamail_1.4_mail + + + + + + openjpa + + true + + + + + org.apache.maven.plugins + maven-war-plugin + + + + JPA/OpenJPA + + + JAX-WS/CXF + + + + + + + + + juddi-core-openjpa + org.apache.juddi + ${project.version} + + + junit + junit + + + + + juddi-rest-cxf + org.apache.juddi + ${project.version} + + + org.apache.cxf + cxf-rt-frontend-jaxws + ${cxf.version} + + + + org.apache.cxf + cxf-rt-rs-extension-providers + ${cxf.version} + - - org.codehaus.jettison - jettison - 1.3.4 - - - - org.apache.cxf - cxf-rt-frontend-jaxrs - ${cxf.version} - - - org.apache.cxf - cxf-rt-transports-http - ${cxf.version} - - - cglib - cglib - - - - - org.springframework - spring-context - ${springframework.version} - - - org.springframework - spring-web - ${springframework.version} - - - org.apache.geronimo.javamail - geronimo-javamail_1.4_mail - - - - - - axis2 - - false - - - - - org.apache.maven.plugins - maven-war-plugin - - - - JPA/OpenJPA - - - JAX-WS/Axis2 - - - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.6 - - - default-cli - - - - - - - - - - compile - - run - - - - - - - - - - juddi-core-openjpa - org.apache.juddi - ${project.version} - - - junit - junit - - - - - - org.apache.axis2 - axis2 - 1.6.2 - - - org.apache.axis2 - axis2-jaxws - 1.6.2 - - - org.apache.axis2 - axis2-transport-http - 1.6.2 - - - org.apache.axis2 - axis2-transport-local - 1.6.2 - - - org.apache.xmlbeans - xmlbeans - 2.4.0 - - - org.apache.geronimo.javamail - geronimo-javamail_1.4_mail - - - - + + org.codehaus.jettison + jettison + + + + org.apache.cxf + cxf-rt-frontend-jaxrs + ${cxf.version} + + + org.apache.cxf + cxf-rt-transports-http + ${cxf.version} + + + cglib + cglib + + + + + org.springframework + spring-context + ${springframework.version} + + + org.springframework + spring-web + ${springframework.version} + + + org.apache.geronimo.javamail + geronimo-javamail_1.4_mail + + + + + + axis2 + + false + + + + + org.apache.maven.plugins + maven-war-plugin + + + + JPA/OpenJPA + + + JAX-WS/Axis2 + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.6 + + + default-cli + + + + + + + + + + compile + + run + + + + + + + + + + juddi-core-openjpa + org.apache.juddi + ${project.version} + + + junit + junit + + + + + + org.apache.axis2 + axis2 + + + org.apache.axis2 + axis2-jaxws + + + + org.apache.axis2 + axis2-transport-http + + + + org.apache.axis2 + axis2-transport-local + + + + org.apache.xmlbeans + xmlbeans + + + + org.apache.geronimo.javamail + geronimo-javamail_1.4_mail + + + + jboss7up false @@ -517,5 +512,5 @@ - + http://git-wip-us.apache.org/repos/asf/juddi/blob/4c9b9222/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8d38abe..4433d76 100644 --- a/pom.xml +++ b/pom.xml @@ -163,13 +163,39 @@ under the License. scm:git:https://git-wip-us.apache.org/repos/asf/juddi.git scm:git:https://git-wip-us.apache.org/repos/asf/juddi.git https://git-wip-us.apache.org/repos/asf/juddi.git/?p=juddi.git;a=summary - HEAD - + HEAD + org.apache.maven.plugins + maven-jarsigner-plugin + 1.4 + + + org.apache.sling + maven-jspc-plugin + 2.0.8 + + + org.asciidoctor + asciidoctor-maven-plugin + 0.1.4 + + + + org.jboss.maven.plugins + maven-jdocbook-plugin + 2.3.8 + + + org.codehaus.mojo + exec-maven-plugin + 1.1.1 + + + org.apache.maven.plugins maven-war-plugin 2.4 @@ -223,7 +249,7 @@ under the License. maven-javadoc-plugin true - ${javadoc.extra.settings} + ${javadoc.extra.settings} @@ -235,16 +261,36 @@ under the License. - - org.apache.rat - apache-rat-plugin - 0.11 - - - org.jacoco - jacoco-maven-plugin - 0.7.5.201505241946 - + + org.apache.rat + apache-rat-plugin + 0.11 + + + org.jacoco + jacoco-maven-plugin + 0.7.5.201505241946 + + + org.apache.maven.plugins + maven-antrun-plugin + 1.6 + + + org.apache.maven.plugins + maven-dependency-plugin + 2.1 + + + org.apache.maven.plugins + maven-clean-plugin + 2.6.1 + + + org.apache.maven.plugins + maven-surefire-plugin + 2.4 + @@ -315,7 +361,7 @@ under the License. org.apache.rat apache-rat-plugin - 0.11 + 0.11 org.owasp @@ -369,6 +415,113 @@ under the License. + org.easymock + easymock + 2.0 + + + + dumbster + dumbster + 1.5 + + + commons-net + commons-net + 3.3 + + + javax.mail + mail + 1.4.7 + + + + org.apache.commons + commons-email + 1.3.2 + + + + + org.jboss.maven.plugins + maven-jdocbook-plugin + 2.3.10 + + + + org.hibernate.javax.persistence + hibernate-jpa-2.1-api + 1.0.0.Final + + + commons-codec + commons-codec + 1.10 + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + 1.1.1 + + + org.apache.geronimo.specs + geronimo-jaxrs_1.1_spec + 1.0 + + + org.apache.geronimo.specs + geronimo-jms_1.1_spec + 1.0 + + + org.apache.qpid + qpid-client + 0.24 + + + org.apache.qpid + qpid-amqp-1-0-client-jms + 0.24 + + + javax.servlet + servlet-api + 2.5 + + + + org.jboss.security + jboss-security-spi + 2.0.1.GA + + + org.jboss.javaee + jboss-jaspi-api + 1.0.0.GA + + + javax.jmdns + jmdns + 3.4.1 + + + org.jgroups + jgroups + 3.4.1.Final + + + + de.sven-jacobs + loremipsum + 1.0 + + + commons-cli + commons-cli + 1.3.1 + + junit junit 4.12 @@ -409,19 +562,91 @@ under the License. 1.8.4 - org.apache.httpcomponents - httpclient - 4.5.2 + org.apache.httpcomponents + httpclient + 4.5.2 + + + org.json + json + 20090211 + + + log4j + log4j + 1.2.17 + + + javax.persistence + persistence-api + 1.0 + + + + cglib + cglib-nodep + 2.1_3 + - commons-configuration - commons-configuration - 1.10 + org.hibernate + hibernate + 3.2.5.ga + + + org.hibernate + hibernate-core + 4.2.21.Final + + - org.apache.commons - commons-lang3 - 3.5 + org.hibernate + hibernate-entitymanager + 4.2.21.Final + + + + + org.apache.axis2 + axis2 + 1.6.2 + + + org.apache.axis2 + axis2-jaxws + 1.6.2 + + + org.apache.axis2 + axis2-transport-http + 1.6.2 + + + org.apache.axis2 + axis2-transport-local + 1.6.2 + + + org.apache.xmlbeans + xmlbeans + 2.4.0 + + + + org.codehaus.jettison + jettison + 1.3.4 + + + commons-configuration + commons-configuration + 1.10 + + + org.apache.commons + commons-lang3 + 3.5 @@ -443,7 +668,7 @@ under the License. default - + central Maven Central Repository http://central.maven.org/maven2 @@ -464,15 +689,15 @@ under the License. - - doclint-java8-disable - - [1.8,) - - - -Xdoclint:none - - + + doclint-java8-disable + + [1.8,) + + + -Xdoclint:none + + @@ -543,7 +768,7 @@ under the License. org.apache.maven.plugins maven-source-plugin - 2.0.3 + 2.0.3 attach-sources @@ -650,46 +875,46 @@ under the License. - - org.jacoco - jacoco-maven-plugin - - - jacoco-prepare-agent - - prepare-agent - - - - jacoco-prepare-agent-integration - - prepare-agent-integration - - - - jacoco-report - - report - - - - jacoco-integration - - report-integration - - - - jacoco-check - - check - - - - - - - - + + org.jacoco + jacoco-maven-plugin + + + jacoco-prepare-agent + + prepare-agent + + + + jacoco-prepare-agent-integration + + prepare-agent-integration + + + + jacoco-report + + report + + + + jacoco-integration + + report-integration + + + + jacoco-check + + check + + + + + + + + http://git-wip-us.apache.org/repos/asf/juddi/blob/4c9b9222/uddi-migration-tool/pom.xml ---------------------------------------------------------------------- diff --git a/uddi-migration-tool/pom.xml b/uddi-migration-tool/pom.xml index 6485e79..b83bf4b 100644 --- a/uddi-migration-tool/pom.xml +++ b/uddi-migration-tool/pom.xml @@ -37,7 +37,6 @@ junit junit - 4.11 test @@ -48,7 +47,6 @@ commons-cli commons-cli - 1.2 @@ -57,7 +55,6 @@ maven-assembly-plugin - 2.4 jar-with-dependencies http://git-wip-us.apache.org/repos/asf/juddi/blob/4c9b9222/uddi-tck-runner/pom.xml ---------------------------------------------------------------------- diff --git a/uddi-tck-runner/pom.xml b/uddi-tck-runner/pom.xml index a68dc8c..9f5532e 100644 --- a/uddi-tck-runner/pom.xml +++ b/uddi-tck-runner/pom.xml @@ -33,7 +33,6 @@ junit junit - 4.11 ${project.groupId} http://git-wip-us.apache.org/repos/asf/juddi/blob/4c9b9222/uddi-tck/pom.xml ---------------------------------------------------------------------- diff --git a/uddi-tck/pom.xml b/uddi-tck/pom.xml index 1822c87..4b67071 100644 --- a/uddi-tck/pom.xml +++ b/uddi-tck/pom.xml @@ -82,33 +82,27 @@ org.easymock easymock - 2.0 test dumbster dumbster - 1.5 commons-net commons-net - 3.3 javax.mail mail - 1.4.7 commons-codec commons-codec - 1.9 org.apache.commons commons-email - 1.3.2 @@ -116,7 +110,6 @@ maven-clean-plugin - 2.6.1 @@ -133,7 +126,6 @@ org.apache.maven.plugins maven-dependency-plugin - 2.1 copy @@ -158,7 +150,6 @@ org.apache.maven.plugins maven-antrun-plugin - 1.3 test @@ -305,7 +296,6 @@ org.apache.maven.plugins maven-surefire-plugin - 2.4 true @@ -396,7 +386,6 @@ org.apache.maven.plugins maven-surefire-plugin - 2.4 true --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org For additional commands, e-mail: commits-help@juddi.apache.org