Skip to content

Commit

Permalink
rename module
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit committed Mar 26, 2021
1 parent 7546e16 commit e01d3bc
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
vaadin16TestImplementation 'com.vaadin:vaadin-spring-boot-starter:16.0.0'
vaadin142TestImplementation 'com.vaadin:vaadin-spring-boot-starter:14.2.0'

testImplementation project(':instrumentation:vaadin-14.2:vaadin-testing')
testImplementation project(':instrumentation:vaadin-14.2:testing')
testImplementation(project(':testing-common')) {
exclude(module: 'jetty-server')
}
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ include ':instrumentation:tomcat-7.0:javaagent'
include ':instrumentation:twilio-6.6:javaagent'
include ':instrumentation:undertow-1.4:javaagent'
include ':instrumentation:vaadin-14.2:javaagent'
include ':instrumentation:vaadin-14.2:vaadin-testing'
include ':instrumentation:vaadin-14.2:testing'
include ':instrumentation:vertx-web-3.0:javaagent'
include ':instrumentation:vertx-reactive-3.5:javaagent'
include ':instrumentation:wicket-8.0:javaagent'
Expand Down

0 comments on commit e01d3bc

Please sign in to comment.