Skip to content

Commit 54dcf48

Browse files
committed
removes crt dependency
1 parent f126201 commit 54dcf48

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

hadoop-project/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@
186186
<hsqldb.version>2.7.1</hsqldb.version>
187187
<aws-java-sdk-v2.version>2.20.128</aws-java-sdk-v2.version>
188188
<aws.evenstream.version>1.0.1</aws.evenstream.version>
189-
<awscrt.version>0.21.0</awscrt.version>
190189
<frontend-maven-plugin.version>1.11.2</frontend-maven-plugin.version>
191190
<jasmine-maven-plugin.version>2.1</jasmine-maven-plugin.version>
192191
<phantomjs-maven-plugin.version>0.7</phantomjs-maven-plugin.version>
@@ -1156,11 +1155,6 @@
11561155
<artifactId>eventstream</artifactId>
11571156
<version>${aws.evenstream.version}</version>
11581157
</dependency>
1159-
<dependency>
1160-
<groupId>software.amazon.awssdk.crt</groupId>
1161-
<artifactId>aws-crt</artifactId>
1162-
<version>${awscrt.version}</version>
1163-
</dependency>
11641158
<dependency>
11651159
<groupId>org.apache.mina</groupId>
11661160
<artifactId>mina-core</artifactId>

hadoop-tools/hadoop-aws/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -518,10 +518,6 @@
518518
<artifactId>bundle</artifactId>
519519
<scope>compile</scope>
520520
</dependency>
521-
<dependency>
522-
<groupId>software.amazon.awssdk.crt</groupId>
523-
<artifactId>aws-crt</artifactId>
524-
</dependency>
525521
<dependency>
526522
<groupId>software.amazon.eventstream</groupId>
527523
<artifactId>eventstream</artifactId>

0 commit comments

Comments
 (0)