pom updated
This commit is contained in:
parent
6cf84fe511
commit
b50342c80a
6
pom.xml
6
pom.xml
|
@ -19,6 +19,11 @@
|
||||||
<url>https://code-repo.d4science.org/gCubeSystem/authorization-control-library</url>
|
<url>https://code-repo.d4science.org/gCubeSystem/authorization-control-library</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
|
<properties>
|
||||||
|
<maven.compiler.target>1.8</maven.compiler.target>
|
||||||
|
<maven.compiler.source>1.8</maven.compiler.source>
|
||||||
|
</properties>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -79,7 +84,6 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>aspectj-maven-plugin</artifactId>
|
<artifactId>aspectj-maven-plugin</artifactId>
|
||||||
<version>1.7</version>
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<complianceLevel>1.8</complianceLevel>
|
<complianceLevel>1.8</complianceLevel>
|
||||||
<source>1.8</source>
|
<source>1.8</source>
|
||||||
|
|
Loading…
Reference in New Issue