Skip to content

Commit cc4e38c

Browse files
authored
fix: Removing v1 Java SDK dependencies for X-Ray (#105)
1 parent e7465c3 commit cc4e38c

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -125,16 +125,6 @@
125125
<artifactId>aws-xray-recorder-sdk-core</artifactId>
126126
<version>${aws.xray.recorder.version}</version>
127127
</dependency>
128-
<dependency>
129-
<groupId>com.amazonaws</groupId>
130-
<artifactId>aws-xray-recorder-sdk-aws-sdk</artifactId>
131-
<version>${aws.xray.recorder.version}</version>
132-
</dependency>
133-
<dependency>
134-
<groupId>com.amazonaws</groupId>
135-
<artifactId>aws-xray-recorder-sdk-aws-sdk-instrumentor</artifactId>
136-
<version>${aws.xray.recorder.version}</version>
137-
</dependency>
138128
<dependency>
139129
<groupId>com.amazonaws</groupId>
140130
<artifactId>aws-xray-recorder-sdk-aws-sdk-v2</artifactId>

powertools-tracing/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,6 @@
7070
<groupId>com.amazonaws</groupId>
7171
<artifactId>aws-xray-recorder-sdk-core</artifactId>
7272
</dependency>
73-
<dependency>
74-
<groupId>com.amazonaws</groupId>
75-
<artifactId>aws-xray-recorder-sdk-aws-sdk</artifactId>
76-
</dependency>
77-
<dependency>
78-
<groupId>com.amazonaws</groupId>
79-
<artifactId>aws-xray-recorder-sdk-aws-sdk-instrumentor</artifactId>
80-
</dependency>
8173
<dependency>
8274
<groupId>com.amazonaws</groupId>
8375
<artifactId>aws-xray-recorder-sdk-aws-sdk-v2</artifactId>

0 commit comments

Comments
 (0)