Skip to content

Commit 5eb0cd5

Browse files
Removing Jackson V1 references
1 parent 4790737 commit 5eb0cd5

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -368,14 +368,6 @@ limitations under the License.
368368
<pattern>com.carrotsearch</pattern>
369369
<shadedPattern>cosmosdb_connector_shaded.com.carrotsearch</shadedPattern>
370370
</relocation>
371-
<relocation>
372-
<pattern>org.codehaus.jackson</pattern>
373-
<shadedPattern>cosmosdb_connector_shaded.org.codehaus.jackson</shadedPattern>
374-
</relocation>
375-
<relocation>
376-
<pattern>org.codehaus.jackson</pattern>
377-
<shadedPattern>cosmosdb_connector_shaded.org.codehaus.jackson</shadedPattern>
378-
</relocation>
379371
<relocation>
380372
<pattern>org.apache.avro</pattern>
381373
<shadedPattern>cosmosdb_connector_shaded.org.apache.avro</shadedPattern>
@@ -532,10 +524,6 @@ limitations under the License.
532524
<pattern>org.bouncycastle</pattern>
533525
<shadedPattern>cosmosdb_connector_shaded.org.bouncycastle</shadedPattern>
534526
</relocation>
535-
<relocation>
536-
<pattern>org.codehaus</pattern>
537-
<shadedPattern>cosmosdb_connector_shaded.org.codehaus</shadedPattern>
538-
</relocation>
539527
<relocation>
540528
<pattern>org.fusesource</pattern>
541529
<shadedPattern>cosmosdb_connector_shaded.org.fusesource</shadedPattern>

samples/lambda/Streaming Query from Cosmos DB Change Feed.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
import com.microsoft.azure.cosmosdb.spark._
1313
import com.microsoft.azure.cosmosdb.spark.schema._
1414
import com.microsoft.azure.cosmosdb.spark.config.Config
15-
import org.codehaus.jackson.map.ObjectMapper
1615
import com.microsoft.azure.cosmosdb.spark.streaming._
1716
import java.time._
1817

samples/lambda/Streaming Tags Query from Cosmos DB Change Feed .scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
import com.microsoft.azure.cosmosdb.spark._
1313
import com.microsoft.azure.cosmosdb.spark.schema._
1414
import com.microsoft.azure.cosmosdb.spark.config._
15-
import org.codehaus.jackson.map.ObjectMapper
1615
import com.microsoft.azure.cosmosdb.spark.streaming._
1716
import java.time._
1817

samples/lambda/readme.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ Below is the code snippet on how to configure `spark-shell` to run a Structred S
5252
import com.microsoft.azure.cosmosdb.spark._
5353
import com.microsoft.azure.cosmosdb.spark.schema._
5454
import com.microsoft.azure.cosmosdb.spark.config.Config
55-
import org.codehaus.jackson.map.ObjectMapper
5655
import com.microsoft.azure.cosmosdb.spark.streaming._
5756
import java.time._
5857
@@ -201,7 +200,6 @@ To do this, we can create a separate Cosmos DB collection to save the results of
201200
import com.microsoft.azure.cosmosdb.spark._
202201
import com.microsoft.azure.cosmosdb.spark.schema._
203202
import com.microsoft.azure.cosmosdb.spark.config.Config
204-
import org.codehaus.jackson.map.ObjectMapper
205203
import com.microsoft.azure.cosmosdb.spark.streaming._
206204
import java.time._
207205

0 commit comments

Comments
 (0)