File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## [ Unreleased]
88
9+ ### Fixed
10+ - Fix dependency information stripped from non-shaded jar
11+ [ cyberark/conjur-api-java #119 ] ( https://github.com/cyberark/conjur-api-java/issues/119 )
12+
913### Security
1014- Update nginx to 1.24 in Dockerfile.nginx
1115 [ cyberark/conjur-api-java #118 ] ( https://github.com/cyberark/conjur-api-java/issues/118 )
Original file line number Diff line number Diff line change 254254 <goal >shade</goal >
255255 </goals >
256256 <configuration >
257+ <createDependencyReducedPom >false</createDependencyReducedPom >
257258 <shadedClassifierName >with-dependencies</shadedClassifierName >
258259 <shadedArtifactAttached >true</shadedArtifactAttached >
259260 <transformers >
You can’t perform that action at this time.
0 commit comments