summaryrefslogtreecommitdiffstats
path: root/parent
Commit message (Collapse)AuthorAgeFilesLines
* 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