You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/10/07 14:37:49 UTC

[myfaces-tobago] branch tobago-5.x updated: build: update because of CVEs (#3340)

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

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


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new 076491b8b8 build: update because of CVEs (#3340)
076491b8b8 is described below

commit 076491b8b81f9ce7ebb3bfee3ff88ffe8c323fd3
Author: Udo Schnurpfeil <gi...@schnurpfeil.de>
AuthorDate: Fri Oct 7 16:37:43 2022 +0200

    build: update because of CVEs (#3340)
---
 tobago-example/tobago-example-spring-boot/pom.xml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/tobago-example/tobago-example-spring-boot/pom.xml b/tobago-example/tobago-example-spring-boot/pom.xml
index 57415f47a7..ba6e40d5d0 100644
--- a/tobago-example/tobago-example-spring-boot/pom.xml
+++ b/tobago-example/tobago-example-spring-boot/pom.xml
@@ -44,17 +44,6 @@
                         </execution>
                     </executions>
                 </plugin>
-              <plugin>
-                <groupId>org.owasp</groupId>
-                <artifactId>dependency-check-maven</artifactId>
-                <configuration>
-                  <!-- the spring-boot demo is not part of the release,
-                  so spring-boot dependencies are not relevant to let the build fail -->
-                  <excludes>
-                    <exclude>*:snakeyaml:*</exclude>
-                  </excludes>
-                </configuration>
-              </plugin>
             </plugins>
         </pluginManagement>