File tree 1 file changed +26
-1
lines changed
tests/itests-azure-storage-blob
1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 55
55
<scope >test</scope >
56
56
</dependency >
57
57
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
+
58
83
<dependency >
59
84
<groupId >org.apache.camel</groupId >
60
85
<artifactId >camel-azure-storage-blob</artifactId >
88
113
</dependencies >
89
114
90
115
91
- </project >
116
+ </project >
You can’t perform that action at this time.
0 commit comments