|
146 | 146 | -->
|
147 | 147 | <include>com.datastax.oss:java-driver-core</include>
|
148 | 148 | <include>io.netty:*</include>
|
149 |
| - <include>com.esri.geometry:*</include> |
150 |
| - <include>org.json:*</include> |
151 |
| - <include>org.codehaus.jackson:*</include> |
152 | 149 | <include>com.fasterxml.jackson.core:*</include>
|
153 | 150 | </includes>
|
154 | 151 | </artifactSet>
|
|
161 | 158 | <pattern>io.netty</pattern>
|
162 | 159 | <shadedPattern>com.datastax.oss.driver.shaded.netty</shadedPattern>
|
163 | 160 | </relocation>
|
164 |
| - <relocation> |
165 |
| - <pattern>com.esri</pattern> |
166 |
| - <shadedPattern>com.datastax.oss.driver.shaded.esri</shadedPattern> |
167 |
| - </relocation> |
168 |
| - <relocation> |
169 |
| - <pattern>org.json</pattern> |
170 |
| - <shadedPattern>com.datastax.oss.driver.shaded.json</shadedPattern> |
171 |
| - </relocation> |
172 |
| - <relocation> |
173 |
| - <pattern>org.codehaus.jackson</pattern> |
174 |
| - <shadedPattern>com.datastax.oss.driver.shaded.codehaus.jackson</shadedPattern> |
175 |
| - </relocation> |
176 | 161 | <relocation>
|
177 | 162 | <pattern>com.fasterxml.jackson</pattern>
|
178 | 163 | <shadedPattern>com.datastax.oss.driver.shaded.fasterxml.jackson</shadedPattern>
|
|
194 | 179 | <exclude>META-INF/**</exclude>
|
195 | 180 | </excludes>
|
196 | 181 | </filter>
|
197 |
| - <filter> |
198 |
| - <artifact>com.esri.geometry:*</artifact> |
199 |
| - <excludes> |
200 |
| - <exclude>META-INF/**</exclude> |
201 |
| - </excludes> |
202 |
| - </filter> |
203 |
| - <filter> |
204 |
| - <artifact>org.json:*</artifact> |
205 |
| - <excludes> |
206 |
| - <exclude>META-INF/**</exclude> |
207 |
| - </excludes> |
208 |
| - </filter> |
209 |
| - <filter> |
210 |
| - <artifact>org.codehaus.jackson:*</artifact> |
211 |
| - <excludes> |
212 |
| - <exclude>META-INF/**</exclude> |
213 |
| - </excludes> |
214 |
| - </filter> |
215 | 182 | <filter>
|
216 | 183 | <artifact>com.fasterxml.jackson.core:*</artifact>
|
217 | 184 | <excludes>
|
|
311 | 278 | <artifactId>jctools-core</artifactId>
|
312 | 279 | <version>2.1.2</version>
|
313 | 280 | </additionalDependency>
|
| 281 | + <additionalDependency> |
| 282 | + <groupId>com.esri.geometry</groupId> |
| 283 | + <artifactId>esri-geometry-api</artifactId> |
| 284 | + <version>1.2.1</version> |
| 285 | + </additionalDependency> |
314 | 286 | </additionalDependencies>
|
315 | 287 | </configuration>
|
316 | 288 | </execution>
|
|
340 | 312 | <!--
|
341 | 313 | 1) Don't import packages shaded in the driver bundle. Note that shaded-guava lives
|
342 | 314 | in its own bundle, so we must explicitly *not* mention it here.
|
343 |
| - -->!com.datastax.oss.driver.shaded.netty.*, !com.datastax.oss.driver.shaded.esri.*, !com.datastax.oss.driver.shaded.json.*, !com.datastax.oss.driver.shaded.codehaus.jackson.*, !com.datastax.oss.driver.shaded.fasterxml.jackson.*, |
| 315 | + -->!com.datastax.oss.driver.shaded.netty.*, !com.datastax.oss.driver.shaded.fasterxml.jackson.*, |
344 | 316 | <!--
|
345 | 317 | 2) Don't include the packages below because they contain annotations only and are
|
346 | 318 | not required at runtime.
|
|
366 | 338 | 1) The driver's packages (API and internal);
|
367 | 339 | 2) All shaded packages, except Guava which resides in a separate bundle.
|
368 | 340 | -->
|
369 |
| - <Export-Package>com.datastax.oss.driver.api.core.*, com.datastax.oss.driver.internal.core.*, com.datastax.dse.driver.api.core.*, com.datastax.dse.driver.internal.core.*, com.datastax.oss.driver.shaded.netty.*, com.datastax.oss.driver.shaded.esri.*, com.datastax.oss.driver.shaded.json.*, com.datastax.oss.driver.shaded.codehaus.jackson.*, com.datastax.oss.driver.shaded.fasterxml.jackson.*,</Export-Package> |
| 341 | + <Export-Package>com.datastax.oss.driver.api.core.*, com.datastax.oss.driver.internal.core.*, com.datastax.dse.driver.api.core.*, com.datastax.dse.driver.internal.core.*, com.datastax.oss.driver.shaded.netty.*, com.datastax.oss.driver.shaded.fasterxml.jackson.*,</Export-Package> |
370 | 342 | </instructions>
|
371 | 343 | <rebuildBundle>true</rebuildBundle>
|
372 | 344 | </configuration>
|
|
0 commit comments