Skip to content

Commit

Permalink
POM: update parent to pom-scijava 34.0.0 (#57)
Browse files Browse the repository at this point in the history
And remove no-longer-needed dependency pins.
  • Loading branch information
ctrueden authored Mar 7, 2023
1 parent 4360241 commit a53c5fa
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.scijava</groupId>
<artifactId>pom-scijava</artifactId>
<version>33.2.0</version>
<version>34.0.0</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -85,14 +85,7 @@
<!-- NB: Deploy releases to the SciJava Maven repository. -->
<releaseProfiles>sign,deploy-to-scijava</releaseProfiles>

<aws-java-sdk-core.version>1.11.796</aws-java-sdk-core.version>
<gax.version>1.56.0</gax.version>
<jackson-jq.version>1.0.0-preview.20191208</jackson-jq.version>

<n5.version>2.5.1</n5.version>
<n5-imglib2.version>4.3.0</n5-imglib2.version>
<n5-hdf5.version>1.4.1</n5-hdf5.version>
<n5-zarr.version>0.0.7</n5-zarr.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -180,12 +173,10 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-core</artifactId>
<version>${aws-java-sdk-core.version}</version>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>${gax.version}</version>
</dependency>
<dependency>
<groupId>net.thisptr</groupId>
Expand Down

0 comments on commit a53c5fa

Please sign in to comment.