summaryrefslogtreecommitdiffstats
path: root/parent
Commit message (Collapse)AuthorAgeFilesLines
* Retry failed maven deploymentMorten Tokle2018-04-131-1/+4
|
* Jdisc provides bouncycastle now, so don't hide it.gjoranv2018-03-071-11/+0
|
* Revert "Merge pull request #5072 from vespa-engine/revert-4984-mortent/ckms"Morten Tokle2018-02-211-1/+1
| | | | | This reverts commit 6d7b65adfcd1e918da8173dab25bf701074f3cdc, reversing changes made to 2ecdfefd5616743f62691f64a517ab787d6f0c10.
* Revert "Refactor identityprovider. Add SiaIdentityProvider"Morten Tokle2018-02-201-1/+1
|
* Revert "Merge pull request #5072 from vespa-engine/revert-4984-mortent/ckms"Morten Tokle2018-02-201-1/+1
| | | | | This reverts commit 6d7b65adfcd1e918da8173dab25bf701074f3cdc, reversing changes made to 2ecdfefd5616743f62691f64a517ab787d6f0c10.
* Revert "Refactor identityprovider. Add SiaIdentityProvider"Morten Tokle2018-02-201-1/+1
|
* Bump athenz.version to 1.7.43Morten Tokle2018-02-161-1/+1
|
* add wiremock to depmgmtMorten Tokle2018-02-131-0/+5
|
* Bump athenz depsMorten Tokle2018-02-131-1/+1
| | | | This reverts commit f9c732094bc1284abf9bc633426845751dcdb131.
* Revert "Bump athenz deps"Morten Tokle2018-02-091-1/+1
|
* Bump athenz depsMorten Tokle2018-02-091-1/+1
|
* Update commons-compress to a newer versionHarald Musum2018-02-051-1/+1
|
* Support file templatesHåkon Hallingstad2018-01-271-0/+5
|
* Use maven-source-plugin version 2.4Bjørn Christian Seime2018-01-251-1/+1
|
* Revert "Revert "Redefine task and its context""Håkon Hallingstad2018-01-231-0/+6
|
* Revert "Redefine task and its context"Håkon Hallingstad2018-01-231-6/+0
|
* Redefine task and its contextHåkon Hallingstad2018-01-221-0/+6
| | | | | | | | | | | | | After discussions with bratseth, we'll not organize tasks in a tree structure, and instead have tasks mostly 1:1 with components. Tasks are put in chains, and may have ordering constraints between them that the chain resolves. The FileSystem API has been removed and instead use the raw java NIO FileSystem, and use Jimfs to mock FileSystem in tests. NodeAdminStateUpdater has been made an interface, since the HTTP request handler needs to delegate to it when getting requests. Much of the public HTTP API will get internalized with standalone NodeAdmin.
* Use protobuf 3.4.0 by defaultJon Bratseth2018-01-181-1/+1
|
* Add dependency management for scala-library.gjoranv2018-01-161-7/+1
| | | | | - All users with 'application' based unit tests must use the version of scala-library that vespa is built with.
* Move plugin management back to parent.gjoranv2017-12-081-27/+52
| | | | | | | | - factorylib does not tolerate that one of the parent poms declares a plugin without explicit version (it does not account for inheritance, but sees each pom separately and adds all its dependencies and plugins (in the management sections) to one common pom.
* Move plugin configuration back to parent.gjoranv2017-12-081-0/+27
|
* Move maven-compiler plugin + surefire management up one level.gjoranv2017-12-081-52/+0
| | | | | | - To avoid duplicating these versions in tenant:base. - Note that all artifacts using surefire.version had to be moved, due to factorylib again.
* Add missing elements to container-dependency-versions pom.gjoranv2017-12-061-8/+5
| | | | + Homologate the common elements for the two parent poms.
* Move all deps using properties from container-dep-versions upgjoranv2017-12-011-37/+0
| | | | | | | | | | .. from parent to container-dep-versions. - The aim was to have only deps provided runtime from jdisc in container-dep-versions, but this is not possible because factorylib reads the text in parent/pom.xml (and now container-dep-versions/pom.xml) to build a pom model used to bootstrap the maven cache on factory. Hence all deps using properties declared in a pom also have to reside in the same pom.
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+758
| | | | | | - 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-758/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+758
| | | | | | - 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-758/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+758
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Move parent pom to toplevel directoryEirik Nygaard2016-06-2311-1987/+0
|
* Add maven central requirementsMorten Tokle2016-06-221-18/+27
|
* PublishJon Bratseth2016-06-1511-0/+1978