SPR-5803 and additional POM maintenance/development

This commit is contained in:
Mark Pollack
2009-07-09 19:38:07 +00:00
parent c9a87de141
commit 0c16554e23
15 changed files with 73 additions and 74 deletions

View File

@@ -25,12 +25,6 @@
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr</artifactId>
<version>3.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
@@ -40,8 +34,6 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>