Skip to content

Commit dc1dbf7

Browse files
committed
get rid of commons-lang
1 parent c6d4573 commit dc1dbf7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

grails-datastore-gorm-support/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ dependencies {
44
exclude group:'org.hibernate.jakarta.persistence', module:'hibernate-jpa-2.1-api'
55
exclude group:'aopalliance',module:'aopalliance'
66
exclude group:'commons-logging',module:'commons-logging'
7-
exclude group:'commons-lang',module:'commons-lang'
87
// TODO: When the commons-collection dependency on grails-core is removed, then uncomment this
98
// exclude group:'commons-collections',module:'commons-collections'
109
exclude group:'commons-io',module:'commons-io'

grails-datastore-gorm-tck/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
dependencies {
22
api "org.springframework:spring-expression:$springVersion"
3-
api "org.apache.commons:commons-lang3:$commonsLangVersion"
43
api project(":grails-datastore-gorm-async")
54
api project(":grails-datastore-gorm-support")
65
api("jakarta.servlet:jakarta.servlet-api:$servletApiVersion")

0 commit comments

Comments
 (0)