summaryrefslogtreecommitdiffstats
path: root/cloud-tenant-base-dependencies-enforcer
Commit message (Collapse)AuthorAgeFilesLines
* No longer including jackson-dataformat-xml, woodstox-core, stax2-apiHenning Baldersheim2022-09-291-3/+0
|
* Bump jetty from 9.4.48 to 9.4.49Henning Baldersheim2022-09-281-1/+1
|
* Bump jackson2 to 2.13.4 to avoid woodstox-core 6.2.7Henning Baldersheim2022-09-221-1/+1
|
* Merge pull request #23644 from vespa-engine/mortent/remove-querybuilderMorten Tokle2022-08-221-1/+0
|\ | | | | Remove container-search-gui
| * Remove container-search-guiMorten Tokle2022-08-171-1/+0
| |
* | Merge pull request #23674 from vespa-engine/bratseth/onnxruntime-1.12.1Arnstein Ressem2022-08-181-1/+1
|\ \ | |/ |/| Bump onnxruntime to 1.12.1
| * Bump onnxruntime to 1.12.1Jon Bratseth2022-08-161-1/+1
| | | | | | | | | | This adds arm64 support: https://github.com/microsoft/onnxruntime/pull/12335
* | Add Felix Logging to container-testBjørn Christian Seime2022-08-151-0/+3
|/
* Upgrade org.json:json to '20220320'Bjørn Christian Seime2022-07-291-2/+2
|
* use same onnxruntime version for Java as for C++Arne Juul2022-07-181-1/+1
|
* Remove all dependencies to yoleangjoranv2022-07-131-1/+0
|
* Upgrade Jetty to 9.4.48Bjørn Christian Seime2022-06-301-1/+1
|
* Merge pull request #23046 from vespa-engine/bjorncs/vespa-enforcer-extensionsgjoranv2022-06-131-31/+13
|\ | | | | Bjorncs/vespa enforcer extensions
| * Misc improvementsBjørn Christian Seime2022-06-131-2/+2
| | | | | | | | | | Rename 'DependencyEnforcer' => 'EnforceDependencies'. Improve javadoc. Add unit tests. Log on successful completion.
| * Remove rules from dependencies no longer presentBjørn Christian Seime2022-06-101-22/+0
| |
| * Use custom maven-enforcer-plugin rule in cloud-tenant-base-dependencies-enforcerBjørn Christian Seime2022-06-101-9/+13
| |
* | Upgrade hc5 to 5.1.3Bjørn Christian Seime2022-06-131-1/+1
|/
* Upgrade maven-enforcer-plugin to 3.0.0Bjørn Christian Seime2022-06-091-1/+1
| | | | Includes improved error messages among many other improvements
* Remove jdisc_jettyBjørn Christian Seime2022-06-081-1/+0
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Rename vespa_jersey2 to vespa-3party-bundlesgjoranv2022-06-081-2/+2
|
* Remove vespa-http-client from cmake and enforcergjoranv2022-06-081-1/+0
|
* Stop providing bouncycastle via the 'container' artifact.gjoranv2022-06-081-4/+3
| | | | | | | - Add missing dependencies for security-utils so that bouncycastle import-packages are generated for modules that formerly relied only on container-dev or provided-dependencies. - Add bouncycastle to container-test
* Don't provide any felix artifacts via 'container'gjoranv2022-06-081-5/+2
| | | | | | | | | | | | | + 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.
* Stop providing org.lz4:lz4-java and exporting net.jpountz packagesgjoranv2022-06-081-1/+1
| | | | | - Not leaked from any public apis. - Must be added to container-test for unit tests with application
* Remove all usage and stop providing net.jcip.annotaitonsgjoranv2022-06-081-1/+0
| | | | (only provided build time, not runtime)
* Stop providing guice.assistedinject, not used by vespa or tenants.gjoranv2022-06-081-1/+0
| | | | | - Artifact: com.google.inject.extensions:guice-assistedinject - Package that was exported: com.google.inject.assistedinject
* Don't provide Jetty bundles from 'container' artifactBjørn Christian Seime2022-06-081-4/+4
| | | | Add dependency on 'jetty-http' with scope test instead of adding false dependencies with 'container-test'.
* Remove jersey related dependencies from parent poms and enforcers.gjoranv2022-06-081-26/+4
|
* Add org.json to container-testBjørn Christian Seime2022-06-081-0/+1
|
* Stop exporting org.json (including removal of deprecated APIs)Bjørn Christian Seime2022-06-081-2/+0
|
* Remove javax.annotation-api as provided dependency.gjoranv2022-06-081-2/+0
| | | | .. and from jdisc_core
* Move exclusions from container-dep-versions to container-devgjoranv2022-06-081-1/+1
| | | | | - The exclusions in container-dep-versions would affect users that explicitly depend on guava.
* Upgrade findbugs:jsr305 and stop providing from container-devgjoranv2022-06-081-2/+0
| | | | - Version is linked to guava version (see guava-parent)
* Remove guice-multibindings, which is now empty and included ingjoranv2022-06-081-1/+0
| | | | .. the main guice artifact.
* Upgrade to guice 4.2.3 and guava 27.1gjoranv2022-06-081-2/+5
|
* GC deprecated statistics moduleHenning Baldersheim2022-06-081-1/+0
|
* test/provided apache client bundle for cloud usersjonmv2022-06-011-0/+6
|
* Merge pull request #22779 from vespa-engine/balder/require-jackson2-2.13.3gjoranv2022-05-301-1/+1
|\ | | | | Revert "Revert "Require jackson2-2.12.6.1""
| * Revert "Revert "Require jackson2-2.12.6.1""Henning Baldersheim2022-05-281-1/+1
| |
* | No longer need to allow httpclient in enforcerjonmv2022-05-301-2/+0
|/
* 1.10.14 => 1.10.54Henning Baldersheim2022-05-281-1/+1
|
* Revert "Require jackson2-2.12.6.1"Harald Musum2022-05-261-1/+1
|
* Skip directly to 2.13.3Henning Baldersheim2022-05-261-1/+1
|
* Require jackson2-2.12.6.1Henning Baldersheim2022-05-251-1/+1
|
* junit5.version must be kept in sync with parent's junit.versiongjoranv2022-05-151-1/+1
|
* Regroup properties based on where they must be synced fromgjoranv2022-05-131-9/+15
|
* Support proxying of health checks to connector requiring proxy-protocolBjørn Christian Seime2022-05-111-0/+1
| | | | | Use Jetty instead of Apache http client. Install jetty-client bundle.
* Bump to recent jnaHenning Baldersheim2022-04-281-1/+1
|
* Upgrade Jetty to 9.4.46Bjørn Christian Seime2022-04-081-1/+1
|