aboutsummaryrefslogtreecommitdiffstats
path: root/fat-model-dependencies/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Don't exlude tensorflow-jni.gjoranv2018-06-071-7/+0
| | | | - It's not installed by us on open source nodes.
* Add new module fat-model-dependenciesgjoranv2018-05-301-0/+223
| | | | | | | | - Contains all compile scope deps for config-model-fat. - Added to avoid copying all these deps into amended fat model. - Necessary for maven-bundle-plugin 3 because its exclude mechanism has changed to exclude all transitive deps of an excluded artifact.
* Revert "Add new module fat-model-dependencies"Harald Musum2018-05-301-229/+0
|
* Add new module fat-model-dependenciesgjoranv2018-05-291-0/+229
- Contains all compile scope deps for config-model-fat. - Added to avoid copying all these deps into amended fat model. - Necessary for maven-bundle-plugin 3 because its exclude mechanism has changed to exclude all transitive deps of an excluded artifact.