aboutsummaryrefslogtreecommitdiffstats
path: root/container-dependencies-enforcer
Commit message (Collapse)AuthorAgeFilesLines
* commons-exec is no longer needed.Henning Baldersheim2024-01-111-1/+0
|
* Set correct versionHenning Baldersheim2024-01-111-1/+1
|
* Remove commons-logging from container-devBjørn Christian Seime2023-12-081-1/+0
| | | | | We do not provide commons-logging, only slf4j bindings through jcl-over-slf4j. The bindings is what available at runtime through jdisc_core.
* aircompress -> aircompressorArne Juul2023-10-271-1/+1
|
* switch to io.airlift:aircompressorArne Juul2023-10-261-1/+1
|
* Update copyrightJon Bratseth2023-10-092-2/+2
|
* Merge pull request #28370 from vespa-engine/renovate/major-guice.vespa.versionHenning Baldersheim2023-09-041-1/+2
|\ | | | | Update dependency com.google.inject:guice to v7
| * Use Guice 6.0Bjørn Christian Seime2023-09-041-1/+2
| | | | | | | | | | | | https://github.com/google/guice/wiki/Guice600 We cannot upgrade to 7.x as we export javax.inject from container. 6.x supports both the old javax.inject and the new jakarta.inject replacement.
* | Merge pull request #28379 from vespa-engine/bjorncs/remove-xml-apisHenning Baldersheim2023-09-041-1/+0
|\ \ | | | | | | Remove xml-apis as it's part of Java standard library
| * | Remove xml-apis as it's part of Java standard libraryBjørn Christian Seime2023-09-041-1/+0
| |/
* / Remove dead code and handle API changesBjørn Christian Seime2023-09-041-2/+0
|/
* jaxb are many components with different versioning.Henning Baldersheim2023-08-311-3/+3
|
* - Update dependency org.jvnet.mimepull:mimepull to v1.10.0renovate[bot]2023-08-291-0/+3
| | | | | | | | - Update dependency org.apache.opennlp:opennlp-tools to v1.9.4 - Use dependency-versions - Bring jimfs up to date. - Bring some more libraries up-2-date. - Reduce usage of assertj
* Consolidate hamcrest usage to 2.x and remove cthul-matchersBjørn Christian Seime2023-08-291-0/+1
|
* Update error_prone_annotations to 2.21.1Henning Baldersheim2023-08-281-1/+1
|
* Add version property for xercesgjoranv2023-07-241-1/+1
|
* Add version property for hamcrestgjoranv2023-07-241-1/+1
|
* Add version property for opennlp-toolsgjoranv2023-07-241-1/+1
|
* Use range for hardcoded versions of transitive dependenciesgjoranv2023-07-241-6/+6
|
* Use existing version properties for misc dependenciesgjoranv2023-07-241-8/+8
|
* Add new version property for junit4gjoranv2023-07-241-1/+1
|
* Use existing version property for prometheus client.gjoranv2023-07-241-2/+2
|
* Use existing version property for airlift:airlinegjoranv2023-07-241-1/+1
|
* Add version property for icu4jgjoranv2023-07-241-1/+1
|
* Add version property for commons-logginggjoranv2023-07-241-1/+1
|
* Use version property for jsr305gjoranv2023-07-241-1/+1
|
* Use 'vespa.version' suffix for all global version properties.gjoranv2023-07-241-49/+49
|
* Revert "New parent pom"Arnstein Ressem2023-07-211-49/+49
|
* Use 'vespa.version' suffix for all global version properties.gjoranv2023-07-191-49/+49
|
* Add container-test to test classpathgjoranv2023-07-121-0/+1
| | | | - Not sure if it's needed, but ensured unchanged test cp
* Do not provide vespaclient-container-plugingjoranv2023-07-121-1/+0
| | | | | - It has no PublicApi, and no known user bundles import its two exported packages.
* Upgrade guava to 32.1.1gjoranv2023-07-101-1/+1
|
* Add http-utils to container-test after removing from container-devgjoranv2023-06-301-1/+1
|
* Explicitly add all deps to container-dependencies-enforcergjoranv2023-06-261-2/+115
|
* Deduplicate versionsBjørn Christian Seime2023-02-161-1/+1
|
* Move microsoft.onnxruntime from provided to test scope.gjoranv2022-12-141-1/+0
|
* now microsoft.onnxruntime is (transitively) available, update enforcer rulesArne Juul2022-12-131-0/+1
|
* Simplify rule syntax and follow pattern of `Artifact.toString()`Bjørn Christian Seime2022-11-021-26/+26
|
* Remove use of version ranges and specify exact versionBjørn Christian Seime2022-11-021-24/+24
|
* Declare container-test before container in container-dependencies-enforcerjonmv2022-06-221-4/+5
|
* Use custom maven-enforcer-plugin rule in container-dependencies-enforcerBjørn Christian Seime2022-06-131-9/+12
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Stop providing bouncycastle via the 'container' artifact.gjoranv2022-06-081-2/+0
| | | | | | | - 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-3/+0
| | | | | | | | | | | | | + 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/+0
| | | | | - 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-3/+0
| | | | 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-18/+0
|
* Stop exporting org.json (including removal of deprecated APIs)Bjørn Christian Seime2022-06-081-1/+0
|