MNT-20557: Duplicate inclusion of Java EE Annotations spec API

This commit is contained in:
CezarLeahu
2020-06-26 11:49:36 +03:00
committed by GitHub
parent 81964107a9
commit cbfe635218

View File

@@ -37,7 +37,7 @@
<dir.root>${project.build.directory}/alf_data</dir.root>
<img.exe>convert</img.exe>
<dependency.alfresco-repository.version>8.223</dependency.alfresco-repository.version>
<dependency.alfresco-repository.version>8.225</dependency.alfresco-repository.version>
<dependency.alfresco-data-model.version>8.129</dependency.alfresco-data-model.version>
<dependency.alfresco-core.version>8.36</dependency.alfresco-core.version>
@@ -329,6 +329,11 @@
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-ws-metadata_2.0_spec</artifactId>
</exclusion>
<!-- MNT-20557: Excluding javax.annotation:javax.annotation-api, jakarta.annotation:jakarta.annotation-api will be used instead -->
<exclusion>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>