aboutsummaryrefslogtreecommitdiffstats
path: root/fat-model-dependencies
Commit message (Collapse)AuthorAgeFilesLines
* Exclude jaxb-api from config-model-fat.gjoranv2018-06-271-0/+7
| | | | | - Multi-release jars not supported by maven-bundle-plugin yet. https://github.com/bndtools/bnd/issues/2227
* Revert "Gjoranv/java9 prep 12 2"Harald Musum2018-06-261-7/+0
|
* Merge pull request #6272 from vespa-engine/ovirtanen/remove-scala-from-pomsOlli Virtanen2018-06-261-4/+0
|\ | | | | Remove Scala remnants from Maven build files
| * Remove Scala remnants from Maven build filesOlli Virtanen2018-06-251-4/+0
| |
* | Exclude jaxb-api from config-model-fat.gjoranv2018-06-251-0/+7
|/ | | | - Multi-release jars not supported by maven-bundle-plugin yet.
* 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-303-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.
* Revert "Add new module fat-model-dependencies"Harald Musum2018-05-303-234/+0
|
* Add new module fat-model-dependenciesgjoranv2018-05-293-0/+234
- 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.