← Prev in month ← Prev in thread
Next in thread → Next in month →

Spring test cases Incorrect dependency

From
Jim Marino <>
Date
2013-03-06T23:28:31+00:00
ID
CA+=xZJrFs5g9oPrdSAGkH5WWPtnhNSjfKAXiQrM=
Thread
Spring test cases Incorrect dependency
Hi,

The POM for SPR_General_Java contains a dependency on the Tuscany SCA API:

    <dependencies>

        <dependency>

            <groupId>org.apache.tuscany.sca</groupId>

            <artifactId>tuscany-sca-api</artifactId>

            <version>2.0-SNAPSHOT</version>

        </dependency>

    </dependencies>

The POM should not depend on a SNAPSHOT version as it is inherently unstable and should instead depend on an OASIS jar.

Jim
← Prev in month ← Prev in thread
Next in thread → Next in month →