summaryrefslogtreecommitdiffstats
path: root/standalone-container/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Preinstall model-evaluation bundles in standalone containers.gjoranv2021-07-021-0/+2
| | | | - Configserver needs them because the config-model uses their apis
* Ensure transitive dependencies of vespajlib are present on test classpathBjørn Christian Seime2021-01-201-0/+6
| | | | | | Some modules misuse container-dev as a compile/test dependency or have container-test missing as test dependency. Depend on container-test where it does not create a cycle. Otherwise depend directly on vespajlib without altering scope of existing transitive vespajlib dependency.
* Minor unification of tests.Henning Baldersheim2020-08-121-5/+0
|
* Allow 'discPreinstallBundle' per module, not in parent.gjoranv2020-07-171-0/+1
| | | | - New Vespa bundles should not preinstall other bundles from disk.
* Remove standalone container activatorBjørn Christian Seime2020-03-091-2/+0
| | | | | The standalone container activator is no longer needed after pre-binding of server sockets was removed.
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Revert "Bratseth/remove unused rpc server take 2"Jon Bratseth2018-12-011-6/+0
|
* Bind required configsJon Bratseth2018-12-011-0/+6
|
* Add dependencyJon Bratseth2018-11-231-0/+6
|
* Remove Scala remnants from Maven build filesOlli Virtanen2018-06-251-4/+0
|
* Scala code in standalone-container converted to JavaOlli Virtanen2018-05-311-39/+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.
* 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.
* Revert "Exclude scala-xml from provided classpath"gjoranv2017-09-011-5/+0
| | | | This reverts commit 2bcc584022f761efa9968a3c126608b559b8fedb.
* 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.
* Suppress deprecation warning. Enable warnings-as-errorsBjørn Christian Seime2017-07-201-7/+0
|
* Treat Scala warnings as errors. Remove use of deprecated Scala APIsBjørn Christian Seime2017-07-131-0/+7
|
* Enable useful warnings for all Scala modulesBjørn Christian Seime2017-07-131-7/+0
|
* Use scala-maven-plugin instead of deprecated maven-scala-pluginBjørn Christian Seime2017-06-151-3/+2
|
* 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
|
* Only refer to plugin, do not specify any details...Henning Baldersheim2016-09-061-0/+4
|
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* Bundle vespajlib into container-disc again.gjoranv2016-06-211-1/+2
| | | | | | | | | - after briefly trying to include it in jdisc_core. This was abandoned because vespajlib leaks commons-lang packages from its apis. This reverts commit a522b5ac3d26e8ae9619c1bf85aada0eb98edc33. This reverts commit b644afac2ef70c622feafd43742fb70f31418237.
* Remove preinstall of vespajlib (now provided from jdisc_core).gjoranv2016-06-161-2/+1
|
* PublishJon Bratseth2016-06-151-0/+139