Skip to content

Commit

Permalink
eclipse-ee4j#3753: added bean validation, the ILA is gone.
Browse files Browse the repository at this point in the history
Changes in issue eclipse-ee4j#4208 resolved the IllegalArgumentException, however
bean validation doesn't work.
  • Loading branch information
pa314159 committed Aug 28, 2019
1 parent eabff9b commit ee772ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/helloworld-cdi2-se/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-grizzly2-http</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.ext</groupId>
<artifactId>jersey-bean-validation</artifactId>
</dependency>

<dependency>
<groupId>org.glassfish.jersey.test-framework</groupId>
Expand Down

0 comments on commit ee772ad

Please sign in to comment.