Move dropwizard-dependencies from parent to dependency management

This commit is contained in:
Chris Eager 2021-05-17 15:36:41 -05:00 committed by Chris Eager
parent e663e1b0a6
commit ce76c5c117
1 changed files with 8 additions and 6 deletions

14
pom.xml
View File

@ -32,6 +32,7 @@
</modules> </modules>
<properties> <properties>
<dropwizard.version>2.0.21</dropwizard.version>
<aws.sdk.version>1.11.939</aws.sdk.version> <aws.sdk.version>1.11.939</aws.sdk.version>
<mockito.version>2.25.1</mockito.version> <mockito.version>2.25.1</mockito.version>
<micrometer.version>1.5.3</micrometer.version> <micrometer.version>1.5.3</micrometer.version>
@ -42,18 +43,19 @@
<TextSecureServer.version>5.90</TextSecureServer.version> <TextSecureServer.version>5.90</TextSecureServer.version>
</properties> </properties>
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-dependencies</artifactId>
<version>2.0.21</version>
</parent>
<groupId>org.whispersystems.textsecure</groupId> <groupId>org.whispersystems.textsecure</groupId>
<artifactId>TextSecureServer</artifactId> <artifactId>TextSecureServer</artifactId>
<version>1.0</version> <version>1.0</version>
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-dependencies</artifactId>
<version>${dropwizard.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency> <dependency>
<groupId>com.amazonaws</groupId> <groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-bom</artifactId> <artifactId>aws-java-sdk-bom</artifactId>