Skip to content

Commit

Permalink
chore(deps): cleanup dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Jul 25, 2019
1 parent e0e2c09 commit 3c5ee8e
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions camel-k-loader-groovy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@
<artifactId>camel-core-engine</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-main</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-log</artifactId>
Expand All @@ -65,11 +60,20 @@
<scope>provided</scope>
</dependency>

<!-- ******************************* -->
<!-- test deps :: camel -->
<!-- ******************************* -->

<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-main</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-main</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-timer</artifactId>
Expand All @@ -95,6 +99,11 @@
<artifactId>camel-properties</artifactId>
<scope>test</scope>
</dependency>

<!-- ******************************* -->
<!-- test deps -->
<!-- ******************************* -->

<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-test</artifactId>
Expand Down

0 comments on commit 3c5ee8e

Please sign in to comment.