aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-osgi-testrunner/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Use same version in testerunner bundle as what is exportedjonmv2022-08-031-2/+2
|
* Better to specify versions in tenantn-cd-apijonmv2022-08-031-25/+36
|
* Ensure provided scope for some JUnit dependenciesjonmv2022-08-031-18/+31
|
* Depend on jackson-corejonmv2022-07-071-0/+5
|
* Remove temporary dependency on 'jetty-http' with test scopeBjørn Christian Seime2022-06-081-5/+5
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-1/+1
|
* Don't provide any felix artifacts via 'container'gjoranv2022-06-081-0/+5
| | | | | | | | | | | | | + Stop exporting felix.log packages (org.osgi.service.log) + Completely remove felix.main (the felix launcher including everything in felix.framework). This was probably never needed by vespa. * Add explicit felix.framework dep to vespa-osgi-testrunner and standalone-container, as it's no longer included in container-dev. (The packages are still exported by jdisc_core, so imports will be generated.) * Add felix.framework to 'application', as it's needed for unit tests. * Exclude animal-sniffer-annotations from felix.framework in parent. Not needed anywhere by Vespa.
* Don't provide Jetty bundles from 'container' artifactBjørn Christian Seime2022-06-081-0/+7
| | | | Add dependency on 'jetty-http' with scope test instead of adding false dependencies with 'container-test'.
* Ensure errors outside test methods count as failurejonmv2022-05-121-0/+7
|
* Various cleanup, bump junit micro, trim dependenciesjonmv2022-05-121-24/+12
|
* Move ANSI to HTML to separate class, and simplifyJon Marius Venstad2021-12-031-0/+6
|
* Upgrade junit-jupiter to 5.8.1Bjørn Christian Seime2021-11-251-2/+2
|
* Set up VespaCliTestRunner as well when using new test frameworkJon Marius Venstad2021-11-171-0/+6
| | | | This should be OK to merge, as the runner will only be enabled if a "tests/" direcctory is present in the artifacts directoy, which should not currently be the case for anything else than our experiments
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* Update junit version to 5.7.0Harald Musum2020-11-101-2/+2
|
* Revert "More junit bumps" (#15053)Jon Marius Venstad2020-10-271-3/+3
|
* More junit bumpsJon Marius Venstad2020-10-271-3/+3
|
* Add test report api to test runnerMorten Tokle2020-08-271-0/+11
|
* Exclude junit from vespa-osgi-testrunner dependency to resolve surefire crashBjørn Christian Seime2020-07-021-13/+1
|
* Include test bundles in imageMorten Tokle2020-06-231-3/+1
|
* Fix review commentsMorten Tokle2020-06-221-2/+8
|
* Execute Junit tests in containerMorten Tokle2020-06-221-0/+88