Skip to content

Commit

Permalink
feature : JakartaEE 10
Browse files Browse the repository at this point in the history
Signed-off-by: Karthikeyan Vaithilingam <seenukarthi@gmail.com>
  • Loading branch information
seenukarthi committed Jan 20, 2023
1 parent 5a5e642 commit b851bae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>jakarta.platform</groupId>
<artifactId>jakarta.jakartaee-web-api</artifactId>
<version>9.1.0</version>
<version>10.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand All @@ -32,7 +32,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>11.0.9</version>
<version>11.0.13</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit b851bae

Please sign in to comment.