fixed pom for source version

This commit is contained in:
Massimiliano Assante 2022-09-20 16:57:23 +02:00
parent c9f542fb8f
commit 8470bb032b
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>