Skip to content

Commit

Permalink
Fix example helloworld-weld
Browse files Browse the repository at this point in the history
dependency missing

Signed-off-by: tvallin <thibault.vallin@oracle.com>
  • Loading branch information
tvallin committed Apr 8, 2020
1 parent d21e7e5 commit 0813d24
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/helloworld-weld/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ Run the example as follows:
This deploys the example using [Grizzly](http://grizzly.java.net/) container. You can access the application at:

- <http://localhost:8080/weld>
- <http://localhost:8080/weld/application.wadl>
11 changes: 11 additions & 0 deletions examples/helloworld-weld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,17 @@
<groupId>org.glassfish.jersey.ext.cdi</groupId>
<artifactId>jersey-cdi1x</artifactId>
</dependency>

<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
</dependency>

<dependency>
<groupId>com.sun.istack</groupId>
<artifactId>istack-commons-runtime</artifactId>
<version>3.0.8</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 0813d24

Please sign in to comment.