aboutsummaryrefslogtreecommitdiffstats
path: root/fat-model-dependencies
Commit message (Collapse)AuthorAgeFilesLines
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Remove all dependencies to simplemetrics.gjoranv2021-04-131-5/+0
|
* Remove dependencies to jdisc_mbus_service and messagebus-disc.gjoranv2021-03-291-5/+0
| | | | - These modules will be merged into container-messagebus.
* Remove all dependencies to jdisc_http_servicegjoranv2021-03-231-5/+0
|
* Remove dependencies (and exclusions) to the 'processing' module.gjoranv2021-02-171-5/+0
| | | | - All relevant modules already depended on container-core.
* Remove dependencies to the chain module.gjoranv2021-02-161-5/+0
| | | | - Both modules already depended on 'processing'.
* Reapply resolving onnx model typesLester Solbakken2020-10-281-0/+5
| | | | This reverts commit de5e15528fca545b2a9ccbb1386c5590e11fa383.
* Revert "Lesters/revert revert resolve onnx model types"Lester Solbakken2020-10-271-5/+0
|
* Revert "Revert "Add type resolving for ONNX models""Lester Solbakken2020-10-251-0/+5
| | | | This reverts commit 882d574ab53e8d10a2a8765a64487c20661dc63f.
* Revert "Add type resolving for ONNX models"Arnstein Ressem2020-10-241-5/+0
|
* Add type resolving for ONNX modelsLester Solbakken2020-10-221-0/+5
|
* 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.