Skip to content

Commit

Permalink
fix velocity dependency
Browse files Browse the repository at this point in the history
Removed by accident
opensaml needs it, but uses an old version
  • Loading branch information
strehle committed Nov 28, 2024
1 parent cda1db4 commit 9f0cec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ libraries.tomcatJasperEl = "org.apache.tomcat.embed:tomcat-embed-jasper:${versio
libraries.tomcatJdbc = "org.apache.tomcat:tomcat-jdbc:${versions.tomcatCargoVersion}"
libraries.unboundIdLdapSdk = "com.unboundid:unboundid-ldapsdk"
libraries.unboundIdScimSdk = "com.unboundid.product.scim:scim-sdk:1.8.26"
libraries.velocity = "org.apache.velocity:velocity-engine-core:2.4.1"
libraries.nimbusJwt = "com.nimbusds:nimbus-jose-jwt:9.47"
libraries.xmlSecurity = "org.apache.santuario:xmlsec:4.0.3"
libraries.xmlUnit = "org.xmlunit:xmlunit-assertj:2.10.0"
Expand Down
1 change: 1 addition & 0 deletions server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ dependencies {
implementation(libraries.hsqldb)

implementation(libraries.snakeyaml)
implementation(libraries.velocity)

implementation(libraries.springWebMvc)
implementation(libraries.springSecurityLdap)
Expand Down

0 comments on commit 9f0cec1

Please sign in to comment.