Skip to content

Commit

Permalink
feat(deps): remove useless dependency order
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed May 27, 2022
1 parent 9a59d44 commit 2afd776
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 45 deletions.
15 changes: 0 additions & 15 deletions itests/camel-k-itests-loader-groovy/pom.xml
Expand Up @@ -68,21 +68,6 @@
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>

<!-- The following dependencies guarantee that this module is built after them. -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-groovy-dsl</artifactId>
<version>${camel-version}</version>
<type>pom</type>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

</project>
28 changes: 0 additions & 28 deletions itests/camel-k-itests-runtime/pom.xml
Expand Up @@ -66,34 +66,6 @@
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>

<!-- The following dependencies guarantee that this module is built after them. -->
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-deployment</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-groovy-dsl</artifactId>
<version>${camel-version}</version>
<type>pom</type>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

<build>
Expand Down
2 changes: 0 additions & 2 deletions support/camel-k-maven-plugin/pom.xml
Expand Up @@ -87,7 +87,6 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core-catalog</artifactId>
<version>${camel-version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
Expand All @@ -102,7 +101,6 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-catalog</artifactId>
<version>${camel-version}</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
Expand Down

0 comments on commit 2afd776

Please sign in to comment.