Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit 5c1f3ca

Browse files
Remove hadoop-aws, kafka, rlo_06, jue_01, httpclient dependencies (#25)
1 parent cee5d6b commit 5c1f3ca

1 file changed

Lines changed: 0 additions & 32 deletions

File tree

pom.xml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@
6464
<sha1/>
6565
<interpreter.name>spark</interpreter.name>
6666
<teragrep.pth_10.version>7.0.3</teragrep.pth_10.version>
67-
<teragrep.rlo_06.version>4.3.0</teragrep.rlo_06.version>
68-
<teragrep.jue_01.version>0.4.3</teragrep.jue_01.version>
6967
</properties>
7068
<scm>
7169
<connection>scm:git:https://github.com/teragrep/pth_07.git</connection>
@@ -92,13 +90,6 @@
9290
<version>0.10.1</version>
9391
<scope>provided</scope>
9492
</dependency>
95-
<!-- S3-access library-->
96-
<dependency>
97-
<groupId>org.apache.hadoop</groupId>
98-
<artifactId>hadoop-aws</artifactId>
99-
<version>3.3.3</version>
100-
<scope>provided</scope>
101-
</dependency>
10293
<!-- spark -->
10394
<dependency>
10495
<groupId>org.apache.spark</groupId>
@@ -143,29 +134,6 @@
143134
<artifactId>pth_10</artifactId>
144135
<version>${teragrep.pth_10.version}</version>
145136
</dependency>
146-
<dependency>
147-
<groupId>org.apache.kafka</groupId>
148-
<artifactId>kafka_2.12</artifactId>
149-
<version>3.4.0</version>
150-
<scope>provided</scope>
151-
</dependency>
152-
<!-- rfc5424-parser -->
153-
<dependency>
154-
<groupId>com.teragrep</groupId>
155-
<artifactId>rlo_06</artifactId>
156-
<version>${teragrep.rlo_06.version}</version>
157-
</dependency>
158-
<!-- unix-utils -->
159-
<dependency>
160-
<groupId>com.teragrep</groupId>
161-
<artifactId>jue_01</artifactId>
162-
<version>${teragrep.jue_01.version}</version>
163-
</dependency>
164-
<dependency>
165-
<groupId>org.apache.httpcomponents</groupId>
166-
<artifactId>httpclient</artifactId>
167-
<version>4.5.13</version>
168-
</dependency>
169137
<!-- tests -->
170138
<dependency>
171139
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)