Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nifi-assembly/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down