POM maintenance

This commit is contained in:
Mark Pollack
2009-03-28 01:41:11 +00:00
parent 5f21cbd9da
commit a9c8ba407c
3 changed files with 58 additions and 19 deletions

View File

@@ -19,6 +19,20 @@
<version>1.1.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>quartz</groupId>
<artifactId>quartz</artifactId>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
@@ -73,6 +87,12 @@
<version>1.6.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>jfree</groupId>
<artifactId>jfreechart</artifactId>
<version>1.0.9-brew</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
@@ -128,17 +148,15 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<junitArtifactName>junit:junit</junitArtifactName>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<testResources>
<testResource>
<directory>src/main/java</directory>
<includes>
<include>**/*.types</include>
</includes>
</testResource>
</testResources>
</build>
</project>