| commit | 165d319bfc9de8061eb0d9a9f3c01b640afc4518 | [log] [tgz] |
|---|---|---|
| author | jansupol <15908245+jansupol@users.noreply.github.com> | Thu Sep 20 14:34:22 2018 +0200 |
| committer | GitHub <noreply@github.com> | Thu Sep 20 14:34:22 2018 +0200 |
| tree | 5db5f8acfbdf6755cf0dbf048032aa03eecdb285 | |
| parent | e59ce220d859291185c098e98997c1744c9c5581 [diff] [blame] |
Replace CDI servlet uber jar with CDI servlet-core jar (#3939) Signed-off-by: Jan Supol <jan.supol@oracle.com>
diff --git a/examples/cdi-webapp/pom.xml b/examples/cdi-webapp/pom.xml index 078e6b0..63ed946 100644 --- a/examples/cdi-webapp/pom.xml +++ b/examples/cdi-webapp/pom.xml
@@ -166,7 +166,7 @@ </dependency> <dependency> <groupId>org.jboss.weld.servlet</groupId> - <artifactId>weld-servlet</artifactId> + <artifactId>weld-servlet-core</artifactId> </dependency> </dependencies> </profile>