Skip to content

Commit

Permalink
Update dropwizard and swagger versions
Browse files Browse the repository at this point in the history
  • Loading branch information
EkaterinaKomar committed Sep 20, 2023
1 parent 726e21a commit c8ccb3b
Showing 1 changed file with 13 additions and 29 deletions.
42 changes: 13 additions & 29 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand Down Expand Up @@ -42,7 +42,7 @@
</repositories>

<properties>
<dropwizard.version>1.3.2</dropwizard.version>
<dropwizard.version>2.1.7</dropwizard.version>
<fasterxml.version>2.10.0</fasterxml.version>
<verapdf.validation.version>[1.24.0,1.25.0)</verapdf.validation.version>
</properties>
Expand Down Expand Up @@ -82,9 +82,9 @@
<configuration>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>org.verapdf.rest.app.VeraPdfRestApplication</mainClass>
</transformer>
</transformers>
Expand Down Expand Up @@ -149,28 +149,7 @@
<dependency>
<groupId>com.smoketurner</groupId>
<artifactId>dropwizard-swagger</artifactId>
<version>1.3.12-1</version>
<exclusions>
<exclusion>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.9.10</version>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
</exclusion>
</exclusions>
<version>2.0.12-1</version>
</dependency>

<dependency>
Expand All @@ -180,9 +159,9 @@
</dependency>

<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.7</version>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.7</version>
</dependency>

<dependency>
Expand All @@ -191,6 +170,11 @@
<version>${verapdf.validation.version}</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.15.2</version>
</dependency>
</dependencies>


Expand Down

0 comments on commit c8ccb3b

Please sign in to comment.