Skip to content

Commit 6b9a304

Browse files
authoredJun 15, 2021
Review comments (eugenp#10901)
1 parent 3c61f6a commit 6b9a304

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
 

‎patterns/enterprise-patterns/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
<camel.version>3.7.4</camel.version>
1717
</properties>
1818

19+
<modules>
20+
<module>wire-tap</module>
21+
</modules>
22+
1923
<dependencies>
2024
<dependency>
2125
<groupId>org.apache.camel.springboot</groupId>
@@ -31,6 +35,7 @@
3135
<groupId>org.springframework.boot</groupId>
3236
<artifactId>spring-boot-starter-test</artifactId>
3337
<version>2.2.2.RELEASE</version>
38+
<scope>test</scope>
3439
</dependency>
3540
<dependency>
3641
<groupId>org.apache.camel</groupId>

‎patterns/enterprise-patterns/wire-tap/pom.xml

-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
<version>1.0.0-SNAPSHOT</version>
1414
</parent>
1515

16-
<dependencies>
17-
18-
</dependencies>
19-
2016
<build>
2117
<plugins>
2218
<plugin>

0 commit comments

Comments
 (0)
Please sign in to comment.