Skip to content

Commit

Permalink
Merge Upgrade To Tomcat 10 - Meeds-io/MIPs#76 (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker authored Dec 20, 2023
2 parents b55d310 + c08822c commit 24fbc49
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,21 @@
<groupId>${project.groupId}</groupId>
<artifactId>kudos-services</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>kudos-webapps</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
<type>war</type>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>kudos-packaging</artifactId>
<version>${project.version}</version>
<type>zip</type>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 24fbc49

Please sign in to comment.