added jdk 1.5 configuration for pax exam annotation support
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@887378 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/test/pom.xml b/dependencymanager/test/pom.xml
index de8b2d2..4457461 100644
--- a/dependencymanager/test/pom.xml
+++ b/dependencymanager/test/pom.xml
@@ -69,6 +69,14 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ <useDefaultManifestFile>false</useDefaultManifestFile>
+ <compilerArgument>-g</compilerArgument>
+ <compilerVersion>1.5</compilerVersion>
+ </configuration>
+
<executions>
<execution>
<id>default-testCompile</id>