Browse Source

ORO module compiles junit4 tests

master
Stefan Bodewig 7 years ago
parent
commit
7fdf27e947
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      src/etc/poms/ant-apache-oro/pom.xml

+ 6
- 0
src/etc/poms/ant-apache-oro/pom.xml View File

@@ -48,6 +48,12 @@
<version>2.0.8</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>


Loading…
Cancel
Save