Skip to content

Commit a3e3ed9

Browse files
mneethirajebyhr
authored andcommitted
Update Ranger plugin dependencies to add audit destination libraries
1 parent acc308c commit a3e3ed9

File tree

1 file changed

+60
-1
lines changed

1 file changed

+60
-1
lines changed

plugin/trino-ranger/pom.xml

Lines changed: 60 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,27 @@
132132

133133
<dependency>
134134
<groupId>org.apache.ranger</groupId>
135-
<artifactId>ranger-audit-core</artifactId>
135+
<artifactId>ranger-audit-dest-cloudwatch</artifactId>
136+
<version>${dep.ranger.version}</version>
137+
<scope>runtime</scope>
138+
</dependency>
139+
140+
<dependency>
141+
<groupId>org.apache.ranger</groupId>
142+
<artifactId>ranger-audit-dest-es</artifactId>
143+
<version>${dep.ranger.version}</version>
144+
<scope>runtime</scope>
145+
<exclusions>
146+
<exclusion>
147+
<groupId>commons-logging</groupId>
148+
<artifactId>commons-logging</artifactId>
149+
</exclusion>
150+
</exclusions>
151+
</dependency>
152+
153+
<dependency>
154+
<groupId>org.apache.ranger</groupId>
155+
<artifactId>ranger-audit-dest-hdfs</artifactId>
136156
<version>${dep.ranger.version}</version>
137157
<scope>runtime</scope>
138158
<exclusions>
@@ -147,6 +167,45 @@
147167
</exclusions>
148168
</dependency>
149169

170+
<dependency>
171+
<groupId>org.apache.ranger</groupId>
172+
<artifactId>ranger-audit-dest-kafka</artifactId>
173+
<version>${dep.ranger.version}</version>
174+
<scope>runtime</scope>
175+
<exclusions>
176+
<exclusion>
177+
<groupId>commons-logging</groupId>
178+
<artifactId>commons-logging</artifactId>
179+
</exclusion>
180+
</exclusions>
181+
</dependency>
182+
183+
<dependency>
184+
<groupId>org.apache.ranger</groupId>
185+
<artifactId>ranger-audit-dest-log4j</artifactId>
186+
<version>${dep.ranger.version}</version>
187+
<scope>runtime</scope>
188+
<exclusions>
189+
<exclusion>
190+
<groupId>commons-logging</groupId>
191+
<artifactId>commons-logging</artifactId>
192+
</exclusion>
193+
</exclusions>
194+
</dependency>
195+
196+
<dependency>
197+
<groupId>org.apache.ranger</groupId>
198+
<artifactId>ranger-audit-dest-solr</artifactId>
199+
<version>${dep.ranger.version}</version>
200+
<scope>runtime</scope>
201+
<exclusions>
202+
<exclusion>
203+
<groupId>commons-logging</groupId>
204+
<artifactId>commons-logging</artifactId>
205+
</exclusion>
206+
</exclusions>
207+
</dependency>
208+
150209
<dependency>
151210
<groupId>org.apache.zookeeper</groupId>
152211
<artifactId>zookeeper</artifactId>

0 commit comments

Comments
 (0)