Skip to content

Commit 05f1e67

Browse files
Merge pull request #137 from markheger/develop
3.9.1, commons-lang3 added
2 parents cd26172 + 19b9fbd commit 05f1e67

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

com.ibm.streamsx.hbase/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 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+
37
## v3.9.0:
48
* [#133](https://github.com/IBMStreams/streamsx.hbase/issues/133) The Vulnerability issues for 3rd party libraries:
59
```

com.ibm.streamsx.hbase/info.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,12 @@ The jar library zookeeper-3.4.13.jar has been replaced with **zookeeper-3.4.6.ja
223223

224224
* The Vulnerability issues for 3rd party libraries have been fixed and the pom.xml updated to use hadoop client version 3.3 JAR libraries.
225225

226+
++ What is new in version 3.9.1
227+
228+
* 3rd party library commons-lang3 added
229+
226230
</info:description>
227-
<info:version>3.9.0</info:version>
231+
<info:version>3.9.1</info:version>
228232
<info:requiredProductVersion>4.0.0.0</info:requiredProductVersion>
229233
</info:identity>
230234
<info:dependencies/>

com.ibm.streamsx.hbase/pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>com.ibm.streamsx.hbase</groupId>
1212
<artifactId>streamsx.hbase</artifactId>
1313
<packaging>jar</packaging>
14-
<version>3.9.0</version>
14+
<version>3.9.1</version>
1515
<name>com.ibm.streamsx.hbase</name>
1616
<repositories>
1717
<repository>
@@ -93,6 +93,17 @@
9393
</exclusion>
9494
</exclusions>
9595
</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>
96107

97108
<dependency>
98109
<groupId>commons-logging</groupId>

0 commit comments

Comments
 (0)