This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git

commit bb58b5087236c01cd8404597ca24602e00176dea
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
AuthorDate: Fri Mar 13 11:20:48 2020 +0200

    Add jakarta.enterprise.cdi-api as a compile dependency
    
    This way the examples can be demoed on Tomcat/Jetty. Wildfly/Glassfish will 
complain but the deployment should still work.
---
 wicket-examples/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index ac66c9a..473633f 100644
--- a/wicket-examples/pom.xml
+++ b/wicket-examples/pom.xml
@@ -60,6 +60,11 @@
                        <artifactId>jakarta.el-api</artifactId>
                </dependency>
                <dependency>
+                       <groupId>jakarta.enterprise</groupId>
+                       <artifactId>jakarta.enterprise.cdi-api</artifactId>
+                       <scope>compile</scope>
+               </dependency>
+               <dependency>
                        <groupId>jakarta.servlet.jsp</groupId>
                        <artifactId>jakarta.servlet.jsp-api</artifactId>
                </dependency>

Reply via email to