pom.xml incorrect for conversationTest test case
-------------------------------------------------
Key: TUSCANY-1068
URL: https://issues.apache.org/jira/browse/TUSCANY-1068
Project: Tuscany
Issue Type: Bug
Components: Java SCA Integration Tests
Affects Versions: Java-SCA-M3
Reporter: Lou Amodeo
Priority: Blocker
The conversationsTest test case doesn't compile because the pom.xml is missing
the <scope>compile</scope> attribute in the dependencies for junit.
<dependencies>
<dependency>
<groupId>org.osoa</groupId>
<artifactId>sca-api-r0.95</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]