Skip to content

Commit fd5ade1

Browse files
committed
Removed dependencies to tika and slf4j dependencies (not used in this project)
1 parent 620a773 commit fd5ade1

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

pom.xml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
com.github.megachucky.kafka.streams.machinelearning.Kafka_Streams_TensorFlow_Serving_gRPC_Example</exec.mainClass>
3434
<grpc.version>1.13.1</grpc.version>
3535
<protobuf.version>3.6.0</protobuf.version>
36-
<tika.version>1.14-SNAPSHOT</tika.version>
37-
<slf4j.version>1.7.12</slf4j.version>
3836
<java.version>1.8</java.version>
3937
<kafka.version>1.1.1-cp1</kafka.version>
4038
<kafka.scala.version>2.11</kafka.scala.version>
@@ -82,16 +80,7 @@
8280
<artifactId>grpc-netty</artifactId>
8381
<version>${grpc.version}</version>
8482
</dependency>
85-
<dependency>
86-
<groupId>org.slf4j</groupId>
87-
<artifactId>slf4j-api</artifactId>
88-
<version>${slf4j.version}</version>
89-
</dependency>
90-
<dependency>
91-
<groupId>org.slf4j</groupId>
92-
<artifactId>slf4j-log4j12</artifactId>
93-
<version>${slf4j.version}</version>
94-
</dependency>
83+
9584

9685

9786

0 commit comments

Comments
 (0)