diff --git a/.github/workflows/broken_links_checker.yml b/.github/workflows/broken_links_checker.yml
index 29071df..c4ff3be 100644
--- a/.github/workflows/broken_links_checker.yml
+++ b/.github/workflows/broken_links_checker.yml
@@ -19,9 +19,12 @@ jobs:
- name: Configure broken links checker
run: |
mkdir -p ./target
- echo '{ "aliveStatusCodes": [429, 200], "ignorePatterns": [{"pattern": "^https?://(www.)?opensource.org"}] }' > ./target/broken_links_checker.json
+ echo '{"aliveStatusCodes": [429, 200], "ignorePatterns": [' \
+ '{"pattern": "^https?://(www|dev).mysql.com/"},' \
+ '{"pattern": "^https?://(www.)?opensource.org"}' \
+ ']}' > ./target/broken_links_checker.json
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
- config-file: ./target/broken_links_checker.json
\ No newline at end of file
+ config-file: ./target/broken_links_checker.json
diff --git a/.github/workflows/ci-build-next-java.yml b/.github/workflows/ci-build-next-java.yml
index 6a1006c..e0c15cf 100644
--- a/.github/workflows/ci-build-next-java.yml
+++ b/.github/workflows/ci-build-next-java.yml
@@ -25,7 +25,7 @@ jobs:
cache: 'maven'
- name: Run tests and build with Maven
run: |
- mvn --batch-mode --update-snapshots clean package -DtrimStackTrace=false \
+ mvn --batch-mode --update-snapshots clean package -DtrimStackTrace=false \
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
- name: Publish Test Report
uses: scacap/action-surefire-report@v1
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index a69cc23..0d589f6 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -9,8 +9,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
- strategy:
- fail-fast: false
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
@@ -31,6 +29,8 @@ jobs:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar
+ - name: Enable testcontainer reuse
+ run: echo 'testcontainers.reuse.enable=true' > "$HOME/.testcontainers.properties"
- name: Run scalafix linting
run: |
mvn --batch-mode clean compile test scalafix:scalafix \
diff --git a/.scalafmt.conf b/.scalafmt.conf
index 0a70cfe..63ffe38 100644
--- a/.scalafmt.conf
+++ b/.scalafmt.conf
@@ -1,4 +1,4 @@
-version = 3.1.2
+version = 3.7.1
project.git = true
runner.dialect = scala213
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..f938933
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,17 @@
+{
+ "editor.formatOnSave": true,
+ "editor.codeActionsOnSave": {
+ "source.organizeImports": true,
+ "source.generate.finalModifiers": true,
+ "source.fixAll": true
+ },
+ "java.codeGeneration.useBlocks": true,
+ "java.saveActions.organizeImports": true,
+ "java.sources.organizeImports.starThreshold": 3,
+ "java.sources.organizeImports.staticStarThreshold": 3,
+ "java.test.config": {
+ "vmArgs": [
+ "-Djava.util.logging.config.file=src/test/resources/logging.properties"
+ ]
+ }
+}
diff --git a/dependencies.md b/dependencies.md
index 05c3007..2e8d23f 100644
--- a/dependencies.md
+++ b/dependencies.md
@@ -3,113 +3,113 @@
## Compile Dependencies
-| Dependency | License |
-| -------------------------------------- | --------------------------------------------- |
-| [Scala Library][0] | [Apache-2.0][1] |
-| [Java Interface for EXASOL Scripts][2] | [MIT License][3] |
-| [error-reporting-java][4] | [MIT License][5] |
-| [Apache Avro][6] | [Apache License, Version 2.0][7] |
-| [jackson-databind][8] | [The Apache Software License, Version 2.0][9] |
-| [jackson-module-scala][10] | [The Apache Software License, Version 2.0][7] |
-| [SLF4J Simple Binding][11] | [MIT License][12] |
-| [scala-logging][13] | [Apache 2.0 License][14] |
+| Dependency | License |
+| ---------------------------- | --------------------------------------------- |
+| [Scala Library][0] | [Apache-2.0][1] |
+| [Exasol UDF API for Java][2] | [MIT License][3] |
+| [error-reporting-java][4] | [MIT License][5] |
+| [Apache Avro][6] | [Apache License, Version 2.0][7] |
+| [jackson-databind][8] | [The Apache Software License, Version 2.0][7] |
+| [jackson-module-scala][9] | [The Apache Software License, Version 2.0][7] |
+| [SLF4J Simple Binding][10] | [MIT License][11] |
+| [scala-logging][12] | [Apache 2.0 License][13] |
## Test Dependencies
| Dependency | License |
| ----------------------------------------- | ----------------------------------------- |
-| [scalatest][15] | [the Apache License, ASL Version 2.0][16] |
-| [scalatestplus-mockito][17] | [Apache-2.0][16] |
-| [mockito-core][18] | [The MIT License][19] |
-| [EqualsVerifier | release normal jar][20] | [Apache License, Version 2.0][7] |
+| [scalatest][14] | [the Apache License, ASL Version 2.0][15] |
+| [scalatestplus-mockito][16] | [Apache-2.0][15] |
+| [mockito-core][17] | [The MIT License][18] |
+| [EqualsVerifier | release normal jar][19] | [Apache License, Version 2.0][7] |
## Plugin Dependencies
| Dependency | License |
| ------------------------------------------------------- | --------------------------------------------- |
-| [SonarQube Scanner for Maven][21] | [GNU LGPL 3][22] |
-| [Apache Maven Compiler Plugin][23] | [Apache License, Version 2.0][7] |
-| [Apache Maven Enforcer Plugin][24] | [Apache License, Version 2.0][7] |
-| [Maven Flatten Plugin][25] | [Apache Software Licenese][9] |
-| [org.sonatype.ossindex.maven:ossindex-maven-plugin][26] | [ASL2][9] |
-| [scala-maven-plugin][27] | [Public domain (Unlicense)][28] |
-| [Maven Surefire Plugin][29] | [Apache License, Version 2.0][7] |
-| [Versions Maven Plugin][30] | [Apache License, Version 2.0][7] |
-| [Apache Maven Deploy Plugin][31] | [Apache License, Version 2.0][7] |
-| [Apache Maven GPG Plugin][32] | [Apache License, Version 2.0][7] |
-| [Apache Maven Source Plugin][33] | [Apache License, Version 2.0][7] |
-| [Apache Maven Javadoc Plugin][34] | [Apache License, Version 2.0][7] |
-| [Nexus Staging Maven Plugin][35] | [Eclipse Public License][36] |
-| [JaCoCo :: Maven Plugin][37] | [Eclipse Public License 2.0][38] |
-| [error-code-crawler-maven-plugin][39] | [MIT License][40] |
-| [Reproducible Build Maven Plugin][41] | [Apache 2.0][9] |
-| [ScalaTest Maven Plugin][42] | [the Apache License, ASL Version 2.0][16] |
-| [Apache Maven Assembly Plugin][43] | [Apache License, Version 2.0][7] |
-| [OpenFastTrace Maven Plugin][44] | [GNU General Public License v3.0][45] |
-| [Project keeper maven plugin][46] | [The MIT License][47] |
-| [Scalastyle Maven Plugin][48] | [Apache 2.0][14] |
-| [spotless-maven-plugin][49] | [The Apache Software License, Version 2.0][7] |
+| [SonarQube Scanner for Maven][20] | [GNU LGPL 3][21] |
+| [Apache Maven Compiler Plugin][22] | [Apache License, Version 2.0][7] |
+| [Apache Maven Enforcer Plugin][23] | [Apache License, Version 2.0][7] |
+| [Maven Flatten Plugin][24] | [Apache Software Licenese][7] |
+| [ScalaTest Maven Plugin][25] | [the Apache License, ASL Version 2.0][15] |
+| [Apache Maven Assembly Plugin][26] | [Apache License, Version 2.0][7] |
+| [OpenFastTrace Maven Plugin][27] | [GNU General Public License v3.0][28] |
+| [Project keeper maven plugin][29] | [The MIT License][30] |
+| [Scalastyle Maven Plugin][31] | [Apache 2.0][13] |
+| [spotless-maven-plugin][32] | [The Apache Software License, Version 2.0][7] |
+| [org.sonatype.ossindex.maven:ossindex-maven-plugin][33] | [ASL2][34] |
+| [scala-maven-plugin][35] | [Public domain (Unlicense)][36] |
+| [Maven Surefire Plugin][37] | [Apache License, Version 2.0][7] |
+| [Versions Maven Plugin][38] | [Apache License, Version 2.0][7] |
+| [Apache Maven Deploy Plugin][39] | [Apache License, Version 2.0][7] |
+| [Apache Maven GPG Plugin][40] | [Apache License, Version 2.0][7] |
+| [Apache Maven Source Plugin][41] | [Apache License, Version 2.0][7] |
+| [Apache Maven Javadoc Plugin][42] | [Apache License, Version 2.0][7] |
+| [Nexus Staging Maven Plugin][43] | [Eclipse Public License][44] |
+| [JaCoCo :: Maven Plugin][45] | [Eclipse Public License 2.0][46] |
+| [error-code-crawler-maven-plugin][47] | [MIT License][48] |
+| [Reproducible Build Maven Plugin][49] | [Apache 2.0][34] |
| [scalafix-maven-plugin][50] | [BSD-3-Clause][51] |
-| [Maven Clean Plugin][52] | [The Apache Software License, Version 2.0][9] |
-| [Maven Resources Plugin][53] | [The Apache Software License, Version 2.0][9] |
-| [Maven JAR Plugin][54] | [The Apache Software License, Version 2.0][9] |
-| [Maven Install Plugin][55] | [The Apache Software License, Version 2.0][9] |
-| [Maven Site Plugin 3][56] | [The Apache Software License, Version 2.0][9] |
+| [Apache Maven Clean Plugin][52] | [Apache License, Version 2.0][7] |
+| [Apache Maven Resources Plugin][53] | [Apache License, Version 2.0][7] |
+| [Apache Maven JAR Plugin][54] | [Apache License, Version 2.0][7] |
+| [Apache Maven Install Plugin][55] | [Apache License, Version 2.0][7] |
+| [Apache Maven Site Plugin][56] | [Apache License, Version 2.0][7] |
[0]: https://www.scala-lang.org/
[1]: https://www.apache.org/licenses/LICENSE-2.0
-[2]: http://www.exasol.com
-[3]: https://mit-license.org/
+[2]: https://github.com/exasol/udf-api-java/
+[3]: https://github.com/exasol/udf-api-java/blob/main/LICENSE
[4]: https://github.com/exasol/error-reporting-java/
[5]: https://github.com/exasol/error-reporting-java/blob/main/LICENSE
[6]: https://avro.apache.org
[7]: https://www.apache.org/licenses/LICENSE-2.0.txt
-[8]: http://github.com/FasterXML/jackson
-[9]: http://www.apache.org/licenses/LICENSE-2.0.txt
-[10]: https://github.com/FasterXML/jackson-module-scala
-[11]: http://www.slf4j.org
-[12]: http://www.opensource.org/licenses/mit-license.php
-[13]: https://github.com/lightbend/scala-logging
-[14]: http://www.apache.org/licenses/LICENSE-2.0.html
-[15]: http://www.scalatest.org
-[16]: http://www.apache.org/licenses/LICENSE-2.0
-[17]: https://github.com/scalatest/scalatestplus-mockito
-[18]: https://github.com/mockito/mockito
-[19]: https://github.com/mockito/mockito/blob/main/LICENSE
-[20]: https://www.jqno.nl/equalsverifier
-[21]: http://sonarsource.github.io/sonar-scanner-maven/
-[22]: http://www.gnu.org/licenses/lgpl.txt
-[23]: https://maven.apache.org/plugins/maven-compiler-plugin/
-[24]: https://maven.apache.org/enforcer/maven-enforcer-plugin/
-[25]: https://www.mojohaus.org/flatten-maven-plugin/
-[26]: https://sonatype.github.io/ossindex-maven/maven-plugin/
-[27]: http://github.com/davidB/scala-maven-plugin
-[28]: http://unlicense.org/
-[29]: https://maven.apache.org/surefire/maven-surefire-plugin/
-[30]: http://www.mojohaus.org/versions-maven-plugin/
-[31]: https://maven.apache.org/plugins/maven-deploy-plugin/
-[32]: https://maven.apache.org/plugins/maven-gpg-plugin/
-[33]: https://maven.apache.org/plugins/maven-source-plugin/
-[34]: https://maven.apache.org/plugins/maven-javadoc-plugin/
-[35]: http://www.sonatype.com/public-parent/nexus-maven-plugins/nexus-staging/nexus-staging-maven-plugin/
-[36]: http://www.eclipse.org/legal/epl-v10.html
-[37]: https://www.jacoco.org/jacoco/trunk/doc/maven.html
-[38]: https://www.eclipse.org/legal/epl-2.0/
-[39]: https://github.com/exasol/error-code-crawler-maven-plugin/
-[40]: https://github.com/exasol/error-code-crawler-maven-plugin/blob/main/LICENSE
-[41]: http://zlika.github.io/reproducible-build-maven-plugin
-[42]: https://www.scalatest.org/user_guide/using_the_scalatest_maven_plugin
-[43]: https://maven.apache.org/plugins/maven-assembly-plugin/
-[44]: https://github.com/itsallcode/openfasttrace-maven-plugin
-[45]: https://www.gnu.org/licenses/gpl-3.0.html
-[46]: https://github.com/exasol/project-keeper/
-[47]: https://github.com/exasol/project-keeper/blob/main/LICENSE
-[48]: http://www.scalastyle.org
-[49]: https://github.com/diffplug/spotless
+[8]: https://github.com/FasterXML/jackson
+[9]: https://github.com/FasterXML/jackson-module-scala
+[10]: http://www.slf4j.org
+[11]: http://www.opensource.org/licenses/mit-license.php
+[12]: https://github.com/lightbend/scala-logging
+[13]: http://www.apache.org/licenses/LICENSE-2.0.html
+[14]: http://www.scalatest.org
+[15]: http://www.apache.org/licenses/LICENSE-2.0
+[16]: https://github.com/scalatest/scalatestplus-mockito
+[17]: https://github.com/mockito/mockito
+[18]: https://github.com/mockito/mockito/blob/main/LICENSE
+[19]: https://www.jqno.nl/equalsverifier
+[20]: http://sonarsource.github.io/sonar-scanner-maven/
+[21]: http://www.gnu.org/licenses/lgpl.txt
+[22]: https://maven.apache.org/plugins/maven-compiler-plugin/
+[23]: https://maven.apache.org/enforcer/maven-enforcer-plugin/
+[24]: https://www.mojohaus.org/flatten-maven-plugin/
+[25]: https://www.scalatest.org/user_guide/using_the_scalatest_maven_plugin
+[26]: https://maven.apache.org/plugins/maven-assembly-plugin/
+[27]: https://github.com/itsallcode/openfasttrace-maven-plugin
+[28]: https://www.gnu.org/licenses/gpl-3.0.html
+[29]: https://github.com/exasol/project-keeper/
+[30]: https://github.com/exasol/project-keeper/blob/main/LICENSE
+[31]: http://www.scalastyle.org
+[32]: https://github.com/diffplug/spotless
+[33]: https://sonatype.github.io/ossindex-maven/maven-plugin/
+[34]: http://www.apache.org/licenses/LICENSE-2.0.txt
+[35]: http://github.com/davidB/scala-maven-plugin
+[36]: http://unlicense.org/
+[37]: https://maven.apache.org/surefire/maven-surefire-plugin/
+[38]: https://www.mojohaus.org/versions/versions-maven-plugin/
+[39]: https://maven.apache.org/plugins/maven-deploy-plugin/
+[40]: https://maven.apache.org/plugins/maven-gpg-plugin/
+[41]: https://maven.apache.org/plugins/maven-source-plugin/
+[42]: https://maven.apache.org/plugins/maven-javadoc-plugin/
+[43]: http://www.sonatype.com/public-parent/nexus-maven-plugins/nexus-staging/nexus-staging-maven-plugin/
+[44]: http://www.eclipse.org/legal/epl-v10.html
+[45]: https://www.jacoco.org/jacoco/trunk/doc/maven.html
+[46]: https://www.eclipse.org/legal/epl-2.0/
+[47]: https://github.com/exasol/error-code-crawler-maven-plugin/
+[48]: https://github.com/exasol/error-code-crawler-maven-plugin/blob/main/LICENSE
+[49]: http://zlika.github.io/reproducible-build-maven-plugin
[50]: https://github.com/evis/scalafix-maven-plugin
[51]: https://opensource.org/licenses/BSD-3-Clause
-[52]: http://maven.apache.org/plugins/maven-clean-plugin/
-[53]: http://maven.apache.org/plugins/maven-resources-plugin/
-[54]: http://maven.apache.org/plugins/maven-jar-plugin/
-[55]: http://maven.apache.org/plugins/maven-install-plugin/
-[56]: http://maven.apache.org/plugins/maven-site-plugin/
+[52]: https://maven.apache.org/plugins/maven-clean-plugin/
+[53]: https://maven.apache.org/plugins/maven-resources-plugin/
+[54]: https://maven.apache.org/plugins/maven-jar-plugin/
+[55]: https://maven.apache.org/plugins/maven-install-plugin/
+[56]: https://maven.apache.org/plugins/maven-site-plugin/
diff --git a/doc/changes/changelog.md b/doc/changes/changelog.md
index 8afdcb1..b408e8c 100644
--- a/doc/changes/changelog.md
+++ b/doc/changes/changelog.md
@@ -1,5 +1,6 @@
# Changes
+* [1.1.0](changes_1.1.0.md)
* [1.0.0](changes_1.0.0.md)
* [0.4.2](changes_0.4.2.md)
* [0.4.1](changes_0.4.1.md)
diff --git a/doc/changes/changes_1.1.0.md b/doc/changes/changes_1.1.0.md
new file mode 100644
index 0000000..74a51a3
--- /dev/null
+++ b/doc/changes/changes_1.1.0.md
@@ -0,0 +1,47 @@
+# Import Export UDF Common Scala 1.1.0, released 2023-03-07
+
+Code name: Migrated to `udf-api-java`
+
+## Summary
+
+In this release, we migrated to `udf-api-java` from `exasol-script-api` dependency and discontinued references to `maven.exasol.com` repository. Additionally, updated developer guide, removed obsolete `sbt` build tool instructions.
+
+## Bug Fixes
+
+* #43: Migrated to `udf-api-java` from old `exasol-script-api`
+
+## Documentation
+
+* #39: Updated developer guide, removed obsolete `sbt` based information
+
+## Dependency Updates
+
+### Compile Dependency Updates
+
+* Updated `com.exasol:error-reporting-java:1.0.0` to `1.0.1`
+* Removed `com.exasol:exasol-script-api:6.1.7`
+* Added `com.exasol:udf-api-java:1.0.2`
+* Updated `com.fasterxml.jackson.core:jackson-databind:2.13.4.2` to `2.14.2`
+* Updated `com.fasterxml.jackson.module:jackson-module-scala_2.13:2.13.4` to `2.14.2`
+* Updated `org.slf4j:slf4j-simple:1.7.36` to `2.0.6`
+
+### Test Dependency Updates
+
+* Updated `nl.jqno.equalsverifier:equalsverifier:3.10.1` to `3.14`
+* Updated `org.mockito:mockito-core:4.8.1` to `5.1.1`
+
+### Plugin Dependency Updates
+
+* Updated `com.diffplug.spotless:spotless-maven-plugin:2.22.8` to `2.34.0`
+* Updated `com.exasol:error-code-crawler-maven-plugin:1.1.2` to `1.2.2`
+* Updated `com.exasol:project-keeper-maven-plugin:2.8.0` to `2.9.3`
+* Updated `io.github.zlika:reproducible-build-maven-plugin:0.15` to `0.16`
+* Updated `net.alchim31.maven:scala-maven-plugin:4.6.3` to `4.8.0`
+* Updated `org.apache.maven.plugins:maven-assembly-plugin:3.3.0` to `3.5.0`
+* Updated `org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1` to `3.0.0`
+* Updated `org.apache.maven.plugins:maven-javadoc-plugin:3.4.0` to `3.4.1`
+* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5` to `3.0.0-M8`
+* Updated `org.codehaus.mojo:flatten-maven-plugin:1.2.7` to `1.3.0`
+* Updated `org.codehaus.mojo:versions-maven-plugin:2.10.0` to `2.14.2`
+* Updated `org.itsallcode:openfasttrace-maven-plugin:1.5.0` to `1.6.1`
+* Updated `org.scalatest:scalatest-maven-plugin:2.0.2` to `2.2.0`
diff --git a/pk_generated_parent.pom b/pk_generated_parent.pom
index a16770b..b929c3f 100644
--- a/pk_generated_parent.pom
+++ b/pk_generated_parent.pom
@@ -3,7 +3,7 @@
4.0.0
com.exasol
import-export-udf-common-scala-generated-parent
- 1.0.0
+ 1.1.0
pom
UTF-8
@@ -12,6 +12,16 @@
true
+
+
+ ossrh
+ https://oss.sonatype.org/content/repositories/snapshots
+
+
+ ossrh
+ https://oss.sonatype.org/service/local/staging/deploy/maven2/
+
+
MIT License
@@ -72,7 +82,7 @@
org.codehaus.mojo
flatten-maven-plugin
- 1.2.7
+ 1.3.0
true
oss
@@ -111,7 +121,7 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.0.0-M5
+ 3.0.0-M8
@@ -122,7 +132,7 @@
org.codehaus.mojo
versions-maven-plugin
- 2.10.0
+ 2.14.2
display-updates
@@ -140,7 +150,7 @@
org.apache.maven.plugins
maven-deploy-plugin
- 3.0.0-M1
+ 3.0.0
true
@@ -181,7 +191,7 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 3.4.0
+ 3.4.1
attach-javadocs
@@ -206,6 +216,8 @@
true
ossrh
https://oss.sonatype.org/
+ 15
+ 30
@@ -261,7 +273,7 @@
com.exasol
error-code-crawler-maven-plugin
- 1.1.2
+ 1.2.2
verify
@@ -274,7 +286,7 @@
io.github.zlika
reproducible-build-maven-plugin
- 0.15
+ 0.16
strip-jar
diff --git a/pom.xml b/pom.xml
index d85521b..559480a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,32 +3,29 @@
4.0.0
com.exasol
import-export-udf-common-scala
- 1.0.0
+ 1.1.0
Import Export UDF Common Scala
Common import export libraries used in Exasol user defined functions
https://github.com/exasol/import-export-udf-common-scala/
+
+ import-export-udf-common-scala-generated-parent
+ com.exasol
+ 1.1.0
+ pk_generated_parent.pom
+
2.13.10
2.13
1.11.1
- 2.13.4
+ 2.14.2
3.9.5
- 1.7.36
+ 2.0.6
3.2.13
1.0.0-M2
-
-
- maven.exasol.com
- https://maven.exasol.com/artifactory/exasol-releases
-
- false
-
-
-
org.scala-lang
@@ -37,13 +34,13 @@
com.exasol
- exasol-script-api
- 6.1.7
+ udf-api-java
+ 1.0.2
com.exasol
error-reporting-java
- 1.0.0
+ 1.0.1
org.apache.avro
@@ -71,7 +68,7 @@
com.fasterxml.jackson.core
jackson-databind
- 2.13.4.2
+ ${jackson.version}
com.fasterxml.jackson.module
@@ -118,13 +115,13 @@
org.mockito
mockito-core
- 4.8.1
+ 5.1.1
test
nl.jqno.equalsverifier
equalsverifier
- 3.10.1
+ 3.14
test
@@ -134,7 +131,7 @@
net.alchim31.maven
scala-maven-plugin
- 4.6.3
+ 4.8.0
scala-compile-first
@@ -215,7 +212,7 @@
org.scalatest
scalatest-maven-plugin
- 2.0.2
+ 2.2.0
.
-Djava.util.logging.config.file=src/test/resources/logging.properties ${argLine}
@@ -236,7 +233,7 @@
org.apache.maven.plugins
maven-assembly-plugin
- 3.3.0
+ 3.5.0
src/assembly/all-dependencies.xml
@@ -261,7 +258,7 @@
org.itsallcode
openfasttrace-maven-plugin
- 1.5.0
+ 1.6.1
trace-requirements
@@ -279,7 +276,7 @@
com.exasol
project-keeper-maven-plugin
- 2.8.0
+ 2.9.3
@@ -314,7 +311,7 @@
com.diffplug.spotless
spotless-maven-plugin
- 2.22.8
+ 2.34.0
@@ -330,6 +327,20 @@
+
+ org.sonatype.ossindex.maven
+ ossindex-maven-plugin
+
+ ${ossindex.skip}
+
+
+
+ sonatype-2022-6438
+
+
+
io.github.evis
scalafix-maven-plugin_${scala.compat.version}
@@ -357,10 +368,4 @@
-
- import-export-udf-common-scala-generated-parent
- com.exasol
- 1.0.0
- pk_generated_parent.pom
-
-
\ No newline at end of file
+