diff options
Diffstat (limited to 'id/server/stork-saml-engine/pom.xml')
-rw-r--r-- | id/server/stork-saml-engine/pom.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/id/server/stork-saml-engine/pom.xml b/id/server/stork-saml-engine/pom.xml index 41bfde6d1..1988b9af0 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.6</source>
-<target>1.6</target>
+<source>1.5</source>
+<target>1.5</target>
</configuration>
</plugin>
</plugins>
@@ -86,8 +86,7 @@ <groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.6.4</version>
- <scope>compile</scope>
<!-- scope>runtime</scope -->
</dependency>
</dependencies>
-</project>
+</project>
\ No newline at end of file |