Skip to content

Commit

Permalink
117797: Adjust JClouds version to 2.6.0 and adjust guice and gson to …
Browse files Browse the repository at this point in the history
…match supported versions.
  • Loading branch information
mdiggory committed Oct 21, 2024
1 parent 964ad3f commit 2e1abeb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions dspace-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@
<dependency>
<groupId>org.apache.jclouds</groupId>
<artifactId>jclouds-core</artifactId>
<version>2.5.0</version>
<version>2.6.0</version>
<exclusions>
<exclusion>
<groupId>com.google.code.gson</groupId>
Expand All @@ -888,26 +888,31 @@
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</exclusion>
<exclusion>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.apache.jclouds</groupId>
<artifactId>jclouds-blobstore</artifactId>
<version>2.5.0</version>
<version>2.6.0</version>
</dependency>

<dependency>
<groupId>org.apache.jclouds.api</groupId>
<artifactId>filesystem</artifactId>
<version>2.5.0</version>
<version>2.6.0</version>
</dependency>

<dependency>
<groupId>org.apache.jclouds.provider</groupId>
<artifactId>aws-s3</artifactId>
<version>2.5.0</version>
<version>2.6.0</version>
</dependency>

</dependencies>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1785,13 +1785,13 @@
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>5.1.0</version> <!-- Update to the latest compatible version -->
<version>7.0.0</version> <!-- Update to the latest compatible version -->
</dependency>

<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.8</version> <!-- Ensure this version is compatible with your code -->
<version>2.10.1</version> <!-- Ensure this version is compatible with your code -->
</dependency>

<!-- Findbugs annotations -->
Expand Down

0 comments on commit 2e1abeb

Please sign in to comment.