From fdc55f0e7c94f7a63425c9bfa6a609e18523845c Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 2 Oct 2010 18:47:39 +0000 Subject: Updating Wink to it's most recent release to avoid security issue reported at CVE-2010-2245 Conflicts: samples/webapps/helloworld-jaxrs/pom.xml git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003853 13f79535-47bb-0310-9956-ffa450edef68 --- .../distribution/all/src/main/release/bin/LICENSE | 6 ++-- .../modules/binding-rest-runtime/pom.xml | 38 +++++++++++----------- .../modules/implementation-jaxrs-runtime/pom.xml | 16 ++++----- .../branches/sca-java-2.0-M5/modules/wink/pom.xml | 14 ++++---- .../samples/webapps/helloworld-jaxrs/pom.xml | 4 +-- 5 files changed, 39 insertions(+), 39 deletions(-) (limited to 'sca-java-2.x') diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/release/bin/LICENSE b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/release/bin/LICENSE index 4586f6b833..78b21411e2 100644 --- a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/release/bin/LICENSE +++ b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/src/main/release/bin/LICENSE @@ -317,9 +317,9 @@ The following components come under Apache Software License 2.0 stripes-1.5.2.jar tranql-connector-1.1.jar tribes-6.0.26.jar - wink-common-1.1-incubating.jar - wink-client-1.1-incubating.jar - wink-server-1.1-incubating.jar + wink-common-1.1.1-incubating.jar + wink-client-1.1.1-incubating.jar + wink-server-1.1.1-incubating.jar woden-api-1.0M8.jar woden-impl-dom-1.0M8.jar wss4j-1.5.4.jar diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/binding-rest-runtime/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/modules/binding-rest-runtime/pom.xml index 2007793522..b0cff65ac8 100644 --- a/sca-java-2.x/branches/sca-java-2.0-M5/modules/binding-rest-runtime/pom.xml +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/binding-rest-runtime/pom.xml @@ -7,15 +7,15 @@ * to you under 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. + * under the License. --> 4.0.0 @@ -35,26 +35,26 @@ tuscany-binding-rest 2.0-M5-SNAPSHOT - + javax.ws.rs jsr311-api 1.1 - + org.apache.tuscany.sca tuscany-data-api 2.0-M5-SNAPSHOT - + org.apache.tuscany.sca tuscany-common-http 2.0-M5-SNAPSHOT - + org.apache.tuscany.sca tuscany-core-spi @@ -66,7 +66,7 @@ tuscany-core 2.0-M5-SNAPSHOT - + org.apache.tuscany.sca tuscany-databinding @@ -78,7 +78,7 @@ tuscany-databinding-jaxb 2.0-M5-SNAPSHOT - + org.apache.tuscany.sca tuscany-databinding-json @@ -97,28 +97,28 @@ 2.5 provided - + org.apache.tuscany.sca tuscany-node-impl 2.0-M5-SNAPSHOT test - + org.apache.tuscany.sca tuscany-host-jetty 2.0-M5-SNAPSHOT test - + org.apache.tuscany.sca tuscany-interface-java-jaxrs 2.0-M5-SNAPSHOT compile - + org.apache.tuscany.sca tuscany-implementation-java-runtime @@ -129,22 +129,22 @@ org.apache.wink wink-server - 1.1-incubating - - + 1.1.1-incubating + + org.apache.wink wink-client - 1.1-incubating + 1.1.1-incubating - + httpunit httpunit 1.6.1 test - + junit junit diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/modules/implementation-jaxrs-runtime/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/modules/implementation-jaxrs-runtime/pom.xml index f21ddb19ed..4b70e22981 100644 --- a/sca-java-2.x/branches/sca-java-2.0-M5/modules/implementation-jaxrs-runtime/pom.xml +++ b/sca-java-2.x/branches/sca-java-2.0-M5/modules/implementation-jaxrs-runtime/pom.xml @@ -50,7 +50,7 @@ 2.0-M5-SNAPSHOT runtime - + org.apache.tuscany.sca tuscany-host-http @@ -62,8 +62,8 @@ tuscany-sca-api 2.0-M5-SNAPSHOT - - @@ -43,20 +43,20 @@ 2.0-M5-SNAPSHOT provided - + org.apache.wink wink-server - 1.1-incubating + 1.1.1-incubating provided org.apache.wink wink-common - 1.1-incubating + 1.1.1-incubating provided - + javax.servlet servlet-api diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/samples/webapps/helloworld-jaxrs/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/samples/webapps/helloworld-jaxrs/pom.xml index 0d1da092ee..0f7d112422 100644 --- a/sca-java-2.x/branches/sca-java-2.0-M5/samples/webapps/helloworld-jaxrs/pom.xml +++ b/sca-java-2.x/branches/sca-java-2.0-M5/samples/webapps/helloworld-jaxrs/pom.xml @@ -43,12 +43,12 @@ org.apache.wink wink-common - 1.0-incubating + 1.1.1-incubating org.apache.wink wink-server - 1.0-incubating + 1.1.1-incubating -- cgit v1.2.3