Skip to content

Commit

Permalink
Merge pull request #704 from hazendaz/master
Browse files Browse the repository at this point in the history
tests - use jakarta namespace and drop usage of jakartaee api as not …
  • Loading branch information
hazendaz authored Dec 17, 2023
2 parents 70e3c43 + 2f845df commit bdd09c9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,8 @@
<compilerPluginVersion>3.11.0</compilerPluginVersion>
<findsecbugsVersion>1.12.0</findsecbugsVersion>
<jxrPluginVersion>3.3.1</jxrPluginVersion>
<jakartaeeApiVersion>8.0.0</jakartaeeApiVersion>
<mavenSurefireVersion>3.2.3</mavenSurefireVersion>
<servletApiVersion>4.0.4</servletApiVersion>
<servletApiVersion>5.0.0</servletApiVersion>
<sb-contribVersion>7.6.3</sb-contribVersion>

<jgit.version>5.13.2.202306221912-r</jgit.version>
Expand Down
6 changes: 0 additions & 6 deletions src/it-tools/prime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,6 @@
<version>@junitVersion@</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jakarta.platform</groupId>
<artifactId>jakarta.jakartaee-api</artifactId>
<version>@jakartaeeApiVersion@</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions src/it/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@
<version>@junitVersion@</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jakarta.platform</groupId>
<artifactId>jakarta.jakartaee-api</artifactId>
<version>@jakartaeeApiVersion@</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
Expand Down

0 comments on commit bdd09c9

Please sign in to comment.