-
Type: Clean up
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 2021.19
-
Fix Version/s: 2021.21
-
Component/s: Tests
-
Release Notes Summary:S3BlobProviderFeature is now accessible from external bundle by importing nuxeo-core-binarymanager-s3 test jar
-
Tags:
-
Team:PLATFORM
-
Sprint:nxplatform #62, nxplatform #63
-
Story Points:1
We're missing a jar for a test base class
<dependency>
<groupId>org.nuxeo.ecm.core</groupId>
<artifactId>nuxeo-core-binarymanager-s3</artifactId>
<type>test-jar</type>
</dependency>
- is required by
-
NXS-6751 remove duplicated AbstractS3BinaryTest from source
- Acknowledged