Skip to content

Commit

Permalink
CAMEL-10222: Good configuration up to Jetty9
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Sep 19, 2016
1 parent 5ca0fda commit 2c8e289
Show file tree
Hide file tree
Showing 15 changed files with 1,791 additions and 293 deletions.
5 changes: 5 additions & 0 deletions components-starter/camel-hl7-starter/pom.xml
Expand Up @@ -41,6 +41,11 @@
<groupId>org.apache.camel</groupId> <groupId>org.apache.camel</groupId>
<artifactId>camel-core-starter</artifactId> <artifactId>camel-core-starter</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-netty4</artifactId>
<version>${project.version}</version>
</dependency>
<dependency> <dependency>
<groupId>org.apache.camel</groupId> <groupId>org.apache.camel</groupId>
<artifactId>camel-spring-boot-starter</artifactId> <artifactId>camel-spring-boot-starter</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions components-starter/camel-jetty9-starter/pom.xml
Expand Up @@ -37,6 +37,11 @@
<groupId>org.apache.camel</groupId> <groupId>org.apache.camel</groupId>
<artifactId>camel-jetty9</artifactId> <artifactId>camel-jetty9</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>apt</artifactId>
<version>${project.version}</version>
</dependency>
<dependency> <dependency>
<groupId>org.apache.camel</groupId> <groupId>org.apache.camel</groupId>
<artifactId>camel-core-starter</artifactId> <artifactId>camel-core-starter</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions components-starter/pom.xml
Expand Up @@ -20,9 +20,9 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.apache.camel</groupId> <groupId>org.apache.camel</groupId>
<artifactId>camel-parent-spring-boot</artifactId> <artifactId>camel-starter-parent</artifactId>
<version>2.18.0-SNAPSHOT</version> <version>2.18.0-SNAPSHOT</version>
<relativePath>../parent-spring-boot</relativePath> <relativePath>../spring-boot-dm/camel-starter-parent</relativePath>
</parent> </parent>
<artifactId>components-starter</artifactId> <artifactId>components-starter</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -134,7 +134,6 @@


<modules> <modules>
<module>parent</module> <module>parent</module>
<module>parent-spring-boot</module>
<module>etc</module> <module>etc</module>
<module>buildingtools</module> <module>buildingtools</module>
<module>camel-core</module> <module>camel-core</module>
Expand All @@ -144,6 +143,7 @@
<module>platforms</module> <module>platforms</module>
<module>tests</module> <module>tests</module>
<module>examples</module> <module>examples</module>
<module>spring-boot-dm</module>
</modules> </modules>


<scm> <scm>
Expand Down

0 comments on commit 2c8e289

Please sign in to comment.