Skip to content

Commit 1e597f2

Browse files
committed
gem-api should be in provided scope
Otherwise it would be shaded in the processor jar
1 parent 7fd81f2 commit 1e597f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

processor/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<groupId>${project.parent.groupId}</groupId>
3232
<artifactId>gem-api</artifactId>
3333
<version>${project.parent.version}</version>
34+
<scope>provided</scope>
3435
</dependency>
3536

3637
<dependency>

0 commit comments

Comments
 (0)