fixing up to only have runtime dependencies.
This commit is contained in:
parent
c6d30db200
commit
3d56a294c0
31
pom.xml
31
pom.xml
|
|
@ -32,11 +32,6 @@
|
|||
<artifactId>commons-cli</artifactId>
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-collections</groupId>
|
||||
<artifactId>commons-collections</artifactId>
|
||||
<version>2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
|
|
@ -47,31 +42,5 @@
|
|||
<artifactId>google-collect</artifactId>
|
||||
<version>snapshot-20080321</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>emma</groupId>
|
||||
<artifactId>emma</artifactId>
|
||||
<version>2.0.5312</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>emma</groupId>
|
||||
<artifactId>emma_ant</artifactId>
|
||||
<version>2.0.5312</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jdom</groupId>
|
||||
<artifactId>jdom</artifactId>
|
||||
<version>b8</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.4</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>velocity</groupId>
|
||||
<artifactId>velocity-dep</artifactId>
|
||||
<version>1.4</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
|
|||
Loading…
Reference in New Issue