Skip to content

Commit

Permalink
Merge branch 'tuakiri-develop'
Browse files Browse the repository at this point in the history
* tuakiri-develop:
  Version: internal Tuakiri release 2.9.5-tuakiri5
  fix: force update shiro modules to 1.2.5
  • Loading branch information
vladimir-mencl-eresearch committed Nov 16, 2021
2 parents 04750ae + 5939f0c commit 19ee077
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/federationregistry/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
app.grails.version=2.5.6
app.name=federationregistry
app.servlet.version=3.0
app.version=2.9.5-tuakiri4
app.version=2.9.5-tuakiri5
5 changes: 5 additions & 0 deletions app/federationregistry/grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ grails.project.dependency.resolution = {

dependencies {
compile "commons-collections:commons-collections:3.2.2"
compile "org.apache.shiro:shiro-quartz:1.2.5"
compile "org.apache.shiro:shiro-web:1.2.5"
compile "org.apache.shiro:shiro-spring:1.2.5"
compile "org.apache.shiro:shiro-ehcache:1.2.5"
compile "org.apache.shiro:shiro-core:1.2.5"

test 'mysql:mysql-connector-java:5.1.49'
}
Expand Down

0 comments on commit 19ee077

Please sign in to comment.