Author: antelder
Date: Wed Oct 6 10:40:11 2010
New Revision: 1004979
URL: http://svn.apache.org/viewvc?rev=1004979&view=rev
Log:
Update to use the same slf4j version as other things
Modified:
tuscany/sca-java-2.x/trunk/samples/learning-more/logging-scribe/helloworld-scribe/pom.xml
Modified:
tuscany/sca-java-2.x/trunk/samples/learning-more/logging-scribe/helloworld-scribe/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/learning-more/logging-scribe/helloworld-scribe/pom.xml?rev=1004979&r1=1004978&r2=1004979&view=diff
==============================================================================
---
tuscany/sca-java-2.x/trunk/samples/learning-more/logging-scribe/helloworld-scribe/pom.xml
(original)
+++
tuscany/sca-java-2.x/trunk/samples/learning-more/logging-scribe/helloworld-scribe/pom.xml
Wed Oct 6 10:40:11 2010
@@ -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>