diff --git a/build-bin/test b/build-bin/test
index 0f4782e9..d6611183 100755
--- a/build-bin/test
+++ b/build-bin/test
@@ -4,6 +4,4 @@
#
# See [README.md] for an explanation of this and how CI should use it.
-# We use install, not verify, because maven-invoker-tests need modules in this
-# project installed into the local repository before tests run.
-./mvnw -T1C install -nsu "$@"
+./mvnw -T1C verify -nsu "$@"
diff --git a/pom.xml b/pom.xml
index 6bb0e900..6f6d4f71 100755
--- a/pom.xml
+++ b/pom.xml
@@ -85,6 +85,9 @@
3.5.1
3.1.4
3.9.1
+
+ test
3.12.0
3.5.0
3.3.1
diff --git a/spring-beans/pom.xml b/spring-beans/pom.xml
index 84e2bee7..adf5448f 100644
--- a/spring-beans/pom.xml
+++ b/spring-beans/pom.xml
@@ -32,18 +32,6 @@
1.2.17
-
-
-
- ${project.groupId}
- zipkin-reporter-bom
- ${project.version}
- pom
- import
-
-
-
-
${project.groupId}
@@ -65,36 +53,43 @@
${project.groupId}
zipkin-sender-libthrift
+ ${project.version}
provided
${project.groupId}
zipkin-sender-okhttp3
+ ${project.version}
provided
${project.groupId}
zipkin-sender-urlconnection
+ ${project.version}
provided
${project.groupId}
zipkin-sender-kafka
+ ${project.version}
provided
${project.groupId}
zipkin-sender-amqp-client
+ ${project.version}
provided
${project.groupId}
zipkin-sender-activemq-client
+ ${project.version}
provided
${project.groupId}
zipkin-reporter-brave
+ ${project.version}
provided
@@ -120,6 +115,7 @@
${project.groupId}
zipkin-sender-pulsar-client
+ ${project.version}
provided
diff --git a/src/it/settings.xml b/src/it/settings.xml
index 365b1694..11a1ed8c 100644
--- a/src/it/settings.xml
+++ b/src/it/settings.xml
@@ -18,9 +18,11 @@
@localRepositoryUrl@
true
+ always
true
+ always
@@ -30,9 +32,11 @@
@localRepositoryUrl@
true
+ always
true
+ always