Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
tyweis25 authored Jul 18, 2024
1 parent 3cf5069 commit d58cbbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<spring-cloud>2021.0.3</spring-cloud>
<spring-cloud-aws.version>2.4.2</spring-cloud-aws.version>
<org.mapstruct.version>1.5.5.Final</org.mapstruct.version>
<spring-boot.repackage.skip>true</spring-boot.repackage.skip>
</properties>

<dependencies>
Expand Down Expand Up @@ -183,6 +184,7 @@
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.3.1</version>
<configuration>
<skip>true</skip>
<configLocation>../misc/style/java/checkstyle.xml</configLocation>
</configuration>
</plugin>
Expand Down

0 comments on commit d58cbbf

Please sign in to comment.