Skip to content

Commit

Permalink
Merge pull request #479 from chrisvpeters/AUS-4265
Browse files Browse the repository at this point in the history
AUS-4265
  • Loading branch information
vjf authored Nov 20, 2024
2 parents c9e509f + d54e91a commit 2879ead
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -323,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 @@ -345,10 +345,14 @@
<artifactId>google-http-client-apache-v2</artifactId>
<version>1.43.2</version>
</dependency>
<dependency>
<groupId>com.esotericsoftware</groupId>
<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>
<version>2.6.0</version>
</dependency>
</dependencies>
</project>

0 comments on commit 2879ead

Please sign in to comment.