This is an automated email from the ASF dual-hosted git repository.
ningjiang 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 03e57c3 CAMEL-10671 Fixed the CI build by introducing the maven
dependencies into Ceylon module
03e57c3 is described below
commit 03e57c355f5ddeb48af51e9e066dcfd60c2bd62f
Author: Willem Jiang <[email protected]>
AuthorDate: Fri May 4 13:37:12 2018 +0800
CAMEL-10671 Fixed the CI build by introducing the maven dependencies into
Ceylon module
---
examples/camel-example-ceylon/pom.xml | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/examples/camel-example-ceylon/pom.xml
b/examples/camel-example-ceylon/pom.xml
index 4ec21f1..4f9bbcf 100644
--- a/examples/camel-example-ceylon/pom.xml
+++ b/examples/camel-example-ceylon/pom.xml
@@ -111,6 +111,28 @@
</configuration>
<executions>
<execution>
+ <id>dependency</id>
+ <goals>
+ <goal>import-dependency</goal>
+ </goals>
+ <configuration>
+ <moduleImports>
+ <moduleImport>
+ <!-- Import Maven dependencies as Ceylon modules -->
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-core</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-jetty</artifactId>
+ </dependency>
+ </moduleImport>
+ </moduleImports>
+ </configuration>
+ </execution>
+ <execution>
+ <id>compile</id>
<goals>
<goal>compile</goal>
</goals>
--
To stop receiving notification emails like this one, please contact
[email protected].