SDB has JUnit as its runtime dependency: we should avoid that
-------------------------------------------------------------

                 Key: JENA-141
                 URL: https://issues.apache.org/jira/browse/JENA-141
             Project: Jena
          Issue Type: Bug
          Components: SDB
            Reporter: Paolo Castagna
            Priority: Minor


Apparently, SDB has JUnit as its runtime dependency:

    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.5</version>
      <!-- <scope>test</scope> -->
    </dependency>

The <scope>test</scope> is commented out.
The sdb.test and sdb.junit packages should be moved into the directory with all 
the other tests.
SDB should move to an usual project layout as the other Jena modules.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to