aboutsummaryrefslogtreecommitdiffstats
path: root/container-dependencies-enforcer
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Use explicit version or range for all deps.gjoranv2017-09-281-59/+73
| | | | | | + Use vespa parent to get dependency version properties. + Add junit as test dep for a more realistic setup, plus it actually affects the versions of provided deps.
* Do not enforce container deps on maven 3.0.5gjoranv2017-09-251-98/+103
|
* Temporarily allow deps that are resolved differently by maven 3.0.gjoranv2017-09-251-0/+8
|
* Enforce predefined set of allowed provided container deps.gjoranv2017-09-251-0/+118