Skip to content

Commit

Permalink
adapt test
Browse files Browse the repository at this point in the history
  • Loading branch information
m-raab committed Dec 15, 2021
1 parent 8b4588f commit ecedc30
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,9 @@ class IsmlPluginIntSpec extends AbstractIntegrationGroovySpec {
id 'com.intershop.gradle.isml'
}
configurations {
compile
runtime.extendsFrom(compile)
runtimeClasspath.extendsFrom(compile)
dependencies {
implementation platform('org.apache.tomcat:tomcat-jasper:9.0.56')
implementation platform('org.slf4j:slf4j-api:1.7.32')
}
repositories {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,14 @@ class IsmlPluginKtsSpec extends AbstractIntegrationKotlinSpec {

buildFile << """
plugins {
java
id("com.intershop.gradle.isml")
}
configurations.create("implementation")
dependencies {
implementation(platform("org.apache.tomcat:tomcat-jasper:9.0.56"))
implementation(platform("org.slf4j:slf4j-api:1.7.32"))
}
repositories {
mavenCentral()
}
Expand Down

0 comments on commit ecedc30

Please sign in to comment.