Skip to content

Commit

Permalink
RANGER-3772 Add dnsjava dependency to trino plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Ramesh Mani <[email protected]>
  • Loading branch information
aakashnand authored and rameeshm committed May 31, 2022
1 parent dc247d8 commit 667d0f4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions distro/src/main/assembly/plugin-trino.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
<include>org.apache.lucene:lucene-core</include>
<include>joda-time:joda-time</include>
<include>com.carrotsearch:hppc</include>
<include>dnsjava:dnsjava:jar:${dnsjava.version}</include>
</includes>
</binaries>
</moduleSet>
Expand Down
5 changes: 5 additions & 0 deletions plugin-trino/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@
<artifactId>logback-core</artifactId>
<version>${logback.version}</version>
</dependency>
<dependency>
<groupId>dnsjava</groupId>
<artifactId>dnsjava</artifactId>
<version>${dnsjava.version}</version>
</dependency>
</dependencies>
<build>
<testResources>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
<commons.pool.version>1.6</commons.pool.version>
<curator.test.version>2.12.0</curator.test.version>
<derby.version>10.11.1.1</derby.version>
<dnsjava.version>2.1.7</dnsjava.version>
<eclipse.jpa.version>2.5.2</eclipse.jpa.version>
<elasticsearch.version>7.6.0</elasticsearch.version>
<enunciate.version>2.13.2</enunciate.version>
Expand Down

0 comments on commit 667d0f4

Please sign in to comment.