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
DockerAdapter is the only core class that should have third party dependencies. Perhaps it shouldn't even live in core, but at least for now lets move it out of core.job.
After this is done, also create an ArchUnit test which makes sure that no packages in the entire project depend on the third party docker lib except that package.
The text was updated successfully, but these errors were encountered:
DockerAdapter
is the only core class that should have third party dependencies. Perhaps it shouldn't even live in core, but at least for now lets move it out ofcore.job
.After this is done, also create an ArchUnit test which makes sure that no packages in the entire project depend on the third party docker lib except that package.
The text was updated successfully, but these errors were encountered: