diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2018-03-13 13:55:21 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2018-03-13 13:55:21 +0100 |
commit | 74e5abe316de5748073cc69ca7ad1202b48daa5a (patch) | |
tree | 9da6f48602172205638fca627abdfc47e52d5923 /id/server/idserverlib/pom.xml | |
parent | 5590e7a7477a5598736563b95e0c51ab9cb3c229 (diff) | |
download | moa-id-spss-74e5abe316de5748073cc69ca7ad1202b48daa5a.tar.gz moa-id-spss-74e5abe316de5748073cc69ca7ad1202b48daa5a.tar.bz2 moa-id-spss-74e5abe316de5748073cc69ca7ad1202b48daa5a.zip |
add configuration parameter to disable 'targetFriendlyName' validation in signed AuthBlock
Diffstat (limited to 'id/server/idserverlib/pom.xml')
-rw-r--r-- | id/server/idserverlib/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index f859b6a45..ce1430aa0 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -530,6 +530,17 @@ </execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.6.1</version>
+ <configuration>
+ <source>1.7</source>
+ <target>1.7</target>
+ <encoding>UTF-8</encoding>
+ </configuration>
+ </plugin>
+
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
|