[java-idp-plugin-thymeleaf] branch main updated: Add known runtime deps.

Scott Cantor cantor.2 at osu.edu
Tue Feb 20 18:59:22 UTC 2024


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-idp-plugin-thymeleaf.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-thymeleaf.git;a=commit;h=725ab8a253d9e011dae8d283e78cdd28e638cf01

The following commit(s) were added to refs/heads/main by this push:
     new 725ab8a  Add known runtime deps.
725ab8a is described below

commit 725ab8a253d9e011dae8d283e78cdd28e638cf01
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 20 13:59:17 2024 -0500

    Add known runtime deps.
---
 thymeleaf-impl/pom.xml | 26 ++++++++++++++++++++++++--
 1 file changed, 24 insertions(+), 2 deletions(-)

diff --git a/thymeleaf-impl/pom.xml b/thymeleaf-impl/pom.xml
index ac7aea8..6ce5966 100644
--- a/thymeleaf-impl/pom.xml
+++ b/thymeleaf-impl/pom.xml
@@ -23,11 +23,33 @@
         <dependency>
           <groupId>org.thymeleaf</groupId>
           <artifactId>thymeleaf</artifactId>
-        </dependency>    
+          <exclusions>
+            <!-- Think this is unneeded due to use of Spring? -->
+            <exclusion>
+              <groupId>ognl</groupId>
+              <artifactId>ognl</artifactId>
+            </exclusion>
+          </exclusions>
+        </dependency>
         <dependency>
           <groupId>org.thymeleaf</groupId>
           <artifactId>thymeleaf-spring6</artifactId>
-        </dependency>    
+        </dependency>
+        
+        <!-- Runtime dependencies -->
+        <dependency>
+          <groupId>org.attoparser</groupId>
+          <artifactId>attoparser</artifactId>
+          <version>2.0.7.RELEASE</version>
+          <scope>runtime</scope>
+        </dependency>
+    
+        <dependency>
+          <groupId>org.unbescape</groupId>
+          <artifactId>unbescape</artifactId>
+          <version>1.1.6.RELEASE</version>
+          <scope>runtime</scope>
+        </dependency>
         
         <!-- Provided dependencies -->
         <dependency>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list