OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

sca-j message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] Created: (SCAJ-25) Spring Test Suite build fault


Spring Test Suite build fault
-----------------------------

                 Key: SCAJ-25
                 URL: http://tools.oasis-open.org/issues/browse/SCAJ-25
             Project: OASIS Service Component Architecture / J (SCA-J) TC
          Issue Type: Bug
          Components: Spring Testcases
    Affects Versions: 1.1
            Reporter: Mike Edwards


There appears to be an issue with the Spring Test Suite build (r291). The Test_Client_SpringCI POM contains dependencies on two Tuscany modules which are also SNAPSHOT versions: 

        <dependency>
            <groupId>org.apache.tuscany.sca</groupId>
            <artifactId>tuscany-base-runtime</artifactId>
            <version>2.0-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>org.apache.tuscany.sca</groupId>
            <artifactId>tuscany-implementation-spring-runtime</artifactId>
            <version>2.0-SNAPSHOT</version>
        </dependency>

There should not be a need to depend on Tuscany modules and SNAPSHOTS should definitely not be used.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]