Skip to content

Commit

Permalink
Merge pull request #137 from markheger/develop
Browse files Browse the repository at this point in the history
3.9.1, commons-lang3 added
  • Loading branch information
streams-toolkits authored Sep 29, 2020
2 parents cd26172 + 19b9fbd commit 05f1e67
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
6 changes: 5 additions & 1 deletion com.ibm.streamsx.hbase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes
=======
=========

## v3.9.1:
* [#136](https://github.com/IBMStreams/streamsx.hbase/issues/136) 3rd party library commons-lang3 added

## v3.9.0:
* [#133](https://github.com/IBMStreams/streamsx.hbase/issues/133) The Vulnerability issues for 3rd party libraries:
```
Expand Down
6 changes: 5 additions & 1 deletion com.ibm.streamsx.hbase/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,12 @@ The jar library zookeeper-3.4.13.jar has been replaced with **zookeeper-3.4.6.ja

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

++ What is new in version 3.9.1

* 3rd party library commons-lang3 added

</info:description>
<info:version>3.9.0</info:version>
<info:version>3.9.1</info:version>
<info:requiredProductVersion>4.0.0.0</info:requiredProductVersion>
</info:identity>
<info:dependencies/>
Expand Down
13 changes: 12 additions & 1 deletion com.ibm.streamsx.hbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>com.ibm.streamsx.hbase</groupId>
<artifactId>streamsx.hbase</artifactId>
<packaging>jar</packaging>
<version>3.9.0</version>
<version>3.9.1</version>
<name>com.ibm.streamsx.hbase</name>
<repositories>
<repository>
Expand Down Expand Up @@ -93,6 +93,17 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.11</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>commons-logging</groupId>
Expand Down

0 comments on commit 05f1e67

Please sign in to comment.