Skip to content

Commit

Permalink
spacing update
Browse files Browse the repository at this point in the history
  • Loading branch information
cncndl committed Apr 25, 2024
1 parent f4243dd commit 8869432
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,17 @@

<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>6.0.0</version>
<scope>provided</scope>
<artifactId>jakarta.servlet-api</artifactId>
<version>6.0.0</version>
<scope>provided</scope>
<optional>true</optional> <!-- case: when no servlet environment -->
</dependency>

<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
<version>3.0.0</version>
</dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
<version>3.0.0</version>
</dependency>

<dependency>
<groupId>org.jboss</groupId>
Expand Down Expand Up @@ -215,7 +215,7 @@
</executions>
<configuration>
<instructions>
<!-- Do not import javax.annotation as we only need these at compile time -->
<!-- Do not import jakarta.annotation as we only need these at compile time -->
<Import-Package>
org.jboss.vfs.*;resolution:=optional,
!jakarta.annotation,
Expand Down

0 comments on commit 8869432

Please sign in to comment.