Skip to content

Commit

Permalink
Merge pull request #23993 from dmatej/revert-krazo-update
Browse files Browse the repository at this point in the history
Revert "Updated and reactivated Krazo for MVC 2.0 support"
  • Loading branch information
arjantijms authored Jun 14, 2022
2 parents e2e37e3 + 8aa0f20 commit 480e77d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions appserver/featuresets/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@
</dependency>

<!-- Jakarta MVC -->
<!-- TMP disable until EE 10 versions
<dependency>
<groupId>jakarta.mvc</groupId>
<artifactId>jakarta.mvc-api</artifactId>
Expand Down Expand Up @@ -286,6 +287,7 @@
</exclusion>
</exclusions>
</dependency>
-->

<!-- glassfish-grizzly-full -->
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions appserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@
<jboss.classfilewriter.version>1.2.5.Final</jboss.classfilewriter.version>

<!-- Jakarta MVC -->
<jakarta.mvc-api.version>2.0.1</jakarta.mvc-api.version>
<krazo.version>2.0.2</krazo.version>
<jakarta.mvc-api.version>2.0.0</jakarta.mvc-api.version>
<krazo.version>2.0.1</krazo.version>

<!-- MicroProfile Config -->
<microprofile.config-api.version>3.0.1</microprofile.config-api.version>
Expand Down

0 comments on commit 480e77d

Please sign in to comment.