NIFI-4870 Upgraded activemq-client and activemq-broker versions to 5.15.3.

- Updated copyright dates in NOTICE files.
- This closes #2469.
This commit is contained in:
Andy LoPresto 2018-02-13 12:09:15 -08:00 committed by Matt Gilman
parent 3cdd3f60f6
commit e9d585a785
No known key found for this signature in database
GPG Key ID: DF61EC19432AEE37
3 changed files with 4 additions and 4 deletions

View File

@ -844,7 +844,7 @@ The following binary components are provided under the Apache Software License v
(ASLv2) Apache ActiveMQ
The following NOTICE information applies:
ActiveMQ :: Client
Copyright 2005-2015 The Apache Software Foundation
Copyright 2005-2017 The Apache Software Foundation
(ASLv2) Apache Geronimo
The following NOTICE information applies:

View File

@ -87,7 +87,7 @@ The following binary components are provided under the Apache Software License v
(ASLv2) Apache ActiveMQ
The following NOTICE information applies:
ActiveMQ :: Client
Copyright 2005-2015 The Apache Software Foundation
Copyright 2005-2017 The Apache Software Foundation
(ASLv2) Apache Geronimo
The following NOTICE information applies:

View File

@ -613,12 +613,12 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-client</artifactId>
<version>5.12.3</version>
<version>5.15.3</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>
<version>5.12.3</version>
<version>5.15.3</version>
<scope>test</scope>
</dependency>
<dependency>