aboutsummaryrefslogtreecommitdiffstats
path: root/fat-model-dependencies
Commit message (Collapse)AuthorAgeFilesLines
* Set 'component' to provided scope in jdisc_messagebus_servicegjoranv2020-07-011-0/+5
| | | | | .. and add explicit deps to poms where it was accidentally pulled in transitively via jdisc_messagebus_service.
* Use container-documentapi in internal container related poms.gjoranv2020-06-301-1/+1
|
* Revert "Revert "Bjorncs/apache commons libraries cleanup""Bjørn Christian Seime2020-01-081-4/+0
|
* Revert "Bjorncs/apache commons libraries cleanup"Harald Musum2020-01-081-0/+4
|
* Remove commons-io for parent pomBjørn Christian Seime2020-01-071-4/+0
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Include model evaluationJon Bratseth2018-08-311-0/+5
|
* 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.