Skip to content

Commit

Permalink
Merge branch '4.1.x' into merge-4.1.x-into-5.0.x
Browse files Browse the repository at this point in the history
# Conflicts:
#	build.gradle
#	gradle.properties
  • Loading branch information
matrei committed Dec 19, 2024
2 parents 077a6b8 + 68394d9 commit b44ffb9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,16 @@ dependencies {

testFixturesCompileOnly 'jakarta.servlet:jakarta.servlet-api'
testFixturesCompileOnly 'org.slf4j:slf4j-simple' // Remove compilation warning about missing slf4j impl

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"

testFixturesImplementation "org.seleniumhq.selenium:selenium-support:$seleniumVersion"

documentation 'org.apache.groovy:groovy'
documentation 'org.apache.groovy:groovy-ant'
documentation 'org.apache.groovy:groovy-templates'
Expand All @@ -65,7 +68,7 @@ grailsPublish {
puneetbehl: 'Puneet Behl',
sbglasius: 'Søren Berg Glasius',
matrei: 'Mattias Reichel',
jdaugherty: 'James Daugherty',
jdaugherty: 'James Daugherty'
]
}

Expand Down

0 comments on commit b44ffb9

Please sign in to comment.