Skip to content

Commit

Permalink
refactor(examples): polish war-plugin pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Dec 19, 2023
1 parent 29b191a commit 344e4f1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions examples/war-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,7 @@
<version>${project.version}</version>
</dependency>

<!-- Servlet API is provided by the container -->
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>${servlet-api-version}</version>
<scope>provided</scope>
</dependency>

<!-- hawtio-war is needed to ensure build order -->
<!-- hawtio-war is needed to ensure build order for the example -->
<dependency>
<groupId>io.hawt</groupId>
<artifactId>hawtio-war</artifactId>
Expand All @@ -55,6 +47,14 @@
<type>war</type>
</dependency>

<!-- Servlet API is provided by the container -->
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>${servlet-api-version}</version>
<scope>provided</scope>
</dependency>

<!-- Logging -->
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 344e4f1

Please sign in to comment.