You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While implementing #1085 it was necessary to expose the amazon aws dependency to scheduler because there is a direct usage of StringInputStream .
To avoid conflicts / side effects, the AWS dependency has been added as API dependency (but shouldn't because job storage shall hide this dependency)
Wanted
No direct usage of aws parts
Means api project(':sechub-storage-s3-aws') inside sechub-shared-kernel/build.gradle shall be replaceable by implementation
The text was updated successfully, but these errors were encountered:
Situation
While implementing #1085 it was necessary to expose the amazon aws dependency to scheduler because there is a direct usage of
StringInputStream
.To avoid conflicts / side effects, the AWS dependency has been added as API dependency (but shouldn't because job storage shall hide this dependency)
Wanted
No direct usage of aws parts
Means
api project(':sechub-storage-s3-aws')
insidesechub-shared-kernel/build.gradle
shall be replaceable byimplementation
The text was updated successfully, but these errors were encountered: