Skip to content

Commit 74bc494

Browse files
authored
Restore correct includeGroupIds
1 parent 00b9772 commit 74bc494

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

plugin/pom.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,21 @@
168168
<includeScope>runtime</includeScope>
169169
<stripVersion>true</stripVersion>
170170
<outputDirectory>${project.build.directory}/dependency</outputDirectory>
171-
<includeGroupIds>io.reactivex,software.amazon.awssdk,com.fasterxml.jackson,com.nimbusds,jakarta.inject,commons-codec,org.apache.httpcomponents,org.reactivestreams,org.apache.maven,org.bidib.com.github.markusbernhardt</includeGroupIds>
171+
<includeGroupIds>
172+
io.reactivex,
173+
software.amazon.awssdk,
174+
com.fasterxml.jackson,
175+
com.nimbusds,jakarta.inject,
176+
commons-codec,
177+
org.apache.httpcomponents,
178+
org.reactivestreams,
179+
org.apache.maven,
180+
org.bidib.com.github.markusbernhardt,
181+
net.java.dev.jna,
182+
org.ini4j,
183+
org.javadelight,
184+
org.slf4j
185+
</includeGroupIds>
172186
</configuration>
173187
</execution>
174188
<execution>

0 commit comments

Comments
 (0)