diff options
Diffstat (limited to 'id/server/stork2-commons')
-rw-r--r-- | id/server/stork2-commons/pom.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/id/server/stork2-commons/pom.xml b/id/server/stork2-commons/pom.xml index 43a02ae5d..926651b04 100644 --- a/id/server/stork2-commons/pom.xml +++ b/id/server/stork2-commons/pom.xml @@ -41,7 +41,6 @@ <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - <version>1.2.17</version> <exclusions> <exclusion> <groupId>javax.jms</groupId> @@ -65,7 +64,6 @@ <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml</artifactId> - <version>${opensaml.version}</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> @@ -130,8 +128,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.6</source> + <target>1.6</target> <encoding>UTF-8</encoding> </configuration> </plugin> |