You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Raymond Feng (JIRA)" <tu...@ws.apache.org> on 2007/01/19 17:20:29 UTC

[jira] Resolved: (TUSCANY-1068) pom.xml incorrect for conversationTest test case

     [ https://issues.apache.org/jira/browse/TUSCANY-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raymond Feng resolved TUSCANY-1068.
-----------------------------------

    Resolution: Fixed

Thank you for reporting this, I fixed in with r497675. Please verify.

> 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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org