This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 1207a0f CAMEL-14584 camel-elytron - Only use the JARs really needed
(#3696)
1207a0f is described below
commit 1207a0f767afbcc63a3956ca6e3e55d0b5836cf3
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Apr 1 07:35:19 2020 +0200
CAMEL-14584 camel-elytron - Only use the JARs really needed (#3696)
---
components/camel-elytron/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/components/camel-elytron/pom.xml b/components/camel-elytron/pom.xml
index 0a8dc7c..8d72e6f 100644
--- a/components/camel-elytron/pom.xml
+++ b/components/camel-elytron/pom.xml
@@ -157,6 +157,12 @@
<artifactId>httpmime</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.wildfly.security</groupId>
+ <artifactId>wildfly-elytron-auth-server</artifactId>
+ <version>${wildfly-elytron}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>