You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2022/12/02 09:39:43 UTC

[myfaces-tobago] branch main updated: fix(mvn): docker tomcat profile

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

hnoeth pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/main by this push:
     new ab88b62e09 fix(mvn): docker tomcat profile
ab88b62e09 is described below

commit ab88b62e090fbabaf0c8dbc04e137b2f1c8e9eb3
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Fri Dec 2 10:27:46 2022 +0100

    fix(mvn): docker tomcat profile
    
    * add BVal dependency to make validation work again
---
 tobago-example/tobago-example-demo/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tobago-example/tobago-example-demo/pom.xml b/tobago-example/tobago-example-demo/pom.xml
index f9e62809de..4fd8047382 100644
--- a/tobago-example/tobago-example-demo/pom.xml
+++ b/tobago-example/tobago-example-demo/pom.xml
@@ -470,6 +470,11 @@
           <artifactId>jakarta.enterprise.cdi-api</artifactId>
           <scope>compile</scope>
         </dependency>
+        <dependency>
+          <groupId>org.apache.bval</groupId>
+          <artifactId>bval-jsr</artifactId>
+          <scope>compile</scope>
+        </dependency>
         <!-- this enables the development mode -->
         <dependency>
           <groupId>org.apache.myfaces.tobago</groupId>