Author: antelder
Date: Thu May 17 14:03:00 2012
New Revision: 1339606
URL: http://svn.apache.org/viewvc?rev=1339606&view=rev
Log:
TUSCANY-4043: Apply fix from Andrew Potter to fix Missing dependency issue with
binding-comet-runtime causes a build failure when using an IBM JDK
Modified:
tuscany/sca-java-2.x/trunk/modules/binding-comet-runtime/pom.xml
Modified: tuscany/sca-java-2.x/trunk/modules/binding-comet-runtime/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/binding-comet-runtime/pom.xml?rev=1339606&r1=1339605&r2=1339606&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/binding-comet-runtime/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/binding-comet-runtime/pom.xml Thu May 17
14:03:00 2012
@@ -59,6 +59,13 @@
</dependency>
<dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ <version>1.6.1</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-jersey</artifactId>
<version>0.7.2</version>