aboutsummaryrefslogtreecommitdiffstats
path: root/container-dev
Commit message (Collapse)AuthorAgeFilesLines
* Search over protobuf + jrtOlli Virtanen2019-03-191-0/+4
|
* Do not provide commons-codec at build time.gjoranv2019-01-211-0/+8
| | | | | - We effectively stopped providing it runtime since https://github.com/vespa-engine/vespa/pull/7696
* Remove httpclient dependency.gjoranv2019-01-211-5/+0
| | | | | - Should probably have been cleaned up when code was moved to vespa-athenz.
* Do not provide apache httpclient and httpcore.gjoranv2019-01-211-0/+1
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Separate model integration into a separate moduleJon Bratseth2018-11-211-24/+0
| | | | | | | This allows us to access model importers (such as TensorFlow) in config models without loading one instance per config model instance, which is not possible with TensorFlow because it depends on JNI code.
* Exclude jna from container-devHenning Baldersheim2018-09-261-0/+4
|
* Rename (#6543)Jon Bratseth2018-08-101-1/+1
|
* Revert "Revert "Depend on model-inference"" (#6540)Jon Bratseth2018-08-101-0/+5
|
* Revert "Depend on model-inference"Henning Baldersheim2018-08-091-5/+0
|
* Depend on model-inferenceJon Bratseth2018-08-091-0/+5
|
* Exclude langauge-detector from container-devgjoranv2018-07-241-0/+4
| | | | | .. and add it to the test classpath for application. - This is to prepare for an external PR to add language detection.
* Explicitly exclude opennlp from indexinglanguagegjoranv2018-07-191-6/+13
| | | | .. and add it to application for the test classpath.
* Do not expose opennlp in the maven dependency graph.gjoranv2018-07-191-0/+4
|
* Remove Scala remnants from Maven build filesOlli Virtanen2018-06-251-21/+0
|
* Remove aries.spifly and asm-debug-all.gjoranv2018-06-061-4/+0
| | | | | | - asm-debug-all does not yet exist in a Java 9 compatible version. - aries.spifly (pulls in aries-util and asm-debug-all) is no longer required by jetty-util.
* Revert "Remove aries.spifly and asm-debug-all."Harald Musum2018-05-251-0/+4
|
* Remove aries.spifly and asm-debug-all.gjoranv2018-05-241-4/+0
| | | | | | - asm-debug-all does not yet exist in a Java 9 compatible version. - aries.spifly (pulls in aries-util and asm-debug-all) is no longer required by jetty-util.
* Revert "Remove aries.spifly and asm-debug-all."gjoranv2018-05-241-0/+4
|
* Remove aries.spifly and asm-debug-all.gjoranv2018-05-241-4/+0
| | | | | - asm-debug-all does not yet exist in a Java 9 compatible version. - aries.spifly should not be necessary, and pulls in asm-debug-all
* Jdisc provides bouncycastle now, so don't hide it.gjoranv2018-03-071-18/+0
|
* Revert "Revert "Bratseth/tensorflow models""Jon Bratseth2017-12-181-0/+24
|
* Revert "Bratseth/tensorflow models"gjoranv2017-12-171-24/+0
|
* Don't leak the TensorFlow dependencyJon Bratseth2017-12-141-0/+24
|
* 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.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* 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.
* Move commons-logging version to parent pom.gjoranv2017-11-081-3/+0
|
* Add copyright headerJon Bratseth2017-10-271-0/+1
|
* Use BouncyCastle directly instead through athenz-auth-coreBjørn Christian Seime2017-10-241-2/+6
|
* Exclude internal dependenciesMorten Tokle2017-10-231-0/+8
|
* Open-source PEM keystore for JDiscBjørn Christian Seime2017-10-091-0/+10
|
* Exclude scala-library from provided classpath.gjoranv2017-09-191-0/+12
| | | | | - Still available in test classpath, as application has a compile scope dep.
* Exclude com.ibu.icu:icu4j from provided classpath.gjoranv2017-09-191-0/+4
|
* Exclude xerces:xercesImpl from provided classpath.gjoranv2017-09-181-0/+4
|
* Exclude commons-collections from provided classpath.gjoranv2017-09-151-1/+16
|
* Exclude commons-exec from provided classpath.gjoranv2017-09-141-0/+4
|
* Exclude org.ow2.asm:asm from provided classpath.gjoranv2017-09-111-0/+6
| | | | - Test classpath already contains org.ow2.asm:asm-debug-all.
* Revert "Exclude findbugs artifacts from provided classpath."gjoranv2017-09-111-22/+0
|
* Exclude findbugs artifacts from provided classpath.gjoranv2017-09-111-0/+22
| | | | | | | - com.google.code.findbugs:annotations:jar:1.3.9 - com.google.code.findbugs:jsr305:jar:1.3.9 * There should be no reason to expose these in test scope, they only contain annotations.
* Expose HdrHistogram in test scope instead of provided for users.gjoranv2017-09-111-0/+6
| | | | | | - It's not provided runtime, but we should consider doing so, as simplemetric:UntypedMetric exposes a public method that returns an org.HdrHistogram.DoubleHistogram.
* Exclude scala-xml from provided classpathgjoranv2017-09-081-0/+7
| | | | | | | | | | - To prevent import-package for its packages. - scala-xml is only used to generate config classes, and is not needed or provided runtime. - Add scala-xml in scope test where it's used in unit tests. - Do not exclude scala-xml from config-bundle until the oldest active config model uses the new Java version of createClassName.
* Set commons-lang3 to test scope, only used in a unit test.gjoranv2017-09-061-6/+0
|
* Remove commons-lang (2+3) as visible deps from container-dev.gjoranv2017-09-061-0/+22
|
* Make antlr and antlr4 invisible for customer projects.gjoranv2017-09-011-0/+22
| | | | - Visible only in test classpath.
* Revert "Make antlr and antlr4 invisible for customer projects."Arnstein Ressem2017-08-311-22/+0
|
* Make antlr and antlr4 invisible for customer projects.gjoranv2017-08-301-0/+22
| | | | - Visible only in test classpath.
* Update copyright headersJon Bratseth2017-06-141-1/+1
|