File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
log4j-mongodb/src/test/java/org/apache/logging/log4j/mongodb Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -98,9 +98,8 @@ public void beforeAll(ExtensionContext context) throws Exception {
98
98
protected Package packageOf (
99
99
Command command , Distribution distribution , DistributionBaseUrl baseUrl ) {
100
100
if (distribution .platform ().operatingSystem ().type () == OSType .Windows ) {
101
- final Package relativePackage = legacyPackageResolverFactory ()
102
- .apply (command )
103
- .packageFor (distribution );
101
+ final Package relativePackage =
102
+ commandPackageResolver ().apply (command ).packageFor (distribution );
104
103
final FileSet .Builder fileSetBuilder = FileSet .builder ()
105
104
.addEntry (FileType .Library , "ssleay32.dll" )
106
105
.addEntry (FileType .Library , "libeay32.dll" );
You can’t perform that action at this time.
0 commit comments