Skip to content

Commit

Permalink
downgrade dependency to work with JDK11
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas loubrieu committed Oct 8, 2024
1 parent 8288f53 commit 9e05e9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<dependency>
<groupId>gov.nasa.pds</groupId>
<artifactId>registry-common</artifactId>
<version>2.0.0</version>
<version>2.1.0-SNAPSHOT</version>
</dependency>
<!-- rich XML parsing -->
<dependency>
Expand Down Expand Up @@ -167,7 +167,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>3.3.2</version>
<version>2.2.5.RELEASE</version>
<configuration>
<mainClass>gov.nasa.pds.harvest.HarvestMain</mainClass>
<layout>JAR</layout>
Expand Down

0 comments on commit 9e05e9c

Please sign in to comment.