Uploaded image for project: 'OpenJPA'
  1. OpenJPA
  2. OPENJPA-233

Top level POM declares a compile-time dependency on JUnit

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 0.9.7
    • 1.0.0
    • build / infrastructure
    • None

    Description

      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.

      Attachments

        Activity

          People

            clr Craig L Russell
            clr Craig L Russell
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: