Skip to content

Commit

Permalink
remove support for multiple camel versions apache#229
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Jan 30, 2020
1 parent 572a795 commit 91eb68e
Show file tree
Hide file tree
Showing 30 changed files with 100 additions and 309 deletions.
9 changes: 2 additions & 7 deletions camel-k-loader-groovy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,14 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core-engine</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-log</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-endpointdsl</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
Expand All @@ -56,24 +53,22 @@
<artifactId>*</artifactId>
</exclusion>
</exclusions>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
<version>${groovy.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-apt</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-annotations</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>

<!-- ******************************* -->
Expand Down
6 changes: 2 additions & 4 deletions camel-k-loader-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,10 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core-engine</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-endpointdsl</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jooq</groupId>
Expand All @@ -51,12 +49,12 @@
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-apt</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-annotations</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>

<dependency>
Expand Down
7 changes: 3 additions & 4 deletions camel-k-loader-js/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,12 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core-engine</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-endpointdsl</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js</artifactId>
Expand All @@ -51,12 +50,12 @@
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-apt</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-annotations</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>

<!-- ******************************* -->
Expand Down
5 changes: 2 additions & 3 deletions camel-k-loader-knative/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,17 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core-engine</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-apt</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-annotations</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>

<!-- ****************************** -->
Expand Down
6 changes: 2 additions & 4 deletions camel-k-loader-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,15 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core-engine</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-endpointdsl</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-log</artifactId>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand Down Expand Up @@ -76,7 +74,7 @@
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-annotations</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>

<!-- ******************************* -->
Expand Down
5 changes: 2 additions & 3 deletions camel-k-loader-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,17 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core-engine</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-apt</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-annotations</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>

<!-- ****************************** -->
Expand Down
5 changes: 2 additions & 3 deletions camel-k-loader-yaml/camel-k-loader-yaml-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core-engine</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
Expand All @@ -58,12 +57,12 @@
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-apt</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-annotations</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>
</dependencies>

Expand Down
5 changes: 2 additions & 3 deletions camel-k-loader-yaml/camel-k-loader-yaml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core-engine</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
Expand All @@ -62,12 +61,12 @@
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-apt</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-annotations</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>

<!-- ****************************** -->
Expand Down
1 change: 0 additions & 1 deletion camel-k-runtime-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core-engine</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
Expand Down
1 change: 0 additions & 1 deletion camel-k-runtime-cron/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core-engine</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
Expand Down
1 change: 0 additions & 1 deletion camel-k-runtime-health/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core-engine</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.camel.k</groupId>
Expand Down
2 changes: 1 addition & 1 deletion camel-k-runtime-knative/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-knative-http</artifactId>
</dependency>

<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-loader-yaml</artifactId>
Expand All @@ -50,7 +51,6 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core-engine</artifactId>
<scope>provided</scope>
</dependency>

<!-- ****************************** -->
Expand Down
2 changes: 0 additions & 2 deletions camel-k-runtime-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,10 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core-engine</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-main</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
Expand Down
2 changes: 0 additions & 2 deletions camel-k-runtime-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,10 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core-engine</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-servlet</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.camel.k</groupId>
Expand Down
1 change: 0 additions & 1 deletion camel-k-runtime-webhook/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core-engine</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
Expand Down
2 changes: 0 additions & 2 deletions camel-knative/camel-knative-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,10 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core-engine</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-cloud</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
Expand Down
2 changes: 0 additions & 2 deletions camel-knative/camel-knative-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,10 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core-engine</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-cloud</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
Expand Down
2 changes: 0 additions & 2 deletions camel-knative/camel-knative/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,10 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core-engine</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-cloud</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.camel.k</groupId>
Expand Down
28 changes: 2 additions & 26 deletions examples/camel-k-runtime-example-health/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,29 +28,6 @@
<artifactId>camel-k-runtime-example-health</artifactId>

<dependencies>

<!-- ****************************** -->
<!-- -->
<!-- RUNTIME -->
<!-- -->
<!-- ****************************** -->

<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core-engine</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-main</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-log</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-servlet</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-main</artifactId>
Expand All @@ -68,9 +45,8 @@
<artifactId>camel-k-runtime-health</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
<version>${groovy.version}</version>
<groupId>org.apache.camel</groupId>
<artifactId>camel-log</artifactId>
</dependency>
</dependencies>

Expand Down
Loading

0 comments on commit 91eb68e

Please sign in to comment.