Switch to using org.dspace:orcid-model-jakarta in Maven Central

This commit is contained in:
Tim Donohue
2024-04-18 15:56:24 -05:00
parent 009642d458
commit 04df3b875d
2 changed files with 4 additions and 24 deletions

View File

@@ -738,27 +738,16 @@
<!-- TODO: This may need to be replaced with the "orcid-model" artifact once this ticket is resolved:
https://github.com/ORCID/orcid-model/issues/50 -->
<!-- Maintained at https://github.com/DSpace/orcid-model -->
<dependency>
<groupId>org.orcid</groupId>
<groupId>org.dspace</groupId>
<artifactId>orcid-model-jakarta</artifactId>
<version>3.3.0</version>
<version>3.3.0-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.jarkarta.rs</groupId>
<artifactId>jackson-jakarta-rs-json-provider</artifactId>
</exclusion>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
<exclusion>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
</exclusion>
<exclusion>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-jaxrs2-jakarta</artifactId>
</exclusion>
</exclusions>
</dependency>

11
pom.xml
View File

@@ -102,7 +102,7 @@
<version>${java.version}</version>
</requireJavaVersion>
<requireMavenVersion>
<version>[3.0.5,)</version>
<version>[3.8,)</version>
</requireMavenVersion>
</rules>
</configuration>
@@ -1994,14 +1994,5 @@
<enabled>false</enabled>
</snapshots>
</repository>
<!-- For Jakarta EE version of "orcid-model". REMOVE once official "orcid-model" is updated to Jakarta,
see https://github.com/ORCID/orcid-model/issues/50-->
<repository>
<id>oicr.on.ca</id>
<url>https://artifacts.oicr.on.ca/artifactory/collab-release/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
</project>