summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-10-06 10:40:11 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-10-06 10:40:11 +0000
commit946a5b054023091055c4264d46df88a433a84efc (patch)
tree3b1b0716f8dbd6758434bb39fed5053145a423d8 /sca-java-2.x
parenta3bb91a706c514479b53799dbcb8acc42e023840 (diff)
Update to use the same slf4j version as other things
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004979 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x')
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/logging-scribe/helloworld-scribe/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/samples/learning-more/logging-scribe/helloworld-scribe/pom.xml b/sca-java-2.x/trunk/samples/learning-more/logging-scribe/helloworld-scribe/pom.xml
index a21897ca5b..c16751f579 100644
--- a/sca-java-2.x/trunk/samples/learning-more/logging-scribe/helloworld-scribe/pom.xml
+++ b/sca-java-2.x/trunk/samples/learning-more/logging-scribe/helloworld-scribe/pom.xml
@@ -60,13 +60,13 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.5.8</version>
+ <version>1.6.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
- <version>1.5.8</version>
+ <version>1.6.0</version>
</dependency>
<dependency>