diff --git a/flume-ng-channels/flume-file-channel/pom.xml b/flume-ng-channels/flume-file-channel/pom.xml
index fae9d1aa78..0dc4273dc7 100644
--- a/flume-ng-channels/flume-file-channel/pom.xml
+++ b/flume-ng-channels/flume-file-channel/pom.xml
@@ -119,6 +119,24 @@
snappy-java
+
+ commons-io
+ commons-io
+
+
+
+ commons-cli
+ commons-cli
+
+
+
+
+ com.google.code.findbugs
+ jsr305
+ ${jsr305.version}
+ provided
+
+
diff --git a/flume-ng-channels/flume-spillable-memory-channel/pom.xml b/flume-ng-channels/flume-spillable-memory-channel/pom.xml
index 1b0bfebb78..97261aced7 100644
--- a/flume-ng-channels/flume-spillable-memory-channel/pom.xml
+++ b/flume-ng-channels/flume-spillable-memory-channel/pom.xml
@@ -72,6 +72,13 @@
commons-lang
+
+
+ com.google.code.findbugs
+ jsr305
+ true
+
+
junit
junit
diff --git a/flume-ng-core/pom.xml b/flume-ng-core/pom.xml
index 06a71baa13..b33f5c71c5 100644
--- a/flume-ng-core/pom.xml
+++ b/flume-ng-core/pom.xml
@@ -85,6 +85,13 @@
com.jcraft
jzlib
+
+
+ com.google.code.findbugs
+ jsr305
+ ${jsr305.version}
+ provided
+
junit
diff --git a/flume-ng-node/pom.xml b/flume-ng-node/pom.xml
index 7496f9fed4..58d893388c 100644
--- a/flume-ng-node/pom.xml
+++ b/flume-ng-node/pom.xml
@@ -34,6 +34,7 @@
12
7
org.apache.flume.node
+ 5.12.2
@@ -127,10 +128,36 @@
org.apache.commons
commons-text
+
+
+ com.google.code.findbugs
+ jsr305
+ ${jsr305.version}
+ provided
+
+
+
+ com.github.spotbugs
+ spotbugs-annotations
+ provided
+
- junit
- junit
+ org.junit.jupiter
+ junit-jupiter-api
+ ${junit-jupiter.version}
+ test
+
+
+ org.junit.jupiter
+ junit-jupiter-engine
+ ${junit-jupiter.version}
+ test
+
+
+ org.junit.vintage
+ junit-vintage-engine
+ ${junit-jupiter.version}
test
@@ -185,17 +212,6 @@
curator-test
-
- net.jcip
- jcip-annotations
- true
-
-
- com.github.spotbugs
- spotbugs-annotations
- true
-
-
diff --git a/flume-parent/pom.xml b/flume-parent/pom.xml
index 0961fa6b0f..459b01d916 100644
--- a/flume-parent/pom.xml
+++ b/flume-parent/pom.xml
@@ -23,6 +23,7 @@
org.apache
apache
23
+
org.apache.flume
flume-parent
@@ -184,18 +185,11 @@
Flume Developer List
- dev-subscribe@flume.apache.org
- dev-unsubscribe@flume.apache.org
+ dev@logging.apache.org
+ dev-unsubscribe@logging.apache.org
dev@flume.apache.org
http://mail-archives.apache.org/mod_mbox/flume-dev/
-
- Flume Commits
- commits-subscribe@flume.apache.org
- commits-unsubscribe@flume.apache.org
- commits@flume.apache.org
- http://mail-archives.apache.org/mod_mbox/flume-commits/
-
@@ -234,23 +228,21 @@
2.3.7
1.5.0
- 1.15
+ 1.22.0
3.2.2
- 1.21
- 2.11.0
+ 1.28.0
+ 2.22.0
2.6
- 1.10.0
- 5.1.0
- 10.14.2.0
- 4.1.18
- 2.13.2
- 2.13.2.1
- 1.4
- 2.9.1
- 29.0-jre
- 11.0.2
- 3.2.2
- ${hadoop3.version}
+ 1.15.0
+ 5.9.0
+ 10.17.1.0
+ 2.19.0
+ 2.19.0
+ 2.19.0
+ 1.4.1
+ 2.14.0
+ 33.4.8-jre
+ 3.5.0
4.4.15
1.84
4.5.13
@@ -258,6 +250,7 @@
6.1.0
12.1.9
4.13.2
+ 3.0.2
2.26.0
0.9.9
2.1.5
@@ -286,13 +279,13 @@
0.12
1.1.8.4
1.7.32
+ 4.9.3
1.19.0
1.53
1.1.3
3.6.2
1.5.0.Final
true
-
3.4.0
2.90.0
@@ -508,7 +501,7 @@
com.fasterxml.jackson.core
jackson-annotations
- ${fasterxml.jackson.version}
+ ${jackson-annotations.version}
@@ -771,24 +764,19 @@
+
- io.dropwizard.metrics
- metrics-core
- ${dropwizard-metrics.version}
+ com.google.code.findbugs
+ jsr305
+ ${jsr305.version}
-
- net.jcip
- jcip-annotations
- 1.0
- true
-
com.github.spotbugs
spotbugs-annotations
- ${spotbugs.version}
- true
+ ${spotbugs-annotations.version}
+
org.mock-server
mockserver-netty