Skip to content

Commit fb35eaf

Browse files
author
Ahmad Nouri
committed
pom.xml upgrdaed to download the latest libraries
1 parent f7df307 commit fb35eaf

File tree

1 file changed

+86
-5
lines changed
  • com.ibm.streamsx.objectstorage

1 file changed

+86
-5
lines changed

com.ibm.streamsx.objectstorage/pom.xml

Lines changed: 86 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,19 @@
4545
</exclusion>
4646
</exclusions>
4747
</dependency>
48+
49+
50+
<dependency>
51+
<groupId>com.google.code.gson</groupId>
52+
<artifactId>gson</artifactId>
53+
<version>2.10.1</version>
54+
<exclusions>
55+
<exclusion>
56+
<groupId>*</groupId>
57+
<artifactId>*</artifactId>
58+
</exclusion>
59+
</exclusions>
60+
</dependency>
4861

4962
<dependency>
5063
<groupId>com.google.guava</groupId>
@@ -62,42 +75,84 @@
6275
<groupId>com.google.guava</groupId>
6376
<artifactId>listenablefuture</artifactId>
6477
<version>9999.0-empty-to-avoid-conflict-with-guava</version>
78+
<exclusions>
79+
<exclusion>
80+
<groupId>*</groupId>
81+
<artifactId>*</artifactId>
82+
</exclusion>
83+
</exclusions>
6584
</dependency>
6685

6786
<dependency>
6887
<groupId>com.sun.xml.bind</groupId>
6988
<artifactId>jaxb-core</artifactId>
7089
<version>4.0.3</version>
90+
<exclusions>
91+
<exclusion>
92+
<groupId>*</groupId>
93+
<artifactId>*</artifactId>
94+
</exclusion>
95+
</exclusions>
7196
</dependency>
7297

7398
<dependency>
7499
<groupId>javax.xml.bind</groupId>
75100
<artifactId>jaxb-api</artifactId>
76101
<version>2.3.1</version>
102+
<exclusions>
103+
<exclusion>
104+
<groupId>*</groupId>
105+
<artifactId>*</artifactId>
106+
</exclusion>
107+
</exclusions>
77108
</dependency>
78109

79110
<dependency>
80111
<groupId>org.hamcrest</groupId>
81112
<artifactId>hamcrest-core</artifactId>
82113
<version>2.2</version>
114+
<exclusions>
115+
<exclusion>
116+
<groupId>*</groupId>
117+
<artifactId>*</artifactId>
118+
</exclusion>
119+
</exclusions>
83120
</dependency>
84121

85122
<dependency>
86123
<groupId>com.esotericsoftware</groupId>
87124
<artifactId>reflectasm</artifactId>
88125
<version>1.11.9</version>
126+
<exclusions>
127+
<exclusion>
128+
<groupId>*</groupId>
129+
<artifactId>*</artifactId>
130+
</exclusion>
131+
</exclusions>
89132
</dependency>
90133

91134
<dependency>
92135
<groupId>com.esotericsoftware</groupId>
93136
<artifactId>minlog</artifactId>
94137
<version>1.3.1</version>
138+
<exclusions>
139+
<exclusion>
140+
<groupId>*</groupId>
141+
<artifactId>*</artifactId>
142+
</exclusion>
143+
</exclusions>
95144
</dependency>
96145

97146
<dependency>
98147
<groupId>com.jamesmurty.utils</groupId>
99148
<artifactId>java-xmlbuilder</artifactId>
100149
<version>1.3</version>
150+
<exclusions>
151+
<exclusion>
152+
<groupId>*</groupId>
153+
<artifactId>*</artifactId>
154+
</exclusion>
155+
</exclusions>
101156
</dependency>
102157

103158
<dependency>
@@ -187,8 +242,8 @@
187242
<dependency>
188243
<groupId>com.amazonaws</groupId>
189244
<artifactId>aws-java-sdk-s3</artifactId>
190-
<version>1.12.565</version>
191-
</dependency>
245+
<version>1.12.588</version>
246+
</dependency>
192247

193248
<dependency>
194249
<groupId>org.apache.hadoop</groupId>
@@ -215,9 +270,9 @@
215270
</dependency>
216271

217272
<dependency>
218-
<groupId>org.apache.hadoop</groupId>
219-
<artifactId>hadoop-annotations</artifactId>
220-
<version>3.3.6</version>
273+
<groupId>org.apache.hadoop</groupId>
274+
<artifactId>hadoop-annotations</artifactId>
275+
<version>3.3.6</version>
221276
<exclusions>
222277
<exclusion>
223278
<groupId>*</groupId>
@@ -308,12 +363,25 @@
308363
<groupId>com.fasterxml.jackson.core</groupId>
309364
<artifactId>jackson-databind</artifactId>
310365
<version>2.15.2</version>
366+
<exclusions>
367+
<exclusion>
368+
<groupId>*</groupId>
369+
<artifactId>*</artifactId>
370+
</exclusion>
371+
</exclusions>
311372
</dependency>
312373

313374
<dependency>
314375
<groupId>com.fasterxml.jackson.dataformat</groupId>
315376
<artifactId>jackson-dataformat-cbor</artifactId>
316377
<version>2.15.2</version>
378+
<exclusions>
379+
<exclusion>
380+
<groupId>*</groupId>
381+
<artifactId>*</artifactId>
382+
</exclusion>
383+
</exclusions>
384+
317385
</dependency>
318386

319387
<dependency>
@@ -448,6 +516,19 @@
448516
</exclusions>
449517
</dependency>
450518

519+
<dependency>
520+
<groupId>org.ehcache</groupId>
521+
<artifactId>ehcache</artifactId>
522+
<version>3.5.2</version>
523+
<exclusions>
524+
<exclusion>
525+
<groupId>*</groupId>
526+
<artifactId>*</artifactId>
527+
</exclusion>
528+
</exclusions>
529+
</dependency>
530+
531+
451532
</dependencies>
452533
<build>
453534
</build>

0 commit comments

Comments
 (0)