Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit c38228d

Browse files
author
Marcelo Vanzin
committed
Add guava dep in test scope.
1 parent b7a0349 commit c38228d

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

external/flume-sink/pom.xml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,18 @@
7171
<groupId>org.scala-lang</groupId>
7272
<artifactId>scala-library</artifactId>
7373
</dependency>
74+
<!--
75+
Dependencies explicitly added in test as they have been excluded from
76+
Flume dependency (to avoid runtime problems when running with
77+
Spark) but unit tests need it.
78+
-->
7479
<dependency>
75-
<!--
76-
Netty explicitly added in test as it has been excluded from
77-
Flume dependency (to avoid runtime problems when running with
78-
Spark) but unit tests need it. Version of Netty on which
79-
Flume 1.4.0 depends on is "3.4.0.Final" .
80-
-->
80+
<groupId>com.google.guava</groupId>
81+
<artifactId>guava</artifactId>
82+
<scope>test</scope>
83+
</dependency>
84+
<dependency>
85+
<!-- Version of Netty on which Flume 1.4.0 depends on is "3.4.0.Final" . -->
8186
<groupId>io.netty</groupId>
8287
<artifactId>netty</artifactId>
8388
<version>3.4.0.Final</version>

0 commit comments

Comments
 (0)