aboutsummaryrefslogtreecommitdiffstats
path: root/application/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* - Add compile scope in applicatio/pom.xmlHenning Baldersheim2020-04-151-0/+4
| | | | - Exclude in container-dev/pom.xml
* Exclude httpclient from container-disc (really container-core)gjoranv2020-01-281-1/+1
| | | | | | | | - httpclient has been added in compile scope to container-core for the metrics/v2 api, and is not provided runtime by jdisc. - Add htpclient in compile scope in 'application', as it is now needed on the class path for application based tests. (Because the MetricsV2Handler is always set up)
* Revert "Gjoranv/metrics v2 in container 2"gjoranv2020-01-281-1/+1
|
* Exclude httpclient from container-disc (really container-core)gjoranv2020-01-271-1/+1
| | | | | | | | - httpclient has been added in compile scope to container-core for the metrics/v2 api, and is not provided runtime by jdisc. - Add htpclient in compile scope in 'application', as it is now needed on the class path for application based tests. (Because the MetricsV2Handler is always set up)
* Remove use of apache commons libraries in applicationBjørn Christian Seime2020-01-031-28/+0
|
* Upgrade to ZooKeeper 3.4.14Harald Musum2019-09-011-5/+0
|
* Revert "Upgrade to zookeeper 3.4.14, take 5"Harald Musum2019-08-291-0/+5
|
* Revert "Revert " Upgrade to zookeeper 3.4.14, take 4""Harald Musum2019-08-281-5/+0
|
* Revert " Upgrade to zookeeper 3.4.14, take 4"Harald Musum2019-08-271-0/+5
|
* Remove unused dependency on zkfacadeHarald Musum2019-08-261-5/+0
|
* Ignore order in serialized JSONMorten Tokle2019-07-311-1/+6
|
* Do not provide apache httpclient and httpcore.gjoranv2019-01-211-0/+6
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-091-0/+4
| | | | This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
* Revert "Enable ABI checking on modules with public APIs"Håkon Hallingstad2019-01-041-4/+0
|
* Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-211-12/+0
| | | | | Instead of configuring in each module separately, put all configuration to parent and let the relevant modules just enable the plugin.
* Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-181-0/+16
|
* Include model-integration in applicationJon Bratseth2018-11-231-1/+0
|
* Add dependencyJon Bratseth2018-11-231-0/+6
|
* Exclude langauge-detector from container-devgjoranv2018-07-241-0/+11
| | | | | .. 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-0/+4
| | | | .. and add it to application for the test classpath.
* Reapply "Adding handler and binding when services.xml has <search>-field"gjoranv2018-07-121-0/+5
|
* Revert "Adding handler and binding when services.xml has <search>-field"Harald Musum2018-07-121-5/+0
|
* Moved GUIHandlerTest to own module that can use JDisc-components. GUIHandler ↵Henrik2018-07-101-0/+5
| | | | now reads from built .jar instead of resources. Vespa builds successfully
* Convert Scala code to Java, with ApplicationBuilderTest fixedOlli Virtanen2018-05-251-22/+0
|
* Revert "Replace Scala test code in application module with equivalent Java"gjoranv2018-05-241-0/+22
|
* Convert Scala test code to JavaOlli Virtanen2018-05-151-22/+0
|
* Jdisc provides bouncycastle now, so don't hide it.gjoranv2018-03-071-10/+0
|
* 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.
* Provide bouncycastle on test classpath.gjoranv2017-09-221-0/+10
|
* Add necessary test scope deps for using jdisc_http_filters.gjoranv2017-09-211-0/+21
|
* 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-0/+4
|
* Exclude commons-exec from provided classpath.gjoranv2017-09-141-0/+4
|
* Expose HdrHistogram in test scope instead of provided for users.gjoranv2017-09-111-0/+4
| | | | | | - 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/+5
| | | | | | | | | | - 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.
* Revert "Exclude scala-xml from provided classpath"gjoranv2017-09-071-5/+0
|
* Exclude scala-xml from provided classpathgjoranv2017-09-071-0/+5
| | | | | | | - 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.
* Make antlr and antlr4 invisible for customer projects.gjoranv2017-09-011-0/+12
| | | | - Visible only in test classpath.
* Revert "Exclude scala-xml from provided classpath"gjoranv2017-09-011-5/+0
| | | | This reverts commit 2bcc584022f761efa9968a3c126608b559b8fedb.
* Merge branch 'master' into gjoranv/exclude-scala-xmlgjoranv2017-08-311-12/+0
|\
| * Revert "Make antlr and antlr4 invisible for customer projects."Arnstein Ressem2017-08-311-12/+0
| |
* | Exclude scala-xml from provided classpathgjoranv2017-08-311-0/+5
|/ | | | | | | - 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.
* Make antlr and antlr4 invisible for customer projects.gjoranv2017-08-301-0/+12
| | | | - Visible only in test classpath.
* Use junit 4.12Bjørn Christian Seime2017-08-181-1/+0
|