Skip to content

Commit c5d4247

Browse files
authored
Added test scope to dependency my:bookshop (#342)
Fixes warning: ``` [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor: [WARNING] o my:bookshop:jar:1.0.0-SNAPSHOT (compile) [WARNING] Try running the build up to the lifecycle phase "package" ```
1 parent f737580 commit c5d4247

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration-tests/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<groupId>my</groupId>
2323
<artifactId>bookshop</artifactId>
2424
<version>${revision}</version>
25+
<scope>test</scope>
2526
<exclusions>
2627
<exclusion>
2728
<groupId>ch.qos.logback</groupId>

0 commit comments

Comments
 (0)