File tree Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
- =======
2
+ =========
3
+
4
+ ## v3.9.1:
5
+ * [ #136 ] ( https://github.com/IBMStreams/streamsx.hbase/issues/136 ) 3rd party library commons-lang3 added
6
+
3
7
## v3.9.0:
4
8
* [ #133 ] ( https://github.com/IBMStreams/streamsx.hbase/issues/133 ) The Vulnerability issues for 3rd party libraries:
5
9
```
Original file line number Diff line number Diff line change @@ -223,8 +223,12 @@ The jar library zookeeper-3.4.13.jar has been replaced with **zookeeper-3.4.6.ja
223
223
224
224
* The Vulnerability issues for 3rd party libraries have been fixed and the pom.xml updated to use hadoop client version 3.3 JAR libraries.
225
225
226
+ ++ What is new in version 3.9.1
227
+
228
+ * 3rd party library commons-lang3 added
229
+
226
230
</info : description >
227
- <info : version >3.9.0 </info : version >
231
+ <info : version >3.9.1 </info : version >
228
232
<info : requiredProductVersion >4.0.0.0</info : requiredProductVersion >
229
233
</info : identity >
230
234
<info : dependencies />
Original file line number Diff line number Diff line change 11
11
<groupId >com.ibm.streamsx.hbase</groupId >
12
12
<artifactId >streamsx.hbase</artifactId >
13
13
<packaging >jar</packaging >
14
- <version >3.9.0 </version >
14
+ <version >3.9.1 </version >
15
15
<name >com.ibm.streamsx.hbase</name >
16
16
<repositories >
17
17
<repository >
93
93
</exclusion >
94
94
</exclusions >
95
95
</dependency >
96
+ <dependency >
97
+ <groupId >org.apache.commons</groupId >
98
+ <artifactId >commons-lang3</artifactId >
99
+ <version >3.11</version >
100
+ <exclusions >
101
+ <exclusion >
102
+ <groupId >*</groupId >
103
+ <artifactId >*</artifactId >
104
+ </exclusion >
105
+ </exclusions >
106
+ </dependency >
96
107
97
108
<dependency >
98
109
<groupId >commons-logging</groupId >
You can’t perform that action at this time.
0 commit comments