aboutsummaryrefslogtreecommitdiff
path: root/id/server/stork-saml-engine/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'id/server/stork-saml-engine/pom.xml')
-rw-r--r--id/server/stork-saml-engine/pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/id/server/stork-saml-engine/pom.xml b/id/server/stork-saml-engine/pom.xml
index 1988b9af0..41bfde6d1 100644
--- a/id/server/stork-saml-engine/pom.xml
+++ b/id/server/stork-saml-engine/pom.xml
@@ -17,8 +17,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
-<source>1.5</source>
-<target>1.5</target>
+<source>1.6</source>
+<target>1.6</target>
</configuration>
</plugin>
</plugins>
@@ -86,7 +86,8 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.6.4</version>
+ <scope>compile</scope>
<!-- scope>runtime</scope -->
</dependency>
</dependencies>
-</project> \ No newline at end of file
+</project>