aboutsummaryrefslogtreecommitdiff
path: root/id/oa
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2021-12-14 11:52:51 +0100
committerThomas Lenz <thomas.lenz@egiz.gv.at>2021-12-14 11:52:51 +0100
commitb2332a3b55b1d5164f9764cb895185798b4fb4a2 (patch)
treea5892923f9ed269d41528eca11062a0c544a731a /id/oa
parent987e73298941278ef77ef038eb97f9c91d48e4b9 (diff)
downloadmoa-id-spss-b2332a3b55b1d5164f9764cb895185798b4fb4a2.tar.gz
moa-id-spss-b2332a3b55b1d5164f9764cb895185798b4fb4a2.tar.bz2
moa-id-spss-b2332a3b55b1d5164f9764cb895185798b4fb4a2.zip
fix possible problem with IAIK provider
Diffstat (limited to 'id/oa')
-rw-r--r--id/oa/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/id/oa/pom.xml b/id/oa/pom.xml
index 472c1d637..955f055a2 100644
--- a/id/oa/pom.xml
+++ b/id/oa/pom.xml
@@ -43,8 +43,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.7</source>
- <target>1.7</target>
+ <source>1.8</source>
+ <target>1.8</target>
</configuration>
</plugin>
</plugins>