Skip to content

Commit

Permalink
AUS-4265 forgot the pom
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvpeters committed Nov 20, 2024
1 parent a6e2e07 commit d54e91a
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
<!-- Project properties -->
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<springdoc.version>1.6.15</springdoc.version>
</properties>

<!-- Spring Boot -->
Expand Down Expand Up @@ -324,7 +323,7 @@
<artifactId>netcdf4</artifactId>
<version>5.3.3</version>
<optional>false</optional>
</dependency>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
Expand All @@ -346,22 +345,10 @@
<artifactId>google-http-client-apache-v2</artifactId>
<version>1.43.2</version>
</dependency>
<dependency>
<groupId>com.esotericsoftware</groupId>
<artifactId>kryo</artifactId>
<version>5.0.0-RC2</version>
<exclusions>
<exclusion>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.therapi</groupId>
<artifactId>therapi-runtime-javadoc</artifactId>
<version>0.15.0</version>
</dependency>
<dependency> <groupId>com.esotericsoftware</groupId>
<artifactId>minlog</artifactId>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
Expand Down

0 comments on commit d54e91a

Please sign in to comment.