summaryrefslogtreecommitdiffstats
path: root/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Remove FileDistributionManager.Henning Baldersheim2018-02-081-2/+0
|
* Reapply: split parent + container-dependency-versions from root pomJon Bratseth2018-01-251-935/+0
|
* Add athenz-clients moduleBjørn Christian Seime2018-01-101-0/+1
|
* Revert "Revert "Bratseth/tensorflow models""Jon Bratseth2017-12-181-0/+935
|
* Revert "Bratseth/tensorflow models"gjoranv2017-12-171-935/+0
|
* Merge with masterJon Bratseth2017-12-131-3/+0
|
* Merge with masterJon Bratseth2017-12-131-3/+7
|\
| * Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-938/+4
| | | | | | | | | | | | - 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-4/+938
| |
| * Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-938/+4
| | | | | | | | | | | | - 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-4/+938
| |
| * Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-938/+4
| | | | | | | | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* | Merge with masterJon Bratseth2017-11-281-1/+7
|\|
| * Change repository url to HTTPSMasakazu Nagaya2017-11-101-1/+1
| |
| * Move commons-logging version to parent pom.gjoranv2017-11-081-0/+6
| |
* | TF model translation WIPJon Bratseth2017-11-071-1/+1
|/
* Merge pull request #3830 from ↵Morten Tokle2017-10-231-0/+6
|\ | | | | | | | | vespa-engine/bjorncs/athenz-identity-provider-service Initial Athenz copper argos implementation
| * Add Athenz Identity Provider ServiceBjørn Christian Seime2017-10-181-0/+6
| |
* | Remove Scala code in testHåkon Hallingstad2017-10-201-5/+0
|/
* Use BouncyCastle 1.58Bjørn Christian Seime2017-10-171-1/+1
|
* Remove duplicate 'repositories' elementBjørn Christian Seime2017-10-161-12/+0
|
* Open-source Athenz integration for controller-serverBjørn Christian Seime2017-10-161-0/+12
|
* Add Athenz dependencies to parent pom.xmlBjørn Christian Seime2017-10-161-0/+22
|
* Revert "Open-source Athenz integration for controller-server"Bjørn Christian Seime2017-10-161-22/+0
| | | | This reverts commit 2d12b78dc2dd3a755e9a9dd05fa7f98acb2f544c.
* Use maven-dependency-plugin 2.10Bjørn Christian Seime2017-10-161-1/+1
|
* Merge branch 'master' into gjoranv/container-testgjoranv2017-10-161-0/+24
|\
| * Open-source Athenz integration for controller-serverBjørn Christian Seime2017-10-161-0/+24
| |
* | Add dependency management for jackson-dataformat-xml.gjoranv2017-10-131-0/+5
| | | | | | | | + remove some unnecessary version from vespa-http-client pom.
* | Add container-test module to aggregator pom.gjoranv2017-10-131-0/+1
| |
* | Add property for commons-lang version.gjoranv2017-10-131-1/+2
|/ | | | - To be referenced from container-test.
* Remove unused java persistence implementation.Tor Egge2017-10-091-2/+0
|
* Open-source PEM keystore for JDiscBjørn Christian Seime2017-10-091-0/+10
|
* Revert "Upgrade surefire to 2.20.1"Harald Musum2017-10-031-1/+1
|
* Upgrade surefire to 2.20.1Bjørn Christian Seime2017-10-031-1/+1
| | | | | Surefire 2.20.x improves debug output for build failures. Let's give it a try.
* Enforce predefined set of allowed provided container deps.gjoranv2017-09-251-0/+1
|
* Provide bouncycastle on test classpath.gjoranv2017-09-221-1/+2
|
* Revert "Use Jetty v9.4.7"Arnstein Ressem2017-09-201-1/+1
|
* Use Jetty v9.4.7Bjørn Christian Seime2017-09-201-1/+1
| | | | | Upgrade to newest Jetty and add support for empty HTTP header values. Release notes Jetty: http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00111.html
* Revert "Upgrade to Curator 2.12.0"Harald Musum2017-09-181-1/+1
|
* Upgrade to Curator 2.12.0Harald Musum2017-09-151-1/+1
|
* Move comment to where version is definedHarald Musum2017-09-151-6/+6
|
* Revert "Install net.jpountz.lz4:lz4 as a bundle."Harald Musum2017-09-141-2/+1
|
* Install net.jpountz.lz4:lz4 as a bundle.gjoranv2017-09-141-1/+2
| | | | | | | | | - From vespajlib. - It must still be a compile scope dep in order to make it a transitive dep for dependents of vespajlib. (Important to allow using vespajlib as a library outside the jdisc container.) - Hence, lz4 is still on the bundle classpath, but the explicitly added Import-Package overrides the bundle classpath.
* Expose HdrHistogram in test scope instead of provided for users.gjoranv2017-09-111-0/+5
| | | | | | - It's not provided runtime, but we should consider doing so, as simplemetric:UntypedMetric exposes a public method that returns an org.HdrHistogram.DoubleHistogram.
* Make antlr and antlr4 invisible for customer projects.gjoranv2017-09-011-2/+9
| | | | - Visible only in test classpath.
* Remove Netty by replacing cookie codec with Jetty + Java SEBjørn Christian Seime2017-09-011-5/+0
|
* Upgrade plugin to reduce log spamBjørn Christian Seime2017-08-311-1/+1
|
* Revert "Make antlr and antlr4 invisible for customer projects."Arnstein Ressem2017-08-311-9/+2
|
* Revert "Bjorncs/remove netty"Harald Musum2017-08-301-0/+5
|
* Merge pull request #3271 from ↵Bjørn Christian Seime2017-08-301-2/+9
|\ | | | | | | | | vespa-engine/gjoranv/exclude-antlr-from-provided-deps Make antlr and antlr4 invisible for customer projects.