|
I wonder to which extent the usage of external frameworks in my vehicle application is supported, e.g. using an InfluxDB to store the vehicle data during runtime. At first I thought integrating the framework via Maven and using |
Replies: 2 comments 1 reply
|
Yes this should be perfectly possible, just add respective dependencies to the pom of your application module. |
|
You're absolutely right, the maven assembly plugin did the trick. |
You're absolutely right, the maven assembly plugin did the trick.
For those who are interested, my pom.xml with the according build section: