This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch development
in repository https://gitbox.apache.org/repos/asf/activemq-artemis-examples.git
The following commit(s) were added to refs/heads/development by this push:
new 16ca3ec6 ARTEMIS-5591: remove explicit plugin dependency, have example
supply transitively itself
16ca3ec6 is described below
commit 16ca3ec674b2655b0b971d930a45255d1ffc51e3
Author: Robbie Gemmell <[email protected]>
AuthorDate: Wed Oct 8 15:42:18 2025 +0100
ARTEMIS-5591: remove explicit plugin dependency, have example supply
transitively itself
---
examples/features/standard/security-ldap/pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/examples/features/standard/security-ldap/pom.xml
b/examples/features/standard/security-ldap/pom.xml
index 29d65efd..7b5068c5 100644
--- a/examples/features/standard/security-ldap/pom.xml
+++ b/examples/features/standard/security-ldap/pom.xml
@@ -139,12 +139,6 @@ under the License.
<artifactId>security-ldap</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>${junit.version}</version>
- <scope>compile</scope>
- </dependency>
</dependencies>
</plugin>
<plugin>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact