Skip to content

Commit 073eb9e

Browse files
committed
Fix scope of Embedded Maven API in Dependency Chain
The documentation suggests to add a dependency to depchain to the project. The API modules should be in the same scope as depchain.
1 parent e881a84 commit 073eb9e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

depchain/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
<groupId>org.jboss.shrinkwrap.resolver</groupId>
6666
<artifactId>shrinkwrap-resolver-api-maven-embedded</artifactId>
6767
<version>${project.version}</version>
68-
<scope>runtime</scope>
6968
</dependency>
7069
<dependency>
7170
<groupId>org.jboss.shrinkwrap.resolver</groupId>

0 commit comments

Comments
 (0)