NIFI-1759 Upgrade of commons-compress

This closes #407
Checked:
- no regression
- no use of deprecated methods
This commit is contained in:
Pierre Villard 2016-05-03 15:26:01 +02:00 committed by Oleg Zhurakousky
parent ddf8c6f8fa
commit 5999eab43f
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ language governing permissions and limitations under the License. -->
<dependency> <dependency>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId> <artifactId>commons-compress</artifactId>
<version>1.9</version> <version>1.11</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>