summaryrefslogtreecommitdiffstats
path: root/config/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* - Avoid single use of google's EqualsTesterHenning Baldersheim2023-09-031-5/+0
| | | | - GC all references to unused packages.
* Consolidate hamcrest usage to 2.x and remove cthul-matchersBjørn Christian Seime2023-08-291-1/+1
|
* Add necessary options to use failOnWarningsgjoranv2023-06-051-0/+1
|
* Add bundle type to all CORE bundles.gjoranv2023-05-251-0/+3
|
* Remove obsolete maven updateReleaseInfo parameterHarald Musum2023-03-281-3/+0
| | | | Removed in maven-deploy-plugin 3.0 and later, see https://issues.apache.org/jira/browse/MDEPLOY-240
* Remove forkMode, deprecated and same as default valueHarald Musum2023-03-221-1/+0
|
* Reduce the simple usage of guava where java has caught upHenning Baldersheim2022-11-301-5/+0
|
* Remove all dependencies to yoleangjoranv2022-07-131-5/+0
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Add missing deps to lz4-java, and exclude in container-devgjoranv2022-06-081-0/+4
| | | | (no longer provided by jdisc)
* Revoke com.yahoo.config.subscription as public APIHarald Musum2022-06-081-8/+0
| | | | Also remove some deprecated methods in ConfigGetter
* Deprecate ConfigGetter APIs that use ConfigSourcegjoranv2022-01-311-0/+8
|
* Ensure 'annotations' in provided scopeBjørn Christian Seime2022-01-281-2/+3
|
* Revert "Remove deps to http-utils and add vespajlib where necessary."gjoranv2021-10-211-0/+6
| | | | This reverts commit fe260fe8a98c1d2d19633e16a6308857c9577878.
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Remove deps to http-utils and add vespajlib where necessary.gjoranv2021-09-301-6/+0
|
* Use provided apache http client bundle from containerBjørn Christian Seime2021-07-061-0/+6
|
* Revert "Use provided apache http client bundle from container [run-systemtest]"Harald Musum2021-07-051-6/+0
|
* Use provided apache http client bundle from containerBjørn Christian Seime2021-07-051-0/+6
|
* Revert "Reapply "Use provided apache http client bundle from container""Bjørn Christian Seime2021-06-231-6/+0
|
* Reapply "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-231-0/+6
|
* Revert "Reapply "Use provided apache http client bundle from container" ↵Harald Musum2021-06-221-6/+0
| | | | [run-systemtest]""
* Revert "Revert "Reapply "Use provided apache http client bundle from ↵Harald Musum2021-06-221-0/+6
| | | | container" [run-systemtest]""
* Revert "Reapply "Use provided apache http client bundle from container" ↵Harald Musum2021-06-221-6/+0
| | | | [run-systemtest]"
* Reapply "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-221-0/+6
| | | | This reverts commit 89c9ae74e5aa065981ea55fe326369df64219c6b.
* Revert "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-221-6/+0
| | | | This reverts commit a181d8d9de3f4e73daab9ee0d62fd25f094fce2f.
* Use provided apache http client bundle from containerBjørn Christian Seime2021-06-171-0/+6
|
* Reapply "Use java.util.logging.Level instead of vespalog's LogLevel."gjoranv2020-04-261-1/+1
| | | | This reverts commit 6ef94983a16650f60db15485067e0a2bbf7bc420.
* Revert "Use java.util.logging.Level instead of vespalog's LogLevel."Harald Musum2020-04-231-1/+1
|
* Use java.util.logging.Level instead of vespalog's LogLevel.gjoranv2020-04-231-1/+1
| | | | - The purpose is to allow using config in vespalog.
* Use lz4 through the compressor in vespajlib.Henning Baldersheim2020-03-051-4/+0
|
* Remove findbugs annotations from code and build path.gjoranv2019-09-091-4/+0
| | | | | - jsr305 is needed by guava, which declares it as optional dep. - Remaining modules with annotations do not affect the container.
* Use VespaHttpClientBuilder in ConfigVerificationBjørn Christian Seime2019-07-251-0/+6
|
* Order dependencies by scopeBjørn Christian Seime2019-07-251-16/+21
|
* Revert "Revert "Revert "Update to newer java lz4 version (1.5.1) and use new ↵Harald Musum2019-04-281-2/+2
| | | | artifact ids"""
* Revert "Revert "Update to newer java lz4 version (1.5.1) and use new ↵Harald Musum2019-04-261-2/+2
| | | | artifact ids""
* Revert "Update to newer java lz4 version (1.5.1) and use new artifact ids"Harald Musum2019-04-251-2/+2
|
* Update to newer java lz4 version (1.5.1) and use new artifact idsHarald Musum2019-04-231-2/+2
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-091-0/+4
| | | | This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
* Revert "Enable ABI checking on modules with public APIs"Håkon Hallingstad2019-01-041-4/+0
|
* Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-211-12/+0
| | | | | Instead of configuring in each module separately, put all configuration to parent and let the relevant modules just enable the plugin.
* Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-181-0/+16
|
* Use the guava version from container-dep-versions everywhere.gjoranv2018-07-191-2/+0
|
* Remove Scala remnants from Maven build filesOlli Virtanen2018-06-251-5/+0
|
* Remove explicit maven-compiler-plugin config. Inherit from parent.gjoranv2018-04-251-8/+0
|
* 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-1/+0
|
* 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.