Skip to content

Commit

Permalink
Rename annotations module to external-annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Aug 12, 2020
1 parent 23616fc commit 6b9d44c
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ include ':smoke-tests'
// instrumentation:
include ':instrumentation:akka-context-propagation'
include ':instrumentation:akka-http-10.0'
include ':instrumentation:annotations'
include ':instrumentation:apache-httpasyncclient-4.0'
include ':instrumentation:apache-httpclient:apache-httpclient-2.0'
include ':instrumentation:apache-httpclient:apache-httpclient-4.0'
Expand All @@ -68,6 +67,7 @@ include ':instrumentation:elasticsearch:elasticsearch-transport-2.0'
include ':instrumentation:elasticsearch:elasticsearch-transport-5.0'
include ':instrumentation:elasticsearch:elasticsearch-transport-5.3'
include ':instrumentation:elasticsearch:elasticsearch-transport-6.0'
include ':instrumentation:external-annotations'
include ':instrumentation:finatra-2.9'
include ':instrumentation:geode-1.4'
include ':instrumentation:google-http-client-1.19'
Expand Down
2 changes: 1 addition & 1 deletion testing-common/testing-common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
api deps.groovy

testImplementation deps.opentelemetryAutoAnnotations
testImplementation project(':instrumentation:annotations')
testImplementation project(':instrumentation:external-annotations')

testImplementation group: 'cglib', name: 'cglib', version: '3.2.5'
// test instrumenting java 1.1 bytecode
Expand Down

0 comments on commit 6b9d44c

Please sign in to comment.