Top level POM declares a compile-time dependency on JUnit
---------------------------------------------------------

                 Key: OPENJPA-233
                 URL: https://issues.apache.org/jira/browse/OPENJPA-233
             Project: OpenJPA
          Issue Type: Bug
          Components: build / infrastructure
    Affects Versions: 0.9.7
            Reporter: Craig Russell
            Priority: Trivial
             Fix For: 0.9.8


trunk/pom.xml declares the following maven dependency on JUnit. 
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>3.8.1</version>
            <scope>compile</scope>
        </dependency>

The dependency should be test, not compile, as required only by test components.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to