2021-08-01 14:27:44 -07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2021-08-02 15:08:30 +05:30
|
|
|
<!--
|
2021-12-01 12:46:28 +05:30
|
|
|
~ Copyright 2021 Collate
|
|
|
|
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
~ you may not use this file except in compliance with the License.
|
|
|
|
~ You may obtain a copy of the License at
|
|
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
~ Unless required by applicable law or agreed to in writing, software
|
|
|
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
~ See the License for the specific language governing permissions and
|
|
|
|
~ limitations under the License.
|
|
|
|
-->
|
2021-08-02 15:08:30 +05:30
|
|
|
|
2021-08-01 14:27:44 -07:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
2022-06-28 11:10:07 +05:30
|
|
|
<groupId>org.open-metadata</groupId>
|
2022-09-14 23:14:02 -07:00
|
|
|
<artifactId>platform</artifactId>
|
|
|
|
<name>OpenMetadata-Platform</name>
|
|
|
|
<description> is an all-in-one platform for data discovery, data lineage, data quality, observability, governance,
|
|
|
|
and team collaboration. It is one of the fastest growing open-source projects with a vibrant community and
|
|
|
|
adoption by a diverse set of companies in a variety of industry verticals. Powered by a centralized metadata store
|
|
|
|
based on Open Metadata Standards/APIs, supporting connectors to a wide range of data services,
|
|
|
|
OpenMetadata enables end-to-end metadata management, giving you the freedom to unlock the value of your data assets.
|
|
|
|
</description>
|
2023-05-15 10:42:29 +05:30
|
|
|
<version>1.1.0-SNAPSHOT</version>
|
2022-07-06 13:06:49 +05:30
|
|
|
<url>https://github.com/open-metadata/OpenMetadata</url>
|
2021-08-01 14:27:44 -07:00
|
|
|
<modules>
|
2022-09-14 23:14:02 -07:00
|
|
|
<module>openmetadata-spec</module>
|
2023-01-30 11:47:30 -08:00
|
|
|
<module>common</module>
|
2022-09-14 23:14:02 -07:00
|
|
|
<module>openmetadata-service</module>
|
2021-11-23 23:48:54 -08:00
|
|
|
<module>openmetadata-ui</module>
|
|
|
|
<module>openmetadata-dist</module>
|
2022-07-06 13:06:49 +05:30
|
|
|
<module>openmetadata-clients</module>
|
2021-08-01 14:27:44 -07:00
|
|
|
</modules>
|
|
|
|
<packaging>pom</packaging>
|
2022-07-06 13:06:49 +05:30
|
|
|
|
|
|
|
<licenses>
|
|
|
|
<license>
|
|
|
|
<name>The Apache License, Version 2.0</name>
|
|
|
|
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
|
|
|
</license>
|
|
|
|
</licenses>
|
|
|
|
|
2021-08-01 14:27:44 -07:00
|
|
|
<scm>
|
2021-08-02 16:05:59 -07:00
|
|
|
<connection>scm:git:git@github.com:Open-Metadata/OpenMetadata</connection>
|
|
|
|
<developerConnection>scm:git:git@github.com:Open-Metadata/OpenMetadata</developerConnection>
|
|
|
|
<url>scm:git:git@github.com:Open-Metadata/OpenMetadata</url>
|
2021-08-01 14:27:44 -07:00
|
|
|
</scm>
|
|
|
|
|
2022-07-06 13:06:49 +05:30
|
|
|
<developers>
|
|
|
|
<developer>
|
|
|
|
<name>OpenMetadata</name>
|
|
|
|
<email>openmetadata@getcollate.io</email>
|
|
|
|
<organization>Get Collate</organization>
|
|
|
|
<organizationUrl>https://getcollate.io/</organizationUrl>
|
|
|
|
</developer>
|
|
|
|
</developers>
|
|
|
|
|
|
|
|
<distributionManagement>
|
|
|
|
<snapshotRepository>
|
|
|
|
<id>ossrh</id>
|
|
|
|
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
|
|
|
|
</snapshotRepository>
|
|
|
|
<repository>
|
|
|
|
<id>ossrh</id>
|
|
|
|
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
|
|
|
</repository>
|
|
|
|
</distributionManagement>
|
|
|
|
|
2021-08-01 14:27:44 -07:00
|
|
|
<properties>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
2023-04-12 06:49:56 -07:00
|
|
|
<mockito.version>5.2.0</mockito.version>
|
2022-12-30 15:20:44 -08:00
|
|
|
<!-- Upgrading slf4j causes dropwizard issues -->
|
2022-02-17 23:37:50 -08:00
|
|
|
<slf4j.version>1.7.36</slf4j.version>
|
2023-05-19 19:47:25 +02:00
|
|
|
<jackson.version>2.15.0</jackson.version>
|
2023-04-12 06:49:56 -07:00
|
|
|
<jackson-databind.version>2.14.2</jackson-databind.version>
|
|
|
|
<dropwizard.version>2.1.6</dropwizard.version>
|
2022-12-09 12:30:45 +05:30
|
|
|
<diffMatch.version>1.0</diffMatch.version>
|
2023-04-12 06:49:56 -07:00
|
|
|
<jersey-bom.version>2.39.1</jersey-bom.version>
|
2021-08-01 14:27:44 -07:00
|
|
|
<javax.ws.rs-api.version>2.1.1</javax.ws.rs-api.version>
|
|
|
|
<!-- update from here -->
|
|
|
|
<javax.servlet-api.version>3.1.0</javax.servlet-api.version>
|
2022-10-04 09:30:05 -07:00
|
|
|
<maven-dependency-plugin.version>3.3.0</maven-dependency-plugin.version>
|
|
|
|
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
|
|
|
|
<maven-surefire.version>3.0.0-M7</maven-surefire.version>
|
|
|
|
<maven-javadoc-plugin.version>3.4.1</maven-javadoc-plugin.version>
|
|
|
|
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
|
2021-11-17 11:24:19 -08:00
|
|
|
<jakarta.version>3.0.2</jakarta.version>
|
|
|
|
<jaxb.version>3.0.2</jaxb.version>
|
2021-08-01 14:27:44 -07:00
|
|
|
<wiremock-standalone.version>2.15.0</wiremock-standalone.version>
|
2022-10-24 09:20:51 -07:00
|
|
|
<jacoco-plugin.version>0.8.8</jacoco-plugin.version>
|
2023-04-12 06:49:56 -07:00
|
|
|
<jdbi3.version>3.37.1</jdbi3.version>
|
2021-11-17 11:24:19 -08:00
|
|
|
<commons-cli.version>1.5.0</commons-cli.version>
|
|
|
|
<commons-io.version>2.11.0</commons-io.version>
|
2023-04-12 06:49:56 -07:00
|
|
|
<flyway.version>9.16.3</flyway.version>
|
|
|
|
<redshift-jdbc.version>2.1.0.13</redshift-jdbc.version>
|
2023-02-06 12:41:10 -08:00
|
|
|
<gson.version>2.10.1</gson.version>
|
|
|
|
<mysql.connector.version>8.0.32</mysql.connector.version>
|
2023-04-12 06:49:56 -07:00
|
|
|
<postgres.connector.version>42.6.0</postgres.connector.version>
|
2022-08-18 16:13:04 -07:00
|
|
|
<jsonschema2pojo.version>1.1.2</jsonschema2pojo.version>
|
2021-08-01 14:27:44 -07:00
|
|
|
<commons-lang.version>2.6</commons-lang.version>
|
2023-04-12 06:49:56 -07:00
|
|
|
<lombok.version>1.18.26</lombok.version>
|
|
|
|
<tomcat-jdbc.version>10.1.7</tomcat-jdbc.version>
|
2023-06-26 06:52:21 +02:00
|
|
|
<resilience4j.version>1.7.0</resilience4j.version>
|
2022-02-28 19:45:37 -08:00
|
|
|
<!-- We need ElasticSearch client to be compatible with both ElasticSearch and AWS OpenSearch
|
2022-03-03 20:06:04 -08:00
|
|
|
This compatibility broken in 7.14, so lets keep this version pinned to 7.13.x
|
2022-02-28 19:45:37 -08:00
|
|
|
-->
|
2023-06-29 16:03:51 +05:30
|
|
|
<elasticsearch.version>7.16.3</elasticsearch.version>
|
2023-06-22 16:55:05 +05:30
|
|
|
<opensearch.version>1.3.0</opensearch.version>
|
2022-01-04 09:21:48 -08:00
|
|
|
<httpasyncclient.version>4.1.5</httpasyncclient.version>
|
2023-04-12 06:49:56 -07:00
|
|
|
<openapiswagger.version>2.2.9</openapiswagger.version>
|
2021-08-01 14:27:44 -07:00
|
|
|
<spring-security-kerberos-core.version>1.0.1.RELEASE</spring-security-kerberos-core.version>
|
2022-12-30 15:20:44 -08:00
|
|
|
<httpclient.version>4.5.14</httpclient.version>
|
|
|
|
<!-- Upgrading to spring version 6.x requires Java 17 -->
|
2023-05-03 08:35:56 -07:00
|
|
|
<spring.version>5.3.27</spring.version>
|
2023-04-12 06:49:56 -07:00
|
|
|
<log4j.version>2.20.0</log4j.version>
|
2023-02-06 12:41:10 -08:00
|
|
|
<org.junit.jupiter.version>5.9.2</org.junit.jupiter.version>
|
2023-04-12 06:49:56 -07:00
|
|
|
<dropwizard-health.version>1.7.3</dropwizard-health.version>
|
2022-02-17 23:37:50 -08:00
|
|
|
<fernet.version>1.5.0</fernet.version>
|
2022-04-14 10:18:54 +02:00
|
|
|
<!-- 4.9.3 uses esnext instead of commonjs and it requires changes on how we run Jest tests -->
|
|
|
|
<!-- upgrade only when we find how to import esnext modules in nodejs -->
|
2023-04-12 06:49:56 -07:00
|
|
|
<antlr.version>4.12.0</antlr.version>
|
2021-12-30 17:31:25 +01:00
|
|
|
|
|
|
|
<!-- sonar -Dsonar.login=XXX -->
|
|
|
|
<sonar.projectKey>open-metadata_OpenMetadata</sonar.projectKey>
|
|
|
|
<sonar.moduleKey>${project.artifactId}</sonar.moduleKey>
|
2021-12-23 11:05:50 -08:00
|
|
|
<sonar.organization>open-metadata</sonar.organization>
|
|
|
|
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
|
2021-12-30 17:31:25 +01:00
|
|
|
<sonar.working.directory>target/sonar</sonar.working.directory>
|
2022-10-04 09:30:05 -07:00
|
|
|
<maven.sonar-plugin.version>3.9.1.2184</maven.sonar-plugin.version>
|
2021-12-30 17:31:25 +01:00
|
|
|
<sonar.language>java</sonar.language>
|
|
|
|
<sonar.skip>false</sonar.skip>
|
|
|
|
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
|
2022-08-18 16:13:04 -07:00
|
|
|
<testng.version>7.6.1</testng.version>
|
2022-12-30 15:20:44 -08:00
|
|
|
<!-- Micrometer upgrade to 3.x requires Dropwizard > 3.x -->
|
|
|
|
<dropwizard-micrometer.version>2.0.9</dropwizard-micrometer.version>
|
2023-04-12 06:49:56 -07:00
|
|
|
<json-schema-validator.version>1.0.79</json-schema-validator.version>
|
|
|
|
<java-jwt.version>4.4.0</java-jwt.version>
|
|
|
|
<jwks-rsa.version>0.22.0</jwks-rsa.version>
|
2022-07-30 15:23:18 -07:00
|
|
|
<jjwt.version>0.9.1</jjwt.version>
|
|
|
|
<rerunner-jupiter.version>2.1.6</rerunner-jupiter.version>
|
2023-02-06 12:41:10 -08:00
|
|
|
<freemarker.version>2.3.32</freemarker.version>
|
2023-04-12 06:49:56 -07:00
|
|
|
<passay.version>1.6.3</passay.version>
|
|
|
|
<bcrypt.version>0.10.2</bcrypt.version>
|
|
|
|
<simplejavamail.version>8.0.1</simplejavamail.version>
|
2022-09-19 11:38:45 +05:30
|
|
|
<dropwizardkafka.version>1.8.0</dropwizardkafka.version>
|
2022-10-24 09:20:51 -07:00
|
|
|
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
|
2023-04-12 06:49:56 -07:00
|
|
|
<unboundsdk.version>6.0.8</unboundsdk.version>
|
2023-04-05 07:50:12 -07:00
|
|
|
<dropwizard-web.version>1.5.1</dropwizard-web.version>
|
2023-05-18 05:08:05 +05:30
|
|
|
<snakeyaml.version>2.0</snakeyaml.version>
|
|
|
|
<woodstox.version>5.4.0</woodstox.version>
|
2023-06-06 00:55:14 +05:30
|
|
|
<slack.version>1.29.2</slack.version>
|
2021-08-01 14:27:44 -07:00
|
|
|
</properties>
|
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
2022-04-12 20:40:00 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.antlr</groupId>
|
|
|
|
<artifactId>antlr4-runtime</artifactId>
|
|
|
|
<version>${antlr.version}</version>
|
|
|
|
</dependency>
|
2022-03-03 20:06:04 -08:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.glassfish.jersey</groupId>
|
|
|
|
<artifactId>jersey-bom</artifactId>
|
|
|
|
<version>${jersey-bom.version}</version>
|
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
|
|
|
</dependency>
|
2022-02-08 09:50:39 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.macasaet.fernet</groupId>
|
|
|
|
<artifactId>fernet-java8</artifactId>
|
|
|
|
<version>${fernet.version}</version>
|
|
|
|
</dependency>
|
2021-08-01 14:27:44 -07:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-annotations</artifactId>
|
|
|
|
<version>${jackson.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-core</artifactId>
|
|
|
|
<version>${jackson.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
2022-10-24 10:25:45 -07:00
|
|
|
<version>${jackson-databind.version}</version>
|
2021-08-01 14:27:44 -07:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.dropwizard</groupId>
|
|
|
|
<artifactId>dropwizard-core</artifactId>
|
|
|
|
<version>${dropwizard.version}</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>log4j-over-slf4j</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.dropwizard</groupId>
|
|
|
|
<artifactId>dropwizard-assets</artifactId>
|
|
|
|
<version>${dropwizard.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.dropwizard</groupId>
|
|
|
|
<artifactId>dropwizard-client</artifactId>
|
|
|
|
<version>${dropwizard.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.dropwizard</groupId>
|
|
|
|
<artifactId>dropwizard-testing</artifactId>
|
|
|
|
<version>${dropwizard.version}</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2022-04-22 15:14:16 -07:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.awaitility</groupId>
|
|
|
|
<artifactId>awaitility</artifactId>
|
|
|
|
<version>4.2.0</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2021-10-20 14:21:24 -07:00
|
|
|
<dependency>
|
|
|
|
<groupId>io.dropwizard</groupId>
|
|
|
|
<artifactId>dropwizard-jdbi3</artifactId>
|
2022-12-30 15:20:44 -08:00
|
|
|
<version>${dropwizard.version}</version>
|
2021-10-20 14:21:24 -07:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jdbi</groupId>
|
|
|
|
<artifactId>jdbi3-core</artifactId>
|
|
|
|
<version>${jdbi3.version}</version>
|
|
|
|
</dependency>
|
2023-04-05 07:50:12 -07:00
|
|
|
<dependency>
|
|
|
|
<groupId>io.dropwizard.modules</groupId>
|
|
|
|
<artifactId>dropwizard-web</artifactId>
|
|
|
|
<version>${dropwizard-web.version}</version>
|
|
|
|
</dependency>
|
2021-08-01 14:27:44 -07:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-cli</groupId>
|
|
|
|
<artifactId>commons-cli</artifactId>
|
|
|
|
<version>${commons-cli.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
<version>${commons-io.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.flywaydb</groupId>
|
|
|
|
<artifactId>flyway-maven-plugin</artifactId>
|
|
|
|
<version>${flyway.version}</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>mysql</groupId>
|
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
|
|
<version>${mysql.connector.version}</version>
|
2022-02-06 14:42:14 -08:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.google.protobuf</groupId>
|
|
|
|
<artifactId>protobuf-java</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2021-08-01 14:27:44 -07:00
|
|
|
</dependency>
|
2022-07-22 14:01:27 -07:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.flywaydb</groupId>
|
|
|
|
<artifactId>flyway-mysql</artifactId>
|
2022-12-30 15:20:44 -08:00
|
|
|
<version>${flyway.version}</version>
|
2022-07-22 14:01:27 -07:00
|
|
|
</dependency>
|
2022-04-27 18:58:44 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.postgresql</groupId>
|
|
|
|
<artifactId>postgresql</artifactId>
|
|
|
|
<version>${postgres.connector.version}</version>
|
|
|
|
</dependency>
|
2021-08-01 14:27:44 -07:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.code.gson</groupId>
|
|
|
|
<artifactId>gson</artifactId>
|
|
|
|
<version>${gson.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.elasticsearch.client</groupId>
|
|
|
|
<artifactId>elasticsearch-rest-high-level-client</artifactId>
|
|
|
|
<version>${elasticsearch.version}</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.lucene</groupId>
|
|
|
|
<artifactId>lucene-analyzers-common</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.lucene</groupId>
|
|
|
|
<artifactId>lucene-backward-codecs</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.lucene</groupId>
|
|
|
|
<artifactId>lucene-grouping</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.lucene</groupId>
|
|
|
|
<artifactId>lucene-memory</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.lucene</groupId>
|
|
|
|
<artifactId>lucene-spatial</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.lucene</groupId>
|
|
|
|
<artifactId>lucene-spatial-extras</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.lucene</groupId>
|
|
|
|
<artifactId>lucene-spatial3d</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.lucene</groupId>
|
|
|
|
<artifactId>lucene-suggest</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
2023-06-22 16:55:05 +05:30
|
|
|
<dependency>
|
|
|
|
<groupId>org.opensearch.client</groupId>
|
|
|
|
<artifactId>opensearch-rest-high-level-client</artifactId>
|
|
|
|
<version>${opensearch.version}</version>
|
|
|
|
</dependency>
|
2021-08-01 14:27:44 -07:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
<artifactId>httpasyncclient</artifactId>
|
|
|
|
<version>${httpasyncclient.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.swagger.core.v3</groupId>
|
|
|
|
<artifactId>swagger-core</artifactId>
|
|
|
|
<version>${openapiswagger.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.swagger.core.v3</groupId>
|
|
|
|
<artifactId>swagger-jaxrs2</artifactId>
|
|
|
|
<version>${openapiswagger.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.swagger.core.v3</groupId>
|
|
|
|
<artifactId>swagger-integration</artifactId>
|
|
|
|
<version>${openapiswagger.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.swagger.core.v3</groupId>
|
|
|
|
<artifactId>swagger-annotations</artifactId>
|
|
|
|
<version>${openapiswagger.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.security.kerberos</groupId>
|
|
|
|
<artifactId>spring-security-kerberos-core</artifactId>
|
|
|
|
<version>${spring-security-kerberos-core.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
<artifactId>httpclient</artifactId>
|
|
|
|
<version>${httpclient.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-core</artifactId>
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
</dependency>
|
2022-05-27 03:09:13 -07:00
|
|
|
<dependency>
|
|
|
|
<groupId>io.github.maksymdolgykh.dropwizard</groupId>
|
|
|
|
<artifactId>dropwizard-micrometer-core</artifactId>
|
|
|
|
<version>${dropwizard-micrometer.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.github.maksymdolgykh.dropwizard</groupId>
|
|
|
|
<artifactId>dropwizard-micrometer-jdbi</artifactId>
|
|
|
|
<version>${dropwizard-micrometer.version}</version>
|
|
|
|
</dependency>
|
2021-08-01 14:27:44 -07:00
|
|
|
<!-- API, java.xml.bind module -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>jakarta.xml.bind</groupId>
|
|
|
|
<artifactId>jakarta.xml.bind-api</artifactId>
|
2022-12-30 15:20:44 -08:00
|
|
|
<version>4.0.0</version>
|
2021-08-01 14:27:44 -07:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Runtime, com.sun.xml.bind module -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.glassfish.jaxb</groupId>
|
|
|
|
<artifactId>jaxb-runtime</artifactId>
|
|
|
|
<version>${jaxb.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!--Test dependencies-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-core</artifactId>
|
|
|
|
<version>${mockito.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-all</artifactId>
|
|
|
|
<version>2.0.2-beta</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2022-05-26 19:08:56 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-inline</artifactId>
|
|
|
|
<version>${mockito.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-junit-jupiter</artifactId>
|
|
|
|
<version>${mockito.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2021-08-01 14:27:44 -07:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.amazon.redshift</groupId>
|
|
|
|
<artifactId>redshift-jdbc42</artifactId>
|
|
|
|
<version>${redshift-jdbc.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
<version>${slf4j.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-simple</artifactId>
|
|
|
|
<version>${slf4j.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
<artifactId>lombok</artifactId>
|
|
|
|
<version>${lombok.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.tomcat</groupId>
|
|
|
|
<artifactId>tomcat-jdbc</artifactId>
|
|
|
|
<version>${tomcat-jdbc.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.dropwizard.modules</groupId>
|
|
|
|
<artifactId>dropwizard-health</artifactId>
|
|
|
|
<version>${dropwizard-health.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.junit.jupiter</groupId>
|
|
|
|
<artifactId>junit-jupiter-engine</artifactId>
|
|
|
|
<version>${org.junit.jupiter.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2023-06-26 06:52:21 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>io.github.resilience4j</groupId>
|
|
|
|
<artifactId>resilience4j-retry</artifactId>
|
|
|
|
<version>${resilience4j.version}</version>
|
|
|
|
</dependency>
|
2021-08-01 14:27:44 -07:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.reflections</groupId>
|
|
|
|
<artifactId>reflections</artifactId>
|
2021-11-17 11:24:19 -08:00
|
|
|
<!-- Can't be upgraded to the latest -->
|
2021-08-01 14:27:44 -07:00
|
|
|
<version>0.9.11</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
<artifactId>log4j-core</artifactId>
|
2022-08-18 16:13:04 -07:00
|
|
|
<version>${log4j.version}</version>
|
2021-08-01 14:27:44 -07:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
<artifactId>log4j-api</artifactId>
|
2022-08-18 16:13:04 -07:00
|
|
|
<version>${log4j.version}</version>
|
2021-08-01 14:27:44 -07:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.wix</groupId>
|
|
|
|
<artifactId>wix-embedded-mysql</artifactId>
|
2022-04-18 11:41:23 -07:00
|
|
|
<version>4.6.2</version>
|
2021-08-01 14:27:44 -07:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<!-- JSON-P: Java API for JSON Processing (JSR 374) -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.json</groupId>
|
|
|
|
<artifactId>javax.json-api</artifactId>
|
|
|
|
<version>1.1.4</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Apache Johnzon: Implementation of the Java API for JSON Processing (JSR 374) -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.johnzon</groupId>
|
|
|
|
<artifactId>johnzon-core</artifactId>
|
2022-10-04 09:30:05 -07:00
|
|
|
<version>1.2.19</version>
|
2021-08-01 14:27:44 -07:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.datatype</groupId>
|
|
|
|
<artifactId>jackson-datatype-jsr353</artifactId>
|
2021-11-17 11:24:19 -08:00
|
|
|
<version>${jackson.version}</version>
|
2021-08-01 14:27:44 -07:00
|
|
|
</dependency>
|
2021-12-23 11:26:00 -08:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.lmax</groupId>
|
|
|
|
<artifactId>disruptor</artifactId>
|
|
|
|
<version>3.4.4</version>
|
|
|
|
</dependency>
|
2022-07-29 12:14:23 +02:00
|
|
|
|
|
|
|
<!-- avoid security issue https://security.snyk.io/vuln/SNYK-JAVA-ORGECLIPSEJETTY-1090340 -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-io</artifactId>
|
2022-12-30 15:20:44 -08:00
|
|
|
<!-- 9.x required for Dropwizard 2.1.x -->
|
|
|
|
<version>9.4.50.v20221201</version>
|
2022-07-29 12:14:23 +02:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- avoid security issue https://security.snyk.io/vuln/SNYK-JAVA-ORGGLASSFISH-1297098 -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.glassfish</groupId>
|
|
|
|
<artifactId>jakarta.el</artifactId>
|
|
|
|
<version>3.0.4</version>
|
|
|
|
</dependency>
|
2022-07-29 14:29:58 +02:00
|
|
|
|
|
|
|
<!-- avoid security issue https://security.snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONDATAFORMAT-1047329 -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.dataformat</groupId>
|
|
|
|
<artifactId>jackson-dataformat-cbor</artifactId>
|
2023-04-12 06:49:56 -07:00
|
|
|
<version>2.14.2</version>
|
2022-07-29 14:29:58 +02:00
|
|
|
</dependency>
|
2022-10-27 16:21:30 +02:00
|
|
|
|
|
|
|
<!-- avoid security issue https://security.snyk.io/vuln/SNYK-JAVA-ORGYAML-2806360 -->
|
2021-08-01 14:27:44 -07:00
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<releases>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</releases>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</snapshots>
|
|
|
|
<id>central</id>
|
|
|
|
<url>https://repo1.maven.org/maven2/</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<releases>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</releases>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</snapshots>
|
|
|
|
<id>clojars</id>
|
|
|
|
<url>https://repository.apache.org/content/repositories/snapshots/</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<releases>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</releases>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</snapshots>
|
|
|
|
<id>aws-redshift</id>
|
2022-08-01 16:41:02 +02:00
|
|
|
<url>https://s3.amazonaws.com/redshift-maven-repository/release</url>
|
2021-08-01 14:27:44 -07:00
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
<profiles>
|
2021-12-30 17:31:25 +01:00
|
|
|
|
|
|
|
<profile> <!-- run SCA -->
|
|
|
|
<id>static-code-analysis</id>
|
|
|
|
<activation>
|
2023-04-03 13:03:48 -07:00
|
|
|
<property>
|
|
|
|
<name>!skipCodeAnalysis</name>
|
|
|
|
</property>
|
2021-12-30 17:31:25 +01:00
|
|
|
</activation>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.jacoco</groupId>
|
|
|
|
<artifactId>jacoco-maven-plugin</artifactId>
|
2022-10-24 09:20:51 -07:00
|
|
|
<version>${jacoco-plugin.version}</version>
|
2021-12-30 17:31:25 +01:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>prepare-agent</id>
|
|
|
|
<goals>
|
|
|
|
<goal>prepare-agent</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>report</id>
|
|
|
|
<phase>verify</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>report</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.sonarsource.scanner.maven</groupId>
|
|
|
|
<artifactId>sonar-maven-plugin</artifactId>
|
2022-10-24 09:20:51 -07:00
|
|
|
<version>${maven.sonar-plugin.version}</version>
|
2021-12-30 17:31:25 +01:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>sonar-verify-execution</id>
|
|
|
|
<phase>verify</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>sonar</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
|
2023-01-03 11:18:29 +05:30
|
|
|
<profile>
|
|
|
|
<id>release</id>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
|
|
<version>${maven-source-plugin.version}</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>attach-sources</id>
|
|
|
|
<goals>
|
|
|
|
<goal>jar-no-fork</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<version>${maven-javadoc-plugin.version}</version>
|
|
|
|
<configuration>
|
|
|
|
<doclint>none</doclint>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>attach-javadocs</id>
|
|
|
|
<goals>
|
|
|
|
<goal>jar</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-gpg-plugin</artifactId>
|
|
|
|
<version>3.0.1</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>sign-artifacts</id>
|
|
|
|
<phase>verify</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>sign</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<gpgArguments>
|
|
|
|
<arg>--pinentry-mode</arg>
|
|
|
|
<arg>loopback</arg>
|
|
|
|
</gpgArguments>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
|
2021-08-01 14:27:44 -07:00
|
|
|
</profiles>
|
|
|
|
<reporting>
|
|
|
|
<plugins>
|
2021-12-30 17:31:25 +01:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jxr-plugin</artifactId>
|
2022-10-04 09:30:05 -07:00
|
|
|
<version>3.3.0</version>
|
2021-12-30 17:31:25 +01:00
|
|
|
</plugin>
|
2021-08-01 14:27:44 -07:00
|
|
|
</plugins>
|
2022-04-18 11:41:23 -07:00
|
|
|
</reporting>
|
2021-08-01 14:27:44 -07:00
|
|
|
<build>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
2022-10-30 15:46:27 -07:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
|
|
|
<version>3.1.0</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>enforce-maven</id>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<requireMavenVersion>
|
|
|
|
<version>3.8</version>
|
|
|
|
</requireMavenVersion>
|
|
|
|
</rules>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-clean-plugin</artifactId>
|
|
|
|
<version>3.2.0</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-deploy-plugin</artifactId>
|
|
|
|
<version>3.0.0</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-install-plugin</artifactId>
|
|
|
|
<version>3.0.1</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
|
|
<version>3.1.0</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
|
<version>3.4.2</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>io.openapitools.swagger</groupId>
|
|
|
|
<artifactId>swagger-maven-plugin</artifactId>
|
|
|
|
<version>2.1.6</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-site-plugin</artifactId>
|
|
|
|
<version>3.12.1</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
|
|
<version>${maven-dependency-plugin.version}</version>
|
|
|
|
</plugin>
|
2021-12-23 19:22:47 -08:00
|
|
|
<plugin>
|
|
|
|
<groupId>com.theoryinpractise</groupId>
|
|
|
|
<artifactId>googleformatter-maven-plugin</artifactId>
|
2022-10-30 15:46:27 -07:00
|
|
|
<version>1.7.5</version>
|
2021-12-23 19:22:47 -08:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>reformat-sources</id>
|
|
|
|
<configuration>
|
|
|
|
<includeStale>false</includeStale>
|
|
|
|
<style>GOOGLE</style>
|
|
|
|
<formatMain>true</formatMain>
|
|
|
|
<formatTest>true</formatTest>
|
|
|
|
<filterModified>false</filterModified>
|
|
|
|
<skip>false</skip>
|
|
|
|
<fixImports>true</fixImports>
|
|
|
|
<maxLineLength>120</maxLineLength>
|
|
|
|
</configuration>
|
|
|
|
<goals>
|
|
|
|
<goal>format</goal>
|
|
|
|
</goals>
|
|
|
|
<phase>process-sources</phase>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2021-12-16 07:13:50 -08:00
|
|
|
<plugin>
|
2021-08-01 14:27:44 -07:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
2022-10-24 09:20:51 -07:00
|
|
|
<version>3.2.0</version>
|
2021-08-01 14:27:44 -07:00
|
|
|
<configuration>
|
|
|
|
<configLocation>./checkstyle/checkstyle.xml</configLocation>
|
2021-08-05 15:49:59 -07:00
|
|
|
<includeTestSourceDirectory>true</includeTestSourceDirectory>
|
2021-08-01 14:27:44 -07:00
|
|
|
</configuration>
|
2021-12-16 07:13:50 -08:00
|
|
|
</plugin>
|
2021-08-01 14:27:44 -07:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
2022-10-24 09:20:51 -07:00
|
|
|
<version>${maven-release-plugin.version}</version>
|
2021-08-01 14:27:44 -07:00
|
|
|
<configuration>
|
|
|
|
<arguments>-Dgpg.passphrase=${gpg.passphrase}</arguments>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
2022-10-24 09:20:51 -07:00
|
|
|
<version>3.10.1</version>
|
2021-08-01 14:27:44 -07:00
|
|
|
<configuration>
|
|
|
|
<source>11</source>
|
|
|
|
<target>11</target>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
|
<version>${maven-jar-plugin.version}</version>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<!-- Test plugins -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<version>${maven-surefire.version}</version>
|
2021-11-06 13:28:19 +05:30
|
|
|
<configuration>
|
|
|
|
<includes>
|
2022-09-14 23:14:02 -07:00
|
|
|
<include>org.openmetadata.service.resources.**.*.java</include>
|
|
|
|
<include>org.openmetadata.service.util.*.java</include>
|
|
|
|
<include>org.openmetadata.service.EnumBackwardCompatibilityTest</include>
|
2021-11-06 13:28:19 +05:30
|
|
|
</includes>
|
|
|
|
</configuration>
|
2021-08-01 14:27:44 -07:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-failsafe-plugin</artifactId>
|
|
|
|
<version>${maven-surefire.version}</version>
|
|
|
|
<configuration>
|
|
|
|
<includes>
|
|
|
|
<include>**/*IT</include>
|
|
|
|
</includes>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>integration-test</goal>
|
|
|
|
<goal>verify</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-report-plugin</artifactId>
|
|
|
|
<version>${maven-surefire.version}</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.jacoco</groupId>
|
|
|
|
<artifactId>jacoco-maven-plugin</artifactId>
|
|
|
|
<version>${jacoco-plugin.version}</version>
|
|
|
|
</plugin>
|
2021-12-30 17:31:25 +01:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.sonarsource.scanner.maven</groupId>
|
|
|
|
<artifactId>sonar-maven-plugin</artifactId>
|
|
|
|
<version>${maven.sonar-plugin.version}</version>
|
|
|
|
</plugin>
|
2021-08-01 14:27:44 -07:00
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
|
|
|
|
<plugins>
|
2022-10-30 15:46:27 -07:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>enforce-maven</id>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<requireMavenVersion>
|
|
|
|
<version>3.3</version>
|
|
|
|
</requireMavenVersion>
|
|
|
|
</rules>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-clean-plugin</artifactId>
|
|
|
|
<version>3.2.0</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-deploy-plugin</artifactId>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-install-plugin</artifactId>
|
|
|
|
</plugin>
|
2021-08-01 14:27:44 -07:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
2022-10-24 09:20:51 -07:00
|
|
|
<version>${maven-release-plugin.version}</version>
|
2021-08-01 14:27:44 -07:00
|
|
|
<configuration>
|
|
|
|
<autoVersionSubmodules>true</autoVersionSubmodules>
|
|
|
|
<tagNameFormat>v@{project.version}</tagNameFormat>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>versions-maven-plugin</artifactId>
|
2022-10-30 15:46:27 -07:00
|
|
|
<version>2.13.0</version>
|
2021-08-01 14:27:44 -07:00
|
|
|
<configuration>
|
|
|
|
<generateBackupPoms>false</generateBackupPoms>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.sonatype.plugins</groupId>
|
|
|
|
<artifactId>nexus-staging-maven-plugin</artifactId>
|
2022-07-06 13:06:49 +05:30
|
|
|
<version>1.6.13</version>
|
2021-08-01 14:27:44 -07:00
|
|
|
<extensions>true</extensions>
|
|
|
|
<configuration>
|
|
|
|
<serverId>ossrh</serverId>
|
2022-07-06 13:06:49 +05:30
|
|
|
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
|
|
|
|
<autoReleaseAfterClose>true</autoReleaseAfterClose>
|
2021-08-01 14:27:44 -07:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2022-12-30 15:20:44 -08:00
|
|
|
</project>
|