Skip to content

Commit 00ef698

Browse files
Jim Hugheselahrvivaz
authored andcommitted
GEOMESA-2982 GeoMesa-Arrow command line tools dependency fixes
Signed-off-by: Jim Hughes <[email protected]>
1 parent a64c386 commit 00ef698

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

geomesa-arrow/geomesa-arrow-dist/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@
7272
<groupId>org.scala-lang.modules</groupId>
7373
<artifactId>scala-xml_${scala.binary.version}</artifactId>
7474
</dependency>
75+
<!-- Here we include Guava since it is the only dependency needed for the GM converter library and
76+
we know that it will not conflict. -->
77+
<dependency>
78+
<groupId>com.google.guava</groupId>
79+
<artifactId>guava</artifactId>
80+
<scope>compile</scope>
81+
</dependency>
7582

7683
<dependency>
7784
<groupId>org.slf4j</groupId>

geomesa-arrow/geomesa-arrow-dist/src/main/assemblies/component.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@
8181
<directoryMode>755</directoryMode>
8282
<fileMode>0755</fileMode>
8383
<filtered>true</filtered>
84+
<excludes>
85+
<!-- arrow has no external dependencies -->
86+
<exclude>install-dependencies.sh</exclude>
87+
</excludes>
8488
</fileSet>
8589
<fileSet>
8690
<directory>../../geomesa-tools/conf</directory>

0 commit comments

Comments
 (0)