Skip to content

Commit 1cb1bdc

Browse files
akrystianiluwatar
authored andcommitted
iluwatar#1009 - remove child poms overhead information (iluwatar#1030)
* iluwatar#1009 - remove child versions * iluwatar#1009 - add custom jaxb version for cqrs
1 parent 1b6cecd commit 1cb1bdc

File tree

5 files changed

+1
-5
lines changed

5 files changed

+1
-5
lines changed

cqrs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
<dependency>
5151
<groupId>com.sun.xml.bind</groupId>
5252
<artifactId>jaxb-impl</artifactId>
53-
<scope>test</scope>
5453
<version>2.1.17</version>
54+
<scope>test</scope>
5555
</dependency>
5656
<dependency>
5757
<groupId>javax.xml.bind</groupId>

eip-aggregator/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
<dependency>
4444
<groupId>org.apache.camel</groupId>
4545
<artifactId>camel-core</artifactId>
46-
<version>${camel.version}</version>
4746
</dependency>
4847

4948
<dependency>

eip-splitter/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
<dependency>
4444
<groupId>org.apache.camel</groupId>
4545
<artifactId>camel-core</artifactId>
46-
<version>${camel.version}</version>
4746
</dependency>
4847

4948
<dependency>

eip-wire-tap/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
<dependency>
4444
<groupId>org.apache.camel</groupId>
4545
<artifactId>camel-core</artifactId>
46-
<version>${camel.version}</version>
4746
</dependency>
4847

4948
<dependency>

trampoline/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
<dependency>
3939
<groupId>junit</groupId>
4040
<artifactId>junit</artifactId>
41-
<version>4.12</version>
4241
<scope>test</scope>
4342
</dependency>
4443

0 commit comments

Comments
 (0)