diff --git a/pom.xml b/pom.xml index 58388c3..9ec1cb4 100644 --- a/pom.xml +++ b/pom.xml @@ -1,298 +1,298 @@ - - 4.0.0 - eu.hohenegger - liquibase-lsp - 0.0.2-SNAPSHOT - pom - - - 3.10.1 - 3.0.0-M6 - 4.6.1 - - 4.9.1 - 1.30 - - ${project.basedir} - - - - - Eclipse Public License, Version 2.0 - https://www.eclipse.org/legal/epl-2.0/ - repo - - - - - - eclipse - - false - - eclipse-releases - https://repo.eclipse.org/content/groups/releases/ - - - - - - - org.eclipse.lemminx - org.eclipse.lemminx - 0.20.0 - - - - org.junit - junit-bom - 5.8.2 - pom - import - - - - org.mockito - mockito-core - ${mockito.version} - - - org.mockito - mockito-inline - ${mockito.version} - - - org.mockito - mockito-junit-jupiter - ${mockito.version} - - - org.assertj - assertj-core - 3.22.0 - - - - org.liquibase - liquibase-core - ${liquibase.version} - - - org.yaml - snakeyaml - ${snakeyaml.version} - - - javax.activation - activation - 1.1.1 - - - - com.h2database - h2 - 2.1.214 - - - - - - - org.eclipse.lemminx.api - liquibase-lemminx-extension-core - liquibase-lemminx-extension - liquibase-lemminx-extension-test - liquibase-lemminx-extension-archunit-test - liquibase-lemminx-eclipse - liquibase-editor-adapter - - - - - - jre16 - - - - !for-target-jre8 - - - - 16 - --enable-preview - do-not-exclude-anything-dummy-to-avoid-npe - - - - jre8 - - - - for-target-jre8 - - - - 8 - - - **/module-info.java - - - - - - - - org.codehaus.mojo - license-maven-plugin - - - org.apache.maven.plugins - maven-source-plugin - - - org.apache.maven.plugins - maven-javadoc-plugin - - - com.github.spotbugs - spotbugs-maven-plugin - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - ${maven-compiler.version} - - ${maven-compiler-plugin.java-release} - - - - com.github.bsideup.jabel - jabel-javac-plugin - 0.4.2 - - - - true - false - true - true - - ${maven-compiler-plugin.compilerArgs} - - - ${maven-compiler-plugin.excludes} - - - - - - com.github.spotbugs - spotbugs-maven-plugin - 4.6.0.0 - - - - check - - verify - - - - false - false - - - - org.apache.maven.plugins - maven-source-plugin - 3.2.1 - - - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-surefire-plugin - ${maven-surefire.version} - - --enable-preview --add-exports org.junit.platform.commons/org.junit.platform.commons.util=ALL-UNNAMED --add-exports org.junit.platform.commons/org.junit.platform.commons.logging=ALL-UNNAMED - - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 3.2.2 - - - org.apache.maven.plugins - maven-surefire-report-plugin - ${maven-surefire.version} - - - - org.codehaus.mojo - license-maven-plugin - 2.0.0 - - - download - prepare-package - - download-licenses - - - ${project.build.directory}/classes/licenses - ${project.build.directory}/classes/licenses.xml - - - - headers - process-sources - - check-file-header - - - - - - src/main/java - src/test/java - - - **/*.java - - ${main.basedir}/epl_v2-template.java - - epl_v2 - false - true - true - hohenegger.eu - Max Hohenegger <eclipse@hohenegger.eu> - - 2020 - false - - false - - ^(org\.eclipse\.) - - - - - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> + + 4.0.0 + eu.hohenegger + liquibase-lsp + 0.0.2-SNAPSHOT + pom + + + 3.10.1 + 3.0.0-M6 + 4.6.1 + + 4.9.1 + 1.30 + + ${project.basedir} + + + + + Eclipse Public License, Version 2.0 + https://www.eclipse.org/legal/epl-2.0/ + repo + + + + + + eclipse + + false + + eclipse-releases + https://repo.eclipse.org/content/groups/releases/ + + + + + + + org.eclipse.lemminx + org.eclipse.lemminx + 0.20.0 + + + + org.junit + junit-bom + 5.8.2 + pom + import + + + + org.mockito + mockito-core + ${mockito.version} + + + org.mockito + mockito-inline + ${mockito.version} + + + org.mockito + mockito-junit-jupiter + ${mockito.version} + + + org.assertj + assertj-core + 3.22.0 + + + + org.liquibase + liquibase-core + ${liquibase.version} + + + org.yaml + snakeyaml + ${snakeyaml.version} + + + javax.activation + activation + 1.1.1 + + + + com.h2database + h2 + 2.2.220 + + + + + + + org.eclipse.lemminx.api + liquibase-lemminx-extension-core + liquibase-lemminx-extension + liquibase-lemminx-extension-test + liquibase-lemminx-extension-archunit-test + liquibase-lemminx-eclipse + liquibase-editor-adapter + + + + + + jre16 + + + + !for-target-jre8 + + + + 16 + --enable-preview + do-not-exclude-anything-dummy-to-avoid-npe + + + + jre8 + + + + for-target-jre8 + + + + 8 + + + **/module-info.java + + + + + + + + org.codehaus.mojo + license-maven-plugin + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + + com.github.spotbugs + spotbugs-maven-plugin + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler.version} + + ${maven-compiler-plugin.java-release} + + + + com.github.bsideup.jabel + jabel-javac-plugin + 0.4.2 + + + + true + false + true + true + + ${maven-compiler-plugin.compilerArgs} + + + ${maven-compiler-plugin.excludes} + + + + + + com.github.spotbugs + spotbugs-maven-plugin + 4.6.0.0 + + + + check + + verify + + + + false + false + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire.version} + + --enable-preview --add-exports org.junit.platform.commons/org.junit.platform.commons.util=ALL-UNNAMED --add-exports org.junit.platform.commons/org.junit.platform.commons.logging=ALL-UNNAMED + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 3.2.2 + + + org.apache.maven.plugins + maven-surefire-report-plugin + ${maven-surefire.version} + + + + org.codehaus.mojo + license-maven-plugin + 2.0.0 + + + download + prepare-package + + download-licenses + + + ${project.build.directory}/classes/licenses + ${project.build.directory}/classes/licenses.xml + + + + headers + process-sources + + check-file-header + + + + + + src/main/java + src/test/java + + + **/*.java + + ${main.basedir}/epl_v2-template.java + + epl_v2 + false + true + true + hohenegger.eu + Max Hohenegger <eclipse@hohenegger.eu> + + 2020 + false + + false + + ^(org\.eclipse\.) + + + + +