Skip to content

Commit

Permalink
Merged in task/main-cris/DSC-2037 (pull request DSpace#3073)
Browse files Browse the repository at this point in the history
Update addon version

Approved-by: Vincenzo Mecca
  • Loading branch information
highhopes85 authored and vins01-4science committed Nov 20, 2024
2 parents 6c1b770 + aeac94a commit a4ff936
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<jena.version>4.9.0</jena.version>

<!--=== ADDON DEPENDENCIES ===-->
<addons.version>[cris-2023.02.06-SNAPSHOT,cris-2023.02.07-SNAPSHOT)</addons.version>
<addons.version>[cris-2024.02.00-SNAPSHOT,cris-2024.02.01-SNAPSHOT)</addons.version>
<addon-iiif.version>${addons.version}</addon-iiif.version>
<addon-ocr.version>${addons.version}</addon-ocr.version>
<addon-docviewer.version>${addons.version}</addon-docviewer.version>
Expand Down Expand Up @@ -1020,6 +1020,20 @@
<artifactId>addon-networklab</artifactId>
<version>${addon-networklab.version}</version>
<type>jar</type>
<exclusions>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
</exclusion>
<exclusion>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit a4ff936

Please sign in to comment.