mirror of https://github.com/apache/nifi.git
NIFI-8788 - Upgraded dependencies and removed unnecessary log4j test dependencies.
This closes #5222 Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
4477921665
commit
af0f3403a5
|
@ -899,7 +899,7 @@ limitations under the License.
|
|||
<dependency>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
<artifactId>activemq-client</artifactId>
|
||||
<version>5.15.6</version>
|
||||
<version>5.15.15</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
|
|
|
@ -344,7 +344,7 @@
|
|||
<dependency>
|
||||
<groupId>net.minidev</groupId>
|
||||
<artifactId>json-smart</artifactId>
|
||||
<version>2.3</version>
|
||||
<version>2.3.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.nimbusds</groupId>
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
<artifactId>activemq-client</artifactId>
|
||||
<version>5.15.14</version>
|
||||
<version>5.15.15</version>
|
||||
<exclusions>
|
||||
<!-- -->
|
||||
<exclusion>
|
||||
|
@ -70,12 +70,6 @@
|
|||
<version>5.15.14</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
<version>1.2.17</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.nifi</groupId>
|
||||
<artifactId>nifi-mock</artifactId>
|
||||
|
|
|
@ -248,7 +248,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
<artifactId>activemq-client</artifactId>
|
||||
<version>5.15.14</version>
|
||||
<version>5.15.15</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
|
|
|
@ -27,12 +27,6 @@
|
|||
<artifactId>nifi-processor-utils</artifactId>
|
||||
<version>1.15.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
<version>1.2.17</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.nifi</groupId>
|
||||
<artifactId>nifi-mock</artifactId>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -93,7 +93,7 @@
|
|||
<inceptionYear>2014</inceptionYear>
|
||||
<okhttp.version>4.9.1</okhttp.version>
|
||||
<org.bouncycastle.version>1.69</org.bouncycastle.version>
|
||||
<org.slf4j.version>1.7.30</org.slf4j.version>
|
||||
<org.slf4j.version>1.7.31</org.slf4j.version>
|
||||
<ranger.version>2.1.0</ranger.version>
|
||||
<jetty.version>9.4.42.v20210604</jetty.version>
|
||||
<jackson.version>2.12.3</jackson.version>
|
||||
|
|
Loading…
Reference in New Issue