|
132 | 132 |
|
133 | 133 | <dependency> |
134 | 134 | <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> |
136 | 156 | <version>${dep.ranger.version}</version> |
137 | 157 | <scope>runtime</scope> |
138 | 158 | <exclusions> |
|
147 | 167 | </exclusions> |
148 | 168 | </dependency> |
149 | 169 |
|
| 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 | + |
150 | 209 | <dependency> |
151 | 210 | <groupId>org.apache.zookeeper</groupId> |
152 | 211 | <artifactId>zookeeper</artifactId> |
|
0 commit comments