summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/implementation-bpel-runtime
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-11-17 05:15:59 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-11-17 05:15:59 +0000
commite2351e280765ed2b1894f0bf70c1aa3ffeb71c0d (patch)
tree4f4e3ff1d03f1bd3864891139263969db8566999 /sca-java-2.x/trunk/modules/implementation-bpel-runtime
parent1fd89af50fdafdda7a08f2c40cbd42dd52f23d67 (diff)
Update to slf4j 1.6.1 and remove the workaround for wink GET @Consumes check
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035921 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/implementation-bpel-runtime')
-rw-r--r--sca-java-2.x/trunk/modules/implementation-bpel-runtime/pom.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/modules/implementation-bpel-runtime/pom.xml b/sca-java-2.x/trunk/modules/implementation-bpel-runtime/pom.xml
index 1cf939de72..a68b866f09 100644
--- a/sca-java-2.x/trunk/modules/implementation-bpel-runtime/pom.xml
+++ b/sca-java-2.x/trunk/modules/implementation-bpel-runtime/pom.xml
@@ -420,13 +420,15 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.5.11</version>
+ <version>1.6.1</version>
+ <scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
- <version>1.5.11</version>
- </dependency>
+ <version>1.6.1</version>
+ <scope>runtime</scope>
+ </dependency>
</dependencies>
<build>