From b398e395032aae0e6bc704ad3b63d0809645f71c Mon Sep 17 00:00:00 2001 From: Maxim Lapan Date: Tue, 16 Apr 2024 08:19:33 +0200 Subject: [PATCH] Add server dep --- dependencies.md | 136 +++++++++++++++++----------------- doc/changes/changes_2.7.12.md | 1 + pom.xml | 7 ++ 3 files changed, 77 insertions(+), 67 deletions(-) diff --git a/dependencies.md b/dependencies.md index 0ee50e27..c6c5b59d 100644 --- a/dependencies.md +++ b/dependencies.md @@ -62,44 +62,45 @@ | [Extension integration tests library][62] | [MIT License][63] | | [jersey-core-common][64] | [EPL 2.0][65]; [The GNU General Public License (GPL), Version 2, With Classpath Exception][66]; [Apache License, 2.0][32]; [Public Domain][67] | | [jersey-core-client][68] | [EPL 2.0][65]; [GPL2 w/ CPE][66]; [EDL 1.0][69]; [BSD 2-Clause][70]; [Apache License, 2.0][32]; [Public Domain][67]; [Modified BSD][71]; [jQuery license][72]; [MIT license][37]; [W3C license][73] | +| [jersey-core-server][74] | [EPL 2.0][65]; [The GNU General Public License (GPL), Version 2, With Classpath Exception][66]; [Apache License, 2.0][32]; [Modified BSD][71] | ### Runtime Dependencies | Dependency | License | | ---------------------------- | ----------------------------------------------------------------------------- | -| [Logback Classic Module][74] | [Eclipse Public License - v 1.0][75]; [GNU Lesser General Public License][76] | -| [Logback Core Module][77] | [Eclipse Public License - v 1.0][75]; [GNU Lesser General Public License][76] | +| [Logback Classic Module][75] | [Eclipse Public License - v 1.0][76]; [GNU Lesser General Public License][77] | +| [Logback Core Module][78] | [Eclipse Public License - v 1.0][76]; [GNU Lesser General Public License][77] | ### Plugin Dependencies | Dependency | License | | ------------------------------------------------------- | --------------------------------------------- | -| [SonarQube Scanner for Maven][78] | [GNU LGPL 3][79] | -| [Apache Maven Toolchains Plugin][80] | [Apache License, Version 2.0][3] | -| [Apache Maven Compiler Plugin][81] | [Apache-2.0][3] | -| [Apache Maven Enforcer Plugin][82] | [Apache-2.0][3] | -| [Maven Flatten Plugin][83] | [Apache Software Licenese][3] | -| [org.sonatype.ossindex.maven:ossindex-maven-plugin][84] | [ASL2][6] | -| [scala-maven-plugin][85] | [Public domain (Unlicense)][86] | -| [ScalaTest Maven Plugin][87] | [the Apache License, ASL Version 2.0][30] | -| [Apache Maven Javadoc Plugin][88] | [Apache-2.0][3] | -| [Maven Surefire Plugin][89] | [Apache-2.0][3] | -| [Versions Maven Plugin][90] | [Apache License, Version 2.0][3] | -| [duplicate-finder-maven-plugin Maven Mojo][91] | [Apache License 2.0][32] | -| [Apache Maven Assembly Plugin][92] | [Apache-2.0][3] | -| [Apache Maven JAR Plugin][93] | [Apache License, Version 2.0][3] | -| [Artifact reference checker and unifier][94] | [MIT License][95] | -| [Maven Failsafe Plugin][96] | [Apache-2.0][3] | -| [JaCoCo :: Maven Plugin][97] | [EPL-2.0][98] | -| [error-code-crawler-maven-plugin][99] | [MIT License][100] | -| [Reproducible Build Maven Plugin][101] | [Apache 2.0][6] | -| [Project Keeper Maven plugin][102] | [The MIT License][103] | -| [OpenFastTrace Maven Plugin][104] | [GNU General Public License v3.0][105] | -| [Scalastyle Maven Plugin][106] | [Apache 2.0][32] | -| [spotless-maven-plugin][107] | [The Apache Software License, Version 2.0][3] | -| [scalafix-maven-plugin][108] | [BSD-3-Clause][22] | -| [Exec Maven Plugin][109] | [Apache License 2][3] | -| [Apache Maven Clean Plugin][110] | [Apache-2.0][3] | +| [SonarQube Scanner for Maven][79] | [GNU LGPL 3][80] | +| [Apache Maven Toolchains Plugin][81] | [Apache License, Version 2.0][3] | +| [Apache Maven Compiler Plugin][82] | [Apache-2.0][3] | +| [Apache Maven Enforcer Plugin][83] | [Apache-2.0][3] | +| [Maven Flatten Plugin][84] | [Apache Software Licenese][3] | +| [org.sonatype.ossindex.maven:ossindex-maven-plugin][85] | [ASL2][6] | +| [scala-maven-plugin][86] | [Public domain (Unlicense)][87] | +| [ScalaTest Maven Plugin][88] | [the Apache License, ASL Version 2.0][30] | +| [Apache Maven Javadoc Plugin][89] | [Apache-2.0][3] | +| [Maven Surefire Plugin][90] | [Apache-2.0][3] | +| [Versions Maven Plugin][91] | [Apache License, Version 2.0][3] | +| [duplicate-finder-maven-plugin Maven Mojo][92] | [Apache License 2.0][32] | +| [Apache Maven Assembly Plugin][93] | [Apache-2.0][3] | +| [Apache Maven JAR Plugin][94] | [Apache License, Version 2.0][3] | +| [Artifact reference checker and unifier][95] | [MIT License][96] | +| [Maven Failsafe Plugin][97] | [Apache-2.0][3] | +| [JaCoCo :: Maven Plugin][98] | [EPL-2.0][99] | +| [error-code-crawler-maven-plugin][100] | [MIT License][101] | +| [Reproducible Build Maven Plugin][102] | [Apache 2.0][6] | +| [Project Keeper Maven plugin][103] | [The MIT License][104] | +| [OpenFastTrace Maven Plugin][105] | [GNU General Public License v3.0][106] | +| [Scalastyle Maven Plugin][107] | [Apache 2.0][32] | +| [spotless-maven-plugin][108] | [The Apache Software License, Version 2.0][3] | +| [scalafix-maven-plugin][109] | [BSD-3-Clause][22] | +| [Exec Maven Plugin][110] | [Apache License 2][3] | +| [Apache Maven Clean Plugin][111] | [Apache-2.0][3] | ## Extension @@ -107,7 +108,7 @@ | Dependency | License | | ------------------------------------------ | ------- | -| [@exasol/extension-manager-interface][111] | MIT | +| [@exasol/extension-manager-interface][112] | MIT | [0]: https://www.scala-lang.org/ [1]: https://www.apache.org/licenses/LICENSE-2.0 @@ -183,41 +184,42 @@ [71]: https://asm.ow2.io/license.html [72]: jquery.org/license [73]: https://www.w3.org/Consortium/Legal/copyright-documents-19990405 -[74]: http://logback.qos.ch/logback-classic -[75]: http://www.eclipse.org/legal/epl-v10.html -[76]: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html -[77]: http://logback.qos.ch/logback-core -[78]: http://sonarsource.github.io/sonar-scanner-maven/ -[79]: http://www.gnu.org/licenses/lgpl.txt -[80]: https://maven.apache.org/plugins/maven-toolchains-plugin/ -[81]: https://maven.apache.org/plugins/maven-compiler-plugin/ -[82]: https://maven.apache.org/enforcer/maven-enforcer-plugin/ -[83]: https://www.mojohaus.org/flatten-maven-plugin/ -[84]: https://sonatype.github.io/ossindex-maven/maven-plugin/ -[85]: http://github.com/davidB/scala-maven-plugin -[86]: http://unlicense.org/ -[87]: https://www.scalatest.org/user_guide/using_the_scalatest_maven_plugin -[88]: https://maven.apache.org/plugins/maven-javadoc-plugin/ -[89]: https://maven.apache.org/surefire/maven-surefire-plugin/ -[90]: https://www.mojohaus.org/versions/versions-maven-plugin/ -[91]: https://basepom.github.io/duplicate-finder-maven-plugin -[92]: https://maven.apache.org/plugins/maven-assembly-plugin/ -[93]: https://maven.apache.org/plugins/maven-jar-plugin/ -[94]: https://github.com/exasol/artifact-reference-checker-maven-plugin/ -[95]: https://github.com/exasol/artifact-reference-checker-maven-plugin/blob/main/LICENSE -[96]: https://maven.apache.org/surefire/maven-failsafe-plugin/ -[97]: https://www.jacoco.org/jacoco/trunk/doc/maven.html -[98]: https://www.eclipse.org/legal/epl-2.0/ -[99]: https://github.com/exasol/error-code-crawler-maven-plugin/ -[100]: https://github.com/exasol/error-code-crawler-maven-plugin/blob/main/LICENSE -[101]: http://zlika.github.io/reproducible-build-maven-plugin -[102]: https://github.com/exasol/project-keeper/ -[103]: https://github.com/exasol/project-keeper/blob/main/LICENSE -[104]: https://github.com/itsallcode/openfasttrace-maven-plugin -[105]: https://www.gnu.org/licenses/gpl-3.0.html -[106]: http://www.scalastyle.org -[107]: https://github.com/diffplug/spotless -[108]: https://github.com/evis/scalafix-maven-plugin -[109]: https://www.mojohaus.org/exec-maven-plugin -[110]: https://maven.apache.org/plugins/maven-clean-plugin/ -[111]: https://registry.npmjs.org/@exasol/extension-manager-interface/-/extension-manager-interface-0.4.1.tgz +[74]: https://projects.eclipse.org/projects/ee4j.jersey/jersey-server +[75]: http://logback.qos.ch/logback-classic +[76]: http://www.eclipse.org/legal/epl-v10.html +[77]: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html +[78]: http://logback.qos.ch/logback-core +[79]: http://sonarsource.github.io/sonar-scanner-maven/ +[80]: http://www.gnu.org/licenses/lgpl.txt +[81]: https://maven.apache.org/plugins/maven-toolchains-plugin/ +[82]: https://maven.apache.org/plugins/maven-compiler-plugin/ +[83]: https://maven.apache.org/enforcer/maven-enforcer-plugin/ +[84]: https://www.mojohaus.org/flatten-maven-plugin/ +[85]: https://sonatype.github.io/ossindex-maven/maven-plugin/ +[86]: http://github.com/davidB/scala-maven-plugin +[87]: http://unlicense.org/ +[88]: https://www.scalatest.org/user_guide/using_the_scalatest_maven_plugin +[89]: https://maven.apache.org/plugins/maven-javadoc-plugin/ +[90]: https://maven.apache.org/surefire/maven-surefire-plugin/ +[91]: https://www.mojohaus.org/versions/versions-maven-plugin/ +[92]: https://basepom.github.io/duplicate-finder-maven-plugin +[93]: https://maven.apache.org/plugins/maven-assembly-plugin/ +[94]: https://maven.apache.org/plugins/maven-jar-plugin/ +[95]: https://github.com/exasol/artifact-reference-checker-maven-plugin/ +[96]: https://github.com/exasol/artifact-reference-checker-maven-plugin/blob/main/LICENSE +[97]: https://maven.apache.org/surefire/maven-failsafe-plugin/ +[98]: https://www.jacoco.org/jacoco/trunk/doc/maven.html +[99]: https://www.eclipse.org/legal/epl-2.0/ +[100]: https://github.com/exasol/error-code-crawler-maven-plugin/ +[101]: https://github.com/exasol/error-code-crawler-maven-plugin/blob/main/LICENSE +[102]: http://zlika.github.io/reproducible-build-maven-plugin +[103]: https://github.com/exasol/project-keeper/ +[104]: https://github.com/exasol/project-keeper/blob/main/LICENSE +[105]: https://github.com/itsallcode/openfasttrace-maven-plugin +[106]: https://www.gnu.org/licenses/gpl-3.0.html +[107]: http://www.scalastyle.org +[108]: https://github.com/diffplug/spotless +[109]: https://github.com/evis/scalafix-maven-plugin +[110]: https://www.mojohaus.org/exec-maven-plugin +[111]: https://maven.apache.org/plugins/maven-clean-plugin/ +[112]: https://registry.npmjs.org/@exasol/extension-manager-interface/-/extension-manager-interface-0.4.1.tgz diff --git a/doc/changes/changes_2.7.12.md b/doc/changes/changes_2.7.12.md index f818660c..3327311f 100644 --- a/doc/changes/changes_2.7.12.md +++ b/doc/changes/changes_2.7.12.md @@ -25,6 +25,7 @@ Dependencies upgraded to fix CVE-2024-29131, CVE-2024-29133 and CVE-2024-29025 * Updated `com.exasol:test-db-builder-java:3.5.3` to `3.5.4` * Added `org.glassfish.jersey.core:jersey-client:2.41` +* Added `org.glassfish.jersey.core:jersey-server:2.41` #### Plugin Dependency Updates diff --git a/pom.xml b/pom.xml index ffb2d890..5afbb016 100644 --- a/pom.xml +++ b/pom.xml @@ -631,6 +631,13 @@ 2.41 test + + + org.glassfish.jersey.core + jersey-server + 2.41 + test +