Andrew Potter created TUSCANY-4043:
--------------------------------------
Summary: Missing dependency issue with binding-comet-runtime
causes a build failure
Key: TUSCANY-4043
URL: https://issues.apache.org/jira/browse/TUSCANY-4043
Project: Tuscany
Issue Type: Bug
Affects Versions: Java-SCA-2.x
Environment: IBM JDK (x86-64)
Reporter: Andrew Potter
Priority: Blocker
add to trunk\modules\binding-comet-runtime\pom.xml dependencies:
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.6.1</version>
<scope>test</scope>
</dependency>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira