Skip to content

Commit

Permalink
iluwatar#1009 - remove child poms overhead information (iluwatar#1030)
Browse files Browse the repository at this point in the history
* iluwatar#1009 - remove child versions

* iluwatar#1009 - add custom jaxb version for cqrs
  • Loading branch information
akrystian authored and iluwatar committed Oct 25, 2019
1 parent 1b6cecd commit 1cb1bdc
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion cqrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<scope>test</scope>
<version>2.1.17</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
Expand Down
1 change: 0 additions & 1 deletion eip-aggregator/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</artifactId>
<version>${camel.version}</version>
</dependency>

<dependency>
Expand Down
1 change: 0 additions & 1 deletion eip-splitter/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</artifactId>
<version>${camel.version}</version>
</dependency>

<dependency>
Expand Down
1 change: 0 additions & 1 deletion eip-wire-tap/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</artifactId>
<version>${camel.version}</version>
</dependency>

<dependency>
Expand Down
1 change: 0 additions & 1 deletion trampoline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 1cb1bdc

Please sign in to comment.