Skip to content

Commit

Permalink
Switch to using org.dspace:orcid-model-jakarta in Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonohue committed Apr 18, 2024
1 parent 009642d commit 04df3b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
17 changes: 3 additions & 14 deletions dspace-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
11 changes: 1 addition & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<version>${java.version}</version>
</requireJavaVersion>
<requireMavenVersion>
<version>[3.0.5,)</version>
<version>[3.8,)</version>
</requireMavenVersion>
</rules>
</configuration>
Expand Down Expand Up @@ -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>

0 comments on commit 04df3b8

Please sign in to comment.