Skip to content

Commit

Permalink
fix(deps): Use versions from grails-bom
Browse files Browse the repository at this point in the history
  • Loading branch information
matrei committed Oct 23, 2024
1 parent dfd27aa commit d4e8615
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
16 changes: 8 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@ dependencies {

compileOnly 'org.grails:grails-core' // Provided as this is a Grails plugin

testFixturesCompileOnly "jakarta.servlet:jakarta.servlet-api:$servletApiVersion"
testFixturesApi "org.gebish:geb-spock:$gebSpock"
testFixturesApi "org.grails:grails-testing-support"
testFixturesApi "org.grails:grails-datastore-gorm"
testFixturesCompileOnly 'jakarta.servlet:jakarta.servlet-api'
testFixturesApi 'org.gebish:geb-spock'
testFixturesApi 'org.grails:grails-testing-support'
testFixturesApi 'org.grails:grails-datastore-gorm'
testFixturesApi "org.testcontainers:selenium:$testcontainersVersion"
testFixturesApi "org.seleniumhq.selenium:selenium-chrome-driver:$seleniumVersion"
testFixturesApi "org.seleniumhq.selenium:selenium-remote-driver:$seleniumVersion"

documentation "org.apache.groovy:groovy"
documentation "org.apache.groovy:groovy-ant"
documentation "org.apache.groovy:groovy-templates"
documentation "com.github.javaparser:javaparser-core:$javaParserCoreVersion"
documentation 'org.apache.groovy:groovy'
documentation 'org.apache.groovy:groovy-ant'
documentation 'org.apache.groovy:groovy-templates'
documentation 'com.github.javaparser:javaparser-core'
}

grailsPublish {
Expand Down
4 changes: 0 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
projectVersion=5.0.0-SNAPSHOT

gebSpock=7.0
grailsVersion=7.0.0-SNAPSHOT
grailsGradlePluginVersion=7.0.0-SNAPSHOT
javaParserCoreVersion=3.26.2
seleniumVersion=4.25.0
servletApiVersion=6.0.0
testcontainersVersion=1.20.2

# This prevents the Grails Gradle Plugin from unnecessarily excluding slf4j-simple in the generated POMs
Expand Down

0 comments on commit d4e8615

Please sign in to comment.