Skip to content

Commit 3a12231

Browse files
committed
Work around Jackson conflicts for the azure-storage-blob tests
1 parent 4dfe572 commit 3a12231

File tree

1 file changed

+26
-1
lines changed
  • tests/itests-azure-storage-blob

1 file changed

+26
-1
lines changed

tests/itests-azure-storage-blob/pom.xml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,31 @@
5555
<scope>test</scope>
5656
</dependency>
5757

58+
<dependency>
59+
<groupId>com.fasterxml.jackson.core</groupId>
60+
<artifactId>jackson-databind</artifactId>
61+
<version>${azure-jackson2-version}</version>
62+
<scope>test</scope>
63+
</dependency>
64+
<dependency>
65+
<groupId>com.fasterxml.jackson.core</groupId>
66+
<artifactId>jackson-core</artifactId>
67+
<version>${azure-jackson2-version}</version>
68+
<scope>test</scope>
69+
</dependency>
70+
<dependency>
71+
<groupId>com.fasterxml.jackson.core</groupId>
72+
<artifactId>jackson-annotations</artifactId>
73+
<version>${azure-jackson2-version}</version>
74+
<scope>test</scope>
75+
</dependency>
76+
<dependency>
77+
<groupId>com.fasterxml.jackson.dataformat</groupId>
78+
<artifactId>jackson-dataformat-xml</artifactId>
79+
<version>${azure-jackson2-version}</version>
80+
<scope>test</scope>
81+
</dependency>
82+
5883
<dependency>
5984
<groupId>org.apache.camel</groupId>
6085
<artifactId>camel-azure-storage-blob</artifactId>
@@ -88,4 +113,4 @@
88113
</dependencies>
89114

90115

91-
</project>
116+
</project>

0 commit comments

Comments
 (0)