Currently Spring Beans (of TASKANA Services) are declared in the RestConfiguration, which is within taskana-rest-spring.
This is not ideal since users which only use taskana-spring have to declare the beans manually if they use taskana-spring without taskana-rest-spring. Therefore, we want to move the declaration of beans from taskana-rest-spring to taskana-spring
Currently Spring Beans (of TASKANA Services) are declared in the RestConfiguration, which is within taskana-rest-spring.
This is not ideal since users which only use taskana-spring have to declare the beans manually if they use taskana-spring without taskana-rest-spring. Therefore, we want to move the declaration of beans from taskana-rest-spring to taskana-spring