Skip to content

Commit

Permalink
Auto detection of proxy settings
Browse files Browse the repository at this point in the history
  • Loading branch information
breedloj authored and taldekar committed Feb 25, 2025
1 parent 9489146 commit 5efb920
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ Bundle-Classpath: target/classes/,
target/dependency/sdk-core.jar,
target/dependency/slf4j-api.jar,
target/dependency/third-party-jackson-core.jar,
target/dependency/utils.jar
target/dependency/utils.jar
16 changes: 1 addition & 15 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,21 +151,7 @@
<includeScope>runtime</includeScope>
<stripVersion>true</stripVersion>
<outputDirectory>${project.build.directory}/dependency</outputDirectory>
<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,
net.java.dev.jna,
org.ini4j,
org.javadelight,
org.slf4j
</includeGroupIds>
<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>
</configuration>
</execution>
<execution>
Expand Down

0 comments on commit 5efb920

Please sign in to comment.