aboutsummaryrefslogtreecommitdiffstats
path: root/container-dev
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* Remove Jetty deps from container-devBjørn Christian Seime2017-04-251-10/+0
| | | | They are now included in provided-dependencies
* Add jetty-http as dependency to container-devBjørn Christian Seime2017-04-251-0/+6
|
* Remove some netty usage in jdisc_http_serviceBjørn Christian Seime2017-04-251-0/+4
|