|
32 | 32 | <url>https://kyuubi.apache.org/</url> |
33 | 33 |
|
34 | 34 | <properties> |
35 | | - <ranger.version>2.6.0</ranger.version> |
| 35 | + <ranger.version>2.8.0</ranger.version> |
36 | 36 | <jersey.client.version>1.19.4</jersey.client.version> |
37 | 37 | </properties> |
38 | 38 |
|
|
72 | 72 | </exclusion> |
73 | 73 | <exclusion> |
74 | 74 | <groupId>org.apache.ranger</groupId> |
75 | | - <artifactId>ranger-plugins-audit</artifactId> |
| 75 | + <artifactId>ranger-audit-core</artifactId> |
| 76 | + </exclusion> |
| 77 | + <exclusion> |
| 78 | + <groupId>org.apache.ranger</groupId> |
| 79 | + <artifactId>ugsync-util</artifactId> |
76 | 80 | </exclusion> |
77 | 81 | <!-- this is going to be replaced with jersey-client --> |
78 | 82 | <exclusion> |
79 | 83 | <groupId>com.sun.jersey</groupId> |
80 | 84 | <artifactId>jersey-bundle</artifactId> |
81 | 85 | </exclusion> |
82 | | - <exclusion> |
83 | | - <groupId>log4j</groupId> |
84 | | - <artifactId>log4j</artifactId> |
85 | | - </exclusion> |
86 | | - <exclusion> |
87 | | - <groupId>ch.qos.logback</groupId> |
88 | | - <artifactId>logback-classic</artifactId> |
89 | | - </exclusion> |
90 | 86 | <exclusion> |
91 | 87 | <groupId>org.apache.commons</groupId> |
92 | 88 | <artifactId>commons-configuration2</artifactId> |
93 | 89 | </exclusion> |
94 | | - <exclusion> |
95 | | - <groupId>commons-logging</groupId> |
96 | | - <artifactId>commons-logging</artifactId> |
97 | | - </exclusion> |
98 | | - <exclusion> |
99 | | - <groupId>org.apache.hadoop</groupId> |
100 | | - <artifactId>hadoop-common</artifactId> |
101 | | - </exclusion> |
102 | | - <exclusion> |
103 | | - <groupId>javax.ws.rs</groupId> |
104 | | - <artifactId>jsr311-api</artifactId> |
105 | | - </exclusion> |
106 | 90 | <exclusion> |
107 | 91 | <groupId>com.kstruct</groupId> |
108 | 92 | <artifactId>gethostname4j</artifactId> |
|
115 | 99 | <groupId>net.java.dev.jna</groupId> |
116 | 100 | <artifactId>jna-platform</artifactId> |
117 | 101 | </exclusion> |
| 102 | + <exclusion> |
| 103 | + <groupId>org.mockito</groupId> |
| 104 | + <artifactId>mockito-core</artifactId> |
| 105 | + </exclusion> |
118 | 106 | </exclusions> |
119 | 107 | </dependency> |
120 | 108 |
|
|
132 | 120 |
|
133 | 121 | <dependency> |
134 | 122 | <groupId>org.apache.ranger</groupId> |
135 | | - <artifactId>ranger-plugins-audit</artifactId> |
| 123 | + <artifactId>ranger-audit-core</artifactId> |
136 | 124 | <version>${ranger.version}</version> |
137 | 125 | <exclusions> |
138 | 126 | <exclusion> |
139 | 127 | <groupId>org.apache.ranger</groupId> |
140 | 128 | <artifactId>ranger-plugins-cred</artifactId> |
141 | 129 | </exclusion> |
142 | 130 | <exclusion> |
143 | | - <groupId>org.apache.kafka</groupId> |
144 | | - <artifactId>*</artifactId> |
145 | | - </exclusion> |
146 | | - <exclusion> |
147 | | - <groupId>org.apache.solr</groupId> |
148 | | - <artifactId>solr-solrj</artifactId> |
149 | | - </exclusion> |
150 | | - <exclusion> |
151 | | - <groupId>org.elasticsearch</groupId> |
152 | | - <artifactId>*</artifactId> |
153 | | - </exclusion> |
154 | | - <exclusion> |
155 | | - <groupId>org.elasticsearch.client</groupId> |
156 | | - <artifactId>*</artifactId> |
157 | | - </exclusion> |
158 | | - <exclusion> |
159 | | - <groupId>org.elasticsearch.plugin</groupId> |
160 | | - <artifactId>*</artifactId> |
161 | | - </exclusion> |
162 | | - <exclusion> |
163 | | - <groupId>org.apache.lucene</groupId> |
164 | | - <artifactId>*</artifactId> |
165 | | - </exclusion> |
166 | | - <exclusion> |
167 | | - <groupId>log4j</groupId> |
168 | | - <artifactId>log4j</artifactId> |
169 | | - </exclusion> |
170 | | - <exclusion> |
171 | | - <groupId>commons-lang</groupId> |
172 | | - <artifactId>commons-lang</artifactId> |
173 | | - </exclusion> |
174 | | - <exclusion> |
175 | | - <groupId>commons-logging</groupId> |
176 | | - <artifactId>commons-logging</artifactId> |
| 131 | + <groupId>org.apache.commons</groupId> |
| 132 | + <artifactId>commons-configuration2</artifactId> |
177 | 133 | </exclusion> |
178 | 134 | <exclusion> |
179 | 135 | <groupId>com.carrotsearch</groupId> |
180 | 136 | <artifactId>hppc</artifactId> |
181 | 137 | </exclusion> |
182 | | - <exclusion> |
183 | | - <groupId>org.apache.httpcomponents</groupId> |
184 | | - <artifactId>*</artifactId> |
185 | | - </exclusion> |
186 | | - <exclusion> |
187 | | - <groupId>org.apache.hive</groupId> |
188 | | - <artifactId>hive-storage-api</artifactId> |
189 | | - </exclusion> |
190 | | - <exclusion> |
191 | | - <groupId>org.apache.orc</groupId> |
192 | | - <artifactId>orc-core</artifactId> |
193 | | - </exclusion> |
194 | | - <exclusion> |
195 | | - <groupId>org.apache.hadoop</groupId> |
196 | | - <artifactId>hadoop-common</artifactId> |
197 | | - </exclusion> |
198 | | - <exclusion> |
199 | | - <groupId>com.google.guava</groupId> |
200 | | - <artifactId>guava</artifactId> |
201 | | - </exclusion> |
202 | 138 | <exclusion> |
203 | 139 | <groupId>joda-time</groupId> |
204 | 140 | <artifactId>joda-time</artifactId> |
205 | 141 | </exclusion> |
206 | | - <exclusion> |
207 | | - <groupId>org.apache.logging.log4j</groupId> |
208 | | - <artifactId>*</artifactId> |
209 | | - </exclusion> |
210 | | - <!-- |
211 | | - RANGER-4831 (2.5.0) switches from aws-java-sdk-bundle to aws-java-sdk-logs |
212 | | - --> |
213 | | - <exclusion> |
214 | | - <groupId>com.amazonaws</groupId> |
215 | | - <artifactId>aws-java-sdk-bundle</artifactId> |
216 | | - </exclusion> |
217 | | - <exclusion> |
218 | | - <groupId>com.amazonaws</groupId> |
219 | | - <artifactId>aws-java-sdk-logs</artifactId> |
220 | | - </exclusion> |
221 | 142 | </exclusions> |
222 | 143 | </dependency> |
223 | 144 |
|
|
232 | 153 | </exclusion> |
233 | 154 | <exclusion> |
234 | 155 | <groupId>org.apache.hadoop</groupId> |
235 | | - <artifactId>hadoop-common</artifactId> |
236 | | - </exclusion> |
237 | | - <exclusion> |
238 | | - <groupId>log4j</groupId> |
239 | | - <artifactId>log4j</artifactId> |
| 156 | + <artifactId>hadoop-auth</artifactId> |
240 | 157 | </exclusion> |
241 | | - <!-- they were removed in RANGER-3184 (2.2.0) --> |
242 | 158 | <exclusion> |
243 | | - <groupId>org.eclipse.persistence</groupId> |
244 | | - <artifactId>javax.persistence</artifactId> |
| 159 | + <groupId>org.apache.hadoop</groupId> |
| 160 | + <artifactId>hadoop-client-api</artifactId> |
245 | 161 | </exclusion> |
246 | 162 | <exclusion> |
247 | | - <groupId>org.eclipse.persistence</groupId> |
248 | | - <artifactId>eclipselink</artifactId> |
| 163 | + <groupId>org.apache.hadoop</groupId> |
| 164 | + <artifactId>hadoop-client-runtime</artifactId> |
249 | 165 | </exclusion> |
250 | 166 | </exclusions> |
251 | 167 | </dependency> |
|
0 commit comments