Change the pom.xml and remove some use of Java 1.5 features to reduce the

number of errors produced by "mvn package".
This commit is contained in:
Ian Farmer
2007-07-19 04:23:42 +00:00
parent 2a64db32b5
commit c0f054549b
2 changed files with 16 additions and 5 deletions

View File

@@ -10,4 +10,13 @@
<build>
<finalName>luaj</finalName>
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>