summaryrefslogtreecommitdiffstats
path: root/container-dependencies-enforcer
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade commmons-logging to 1.1.3Bjørn Christian Seime2020-01-031-1/+1
|
* Remove commons-daemon from all pom files.gjoranv2019-10-031-1/+0
| | | | | - Has not been needed since we stopped using JSVC. - NOTE: this commit stops providing it from Jdisc.
* Add version properties for remaining deps in container-dep-versionsgjoranv2019-09-271-6/+6
|
* Add version property for 'aopalliance'gjoranv2019-09-271-1/+1
|
* Add version property for commons-daemongjoranv2019-09-271-1/+1
|
* Remove com.google.code.findbugs:annotations from container-dep-versionsgjoranv2019-09-111-1/+0
| | | | | | | - The annotations are not used runtime and not provided by the container. - Since recently, they do not leak out from the 'container' artifact, so some users may need to add it to their own pom.
* Revert "Revert "Revert "Update to newer java lz4 version (1.5.1) and use new ↵Harald Musum2019-04-281-1/+1
| | | | artifact ids"""
* Revert "Revert "Update to newer java lz4 version (1.5.1) and use new ↵Harald Musum2019-04-261-1/+1
| | | | artifact ids""
* Revert "Update to newer java lz4 version (1.5.1) and use new artifact ids"Harald Musum2019-04-251-1/+1
|
* Update to newer java lz4 version (1.5.1) and use new artifact idsHarald Musum2019-04-231-1/+1
|
* Revert "Protobuf over jrt support in search"Henning Baldersheim2019-03-151-1/+0
|
* Protobuf over jrt support in searchOlli Virtanen2019-03-111-0/+1
|
* Do not provide commons-codec at build time.gjoranv2019-01-211-1/+0
| | | | | - We effectively stopped providing it runtime since https://github.com/vespa-engine/vespa/pull/7696
* Do not provide apache httpclient and httpcore.gjoranv2019-01-211-2/+0
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Update jackson to 2.8.11 and jackson-databind to 2.8.11.2gjoranv2018-09-191-1/+1
| | | | | - jackson-databind:2.8.11.2 includes a fix for a deserialization vulnerability.
* Do not expose opennlp in the maven dependency graph.gjoranv2018-07-191-1/+0
|
* Merge pull request #6407 from jefimm/masterJon Bratseth2018-07-191-0/+1
|\ | | | | add lang detection and opennlp stemmers
| * add opennlp stemmers - revert previous changesJefim Matskin2018-07-181-3/+0
| | | | | | | | https://github.com/vespa-engine/vespa/issues/6403
| * fix typoJefim Matskin2018-07-171-1/+1
| |
| * add lang detection and opennlp stemmers - fix missing dependenciesJefim Matskin2018-07-171-1/+5
| | | | | | | | https://github.com/vespa-engine/vespa/issues/6403
* | Use apache.httpcomponents 4.4.1gjoranv2018-07-181-2/+2
|/ | | | | - Use separate version properties, as they have separate release cycles.
* Merge pull request #6379 from vespa-engine/gjoranv/manage-enforcer-plugingjoranv2018-07-111-1/+0
|\ | | | | Add version management for enforcer-plugin.
| * Add version management for enforcer-plugin.gjoranv2018-07-111-1/+0
| |
* | Add jaxb-core and jaxb-impl dependencies and export their packages.gjoranv2018-07-101-1/+3
|/ | | | - Needed for Jersey (2.23, and most likely also later versions)
* Java 9: Add dependencies and exports needed for jaxb support.gjoranv2018-06-271-0/+2
| | | | | | | | | | * Upgrade jaxb-api to 2.3.0 (packaged as osgi bundle) => our (and customer) bundles may now import this version instead of the Java_SE one. (Exposed via the container dependency.) * Add TODO to remove org.w3c.dom.* packages from ExportPackages. * Remove explicit org.w3c.dom from ExportPackages (It was doubly present also with Java 8.)
* Revert "Gjoranv/java9 prep 12 2"Harald Musum2018-06-261-2/+0
|
* Java 9: Add dependencies and exports needed for jaxb support.gjoranv2018-06-251-0/+2
| | | | | | | | | | * Upgrade jaxb-api to 2.3.0 (packaged as osgi bundle) => our (and customer) bundles may now import this version instead of the Java_SE one. (Exposed via the container dependency.) * Add TODO to remove org.w3c.dom.* packages from ExportPackages. * Remove explicit org.w3c.dom from ExportPackages (It was doubly present also with Java 8.)
* Revert "Gjoranv/java9 prep 12"gjoranv2018-06-251-2/+0
|
* Java 9: Add dependencies and exports needed for jaxb support.gjoranv2018-06-251-0/+2
| | | | | | | | | | * Upgrade jaxb-api to 2.3.0 (packaged as osgi bundle) => our (and customer) bundles may now import this version instead of the Java_SE one. (Exposed via the container dependency.) * Add TODO to remove org.w3c.dom.* packages from ExportPackages. * Remove explicit org.w3c.dom from ExportPackages (It was doubly present also with Java 8.)
* Jdisc provides bouncycastle now, so don't hide it.gjoranv2018-03-071-0/+2
|
* Use new version properties from container-dependency-versions.gjoranv2017-12-011-22/+22
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-23/+22
|
* Use new version properties from container-dependency-versions.gjoranv2017-11-301-22/+22
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-23/+22
|
* Use new version properties from container-dependency-versions.gjoranv2017-11-291-22/+22
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Ban all compile scope deps.gjoranv2017-11-251-1/+2
|
* Add JavaTimeModule to Jersey. Exclude Jackson from athenz bundleBjørn Christian Seime2017-11-221-0/+2
|
* Add copyright headerJon Bratseth2017-10-271-0/+1
|
* Remove explicit version of junit.gjoranv2017-10-171-1/+0
|
* Use container-test instead of application.gjoranv2017-10-171-1/+1
|
* Use application until container-test is available.gjoranv2017-10-161-1/+1
|
* Use recommended order of deps.gjoranv2017-10-131-8/+8
|
* Use container-test instead of application in enforcer.gjoranv2017-10-131-1/+1
|
* Enforce dependencies on 'container' instead of 'container-dev'.gjoranv2017-10-111-1/+1
|
* Add README and OWNERS.gjoranv2017-10-092-0/+7
|
* Remove scala-parser-combinators dependency.gjoranv2017-10-041-1/+0
|