Split ActiveMQ-All Dependency to needed ones #190
Labels
CleanUp
Tidying up stuff, because stuff needs to be tidy
Configuration
Idea
This is an idea for a new feature
Java
Related to Java Components
Two-Sentence Summary:
At the moment the big "ActiveMQ-All" Dependency is used.
This does not seem necessary and should therefore be avoided.
Proposed Solution
Lookup the "smaller" activemq packages and insert them in worker and pulser appropriately
The output jar should be smaller, therefore nicer docker images, and maybe faster (download wise).
Additional, the modularisation could work afterwards (but not for sure)
Possible Alternatives:
Keep as is
Possible Problems:
There should be no problems occurring.
Related Issues:
There were actually problems with the classpath to something similiar when trying to add modules in worker. #30
Also there were build issues because of bad dependencies in 4461169
Additional Context:
Current Maven Dep:
https://mvnrepository.com/artifact/org.apache.activemq/activemq-all/5.15.10
The text was updated successfully, but these errors were encountered: