Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Done
-
None
-
None
Description
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.