You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/01/28 20:14:49 UTC

[camel-examples] branch main updated: Fix NoSuchLanguageException in spring-security (#63)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 265559e  Fix NoSuchLanguageException in spring-security (#63)
265559e is described below

commit 265559ed43207d56f35302c6d63be8ef75640136
Author: Nicolas Filotto <es...@users.noreply.github.com>
AuthorDate: Fri Jan 28 21:14:42 2022 +0100

    Fix NoSuchLanguageException in spring-security (#63)
---
 examples/spring-security/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/examples/spring-security/pom.xml b/examples/spring-security/pom.xml
index a0c584d..a45c0e4 100644
--- a/examples/spring-security/pom.xml
+++ b/examples/spring-security/pom.xml
@@ -52,6 +52,10 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.camel</groupId>
+            <artifactId>camel-core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
             <artifactId>camel-spring-xml</artifactId>
         </dependency>
         <dependency>