aboutsummaryrefslogtreecommitdiffstats
path: root/container-dependencies-enforcer
Commit message (Collapse)AuthorAgeFilesLines
* Remove profile from enforcergjoranv2022-01-071-102/+90
| | | | - Was used to disable enforcer for maven 3.0.5
* Skip modules that should not be deployed with the Nexus plugin.Arnstein Ressem2021-10-071-0/+1
|
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
|
* Make it possible to deploy on Maven Central with maven.Arnstein Ressem2021-09-281-0/+5
|
* Remove jersey-media-jaxb dependency and bundle.gjoranv2021-08-181-1/+0
|
* Remove container-jersey-servlet-deps and bundles.gjoranv2021-08-161-2/+0
|
* Revert "Remove jersey servlet and jaxb [run-systemtest]"Martin Polden2021-07-231-0/+3
|
* Remove jersey-container-servlet and media-jaxb from enforcers.gjoranv2021-07-211-3/+0
|
* Revert "Remove the jersey-server bundle and dependent bundles [run-systemtest]"gjoranv2021-07-201-0/+6
|
* Remove jersey-server related artifacts from enforcers.gjoranv2021-07-191-6/+0
|
* Exclude jakarta artifacts that conflict or overlapgjoranv2021-05-011-2/+0
| | | | | | | | | | .. with jaxb/javax artifacts. The jakarta bind-api artifact makes user projects that include vespa-http-client-extensions import its version of javax.xml.bind (2.3.2), rather than the version exported from jdisc (2.3). - Note that, contrary to logic, we must also exclude it from container-test to avoid user projects from getting it in scope provided instead of (the correct) test scope.
* Match commons-logging version with packages provided by jcl-over-slf4jBjørn Christian Seime2021-03-241-1/+1
|
* Upgrade all Jackson dependencies to 2.12.1Bjørn Christian Seime2021-02-081-0/+2
|
* Revert "Revert "Revert "Revert "Upgrade from net.jpountz.lz4 1.3.0 to ↵Henning Baldersheim2020-03-081-1/+1
| | | | org.lz4 1.7.1""""
* Revert "Revert "Revert "Upgrade from net.jpountz.lz4 1.3.0 to org.lz4 1.7.1"""Henning Baldersheim2020-03-071-1/+1
|
* Revert "Revert "Upgrade from net.jpountz.lz4 1.3.0 to org.lz4 1.7.1""Henning Baldersheim2020-03-061-1/+1
|
* Revert "Upgrade from net.jpountz.lz4 1.3.0 to org.lz4 1.7.1"Arnstein Ressem2020-03-061-1/+1
|
* Upgrade from net.jpountz.lz4 1.3.0 to org.lz4 1.7.1Henning Baldersheim2020-03-061-1/+1
|
* 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
|