[JAVA-32171] Fix missing pom.xml (#16196)

This commit is contained in:
Harry9656
2024-03-24 23:53:37 +01:00
committed by GitHub
parent 17cb4108d4
commit 42b9fb4598
17 changed files with 28 additions and 1 deletions
+2
View File
@@ -27,6 +27,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>${maven-shade-plugin.version}</version>
<configuration>
<createDependencyReducedPom>true</createDependencyReducedPom>
<filters>
@@ -64,6 +65,7 @@
<properties>
<dropwizard.version>2.0.0</dropwizard.version>
<maven-shade-plugin.version>3.5.0</maven-shade-plugin.version>
</properties>
</project>