Skip to content

Commit b9d8ebf

Browse files
committed
Disable dependency reduced pom
1 parent e6f9156 commit b9d8ebf

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@
254254
<goal>shade</goal>
255255
</goals>
256256
<configuration>
257+
<createDependencyReducedPom>false</createDependencyReducedPom>
257258
<shadedClassifierName>with-dependencies</shadedClassifierName>
258259
<shadedArtifactAttached>true</shadedArtifactAttached>
259260
<transformers>

0 commit comments

Comments
 (0)