Skip to content

Commit

Permalink
use spring boot managed library versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mcs committed Dec 19, 2021
1 parent ff8da2b commit d41c245
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.9</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand All @@ -75,7 +74,6 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.8</version>
</dependency>
<dependency>
<groupId>io.confluent</groupId>
Expand Down Expand Up @@ -234,13 +232,11 @@
<descriptor>src/main/assembly/bin.xml</descriptor>
</descriptors>
</configuration>
<version>2.2.1</version>
</plugin>
<plugin>
<!-- Build an executable JAR -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
<configuration>
<archive>
<manifest>
Expand Down Expand Up @@ -274,7 +270,6 @@
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>2.7</version>
<executions>
<execution>
<id>prepare-dockerfile</id>
Expand Down

0 comments on commit d41c245

Please sign in to comment.