added maven.compiler.source 1.8

This commit is contained in:
Massimiliano Assante 2022-09-20 18:25:15 +02:00
parent 5f68ed34cc
commit f466044eee
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
<name>social-networking-library-ws</name>
<description>Rest interface for the social networking library.</description>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<enunciate.version>2.14.0</enunciate.version>
<jackson.version>2.8.11</jackson.version>