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>
|
|
|
|
|
|
|
|
<groupId>org.openmetadata</groupId>
|
|
|
|
<artifactId>catalog</artifactId>
|
2021-11-15 19:03:32 -08:00
|
|
|
<version>0.7.0-SNAPSHOT</version>
|
2021-08-01 14:27:44 -07:00
|
|
|
<modules>
|
|
|
|
<module>common</module>
|
|
|
|
<module>catalog-rest-service</module>
|
2021-11-23 23:48:54 -08:00
|
|
|
<module>openmetadata-ui</module>
|
|
|
|
<module>openmetadata-dist</module>
|
2021-08-01 14:27:44 -07:00
|
|
|
</modules>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<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>
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
2021-11-17 11:24:19 -08:00
|
|
|
<mockito.version>4.0.0</mockito.version>
|
2021-08-01 14:27:44 -07:00
|
|
|
<slf4j.version>1.7.31</slf4j.version>
|
2021-11-17 11:24:19 -08:00
|
|
|
<jackson.version>2.13.0</jackson.version>
|
|
|
|
<dropwizard.version>2.0.25</dropwizard.version>
|
2021-10-20 14:21:24 -07:00
|
|
|
<dropwizard-jdbi3.version>2.0.25</dropwizard-jdbi3.version>
|
2021-08-01 14:27:44 -07:00
|
|
|
<jersey-media-multipart.version>2.33</jersey-media-multipart.version>
|
|
|
|
<jersey-client.version>2.33</jersey-client.version>
|
|
|
|
<jersey-media-json-jackson.version>2.33</jersey-media-json-jackson.version>
|
|
|
|
<ambari-metrics-common.version>2.6.1.0.0</ambari-metrics-common.version>
|
|
|
|
<google-guice.version>5.0.1</google-guice.version>
|
|
|
|
<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>
|
|
|
|
<maven-jar-plugin.version>3.0.2</maven-jar-plugin.version>
|
|
|
|
<maven-surefire.version>3.0.0-M5</maven-surefire.version>
|
|
|
|
<maven-shade-plugin.version>2.4.1</maven-shade-plugin.version>
|
|
|
|
<maven-javadoc-plugin.version>2.10.3</maven-javadoc-plugin.version>
|
|
|
|
<maven-src-plugin.version>2.2.1</maven-src-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>
|
|
|
|
<jacoco-plugin.version>0.8.6</jacoco-plugin.version>
|
2021-11-17 11:24:19 -08:00
|
|
|
<jdbi3.version>3.24.1</jdbi3.version>
|
|
|
|
<commons-cli.version>1.5.0</commons-cli.version>
|
|
|
|
<commons-io.version>2.11.0</commons-io.version>
|
|
|
|
<flyway.version>8.0.4</flyway.version>
|
|
|
|
<redshift-jdbc.version>2.1.0.2</redshift-jdbc.version>
|
|
|
|
<gson.version>2.8.9</gson.version>
|
|
|
|
<mysql.connector.version>8.0.27</mysql.connector.version>
|
2021-08-01 14:27:44 -07:00
|
|
|
<jsonschema2pojo.version>1.1.1</jsonschema2pojo.version>
|
|
|
|
<commons-lang.version>2.6</commons-lang.version>
|
2021-11-17 11:24:19 -08:00
|
|
|
<lombok.version>1.18.22</lombok.version>
|
2021-08-01 14:27:44 -07:00
|
|
|
<tomcat-jdbc.version>10.0.8</tomcat-jdbc.version>
|
|
|
|
<elasticsearch.version>7.13.2</elasticsearch.version>
|
|
|
|
<httpasyncclient.version>4.1.4</httpasyncclient.version>
|
2021-11-17 11:24:19 -08:00
|
|
|
<openapiswagger.version>2.1.11</openapiswagger.version>
|
2021-08-01 14:27:44 -07:00
|
|
|
<nimbus-jose-jwt.version>7.9</nimbus-jose-jwt.version>
|
|
|
|
<spring-security-kerberos-core.version>1.0.1.RELEASE</spring-security-kerberos-core.version>
|
|
|
|
<httpclient.version>4.5.13</httpclient.version>
|
2021-11-17 11:24:19 -08:00
|
|
|
<spring.version>5.3.13</spring.version>
|
2021-12-11 15:09:02 -08:00
|
|
|
<log4j.version>2.15.0</log4j.version>
|
2021-11-17 11:24:19 -08:00
|
|
|
<org.junit.jupiter.version>5.8.1</org.junit.jupiter.version>
|
2021-08-01 14:27:44 -07:00
|
|
|
<dropwizard-health.version>1.7.1</dropwizard-health.version>
|
|
|
|
</properties>
|
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<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>
|
|
|
|
<version>${jackson.version}</version>
|
|
|
|
</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>
|
2021-10-20 14:21:24 -07:00
|
|
|
<dependency>
|
|
|
|
<groupId>io.dropwizard</groupId>
|
|
|
|
<artifactId>dropwizard-jdbi3</artifactId>
|
|
|
|
<version>${dropwizard-jdbi3.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jdbi</groupId>
|
|
|
|
<artifactId>jdbi3-core</artifactId>
|
|
|
|
<version>${jdbi3.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>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.glassfish.jersey.media</groupId>
|
|
|
|
<artifactId>jersey-media-multipart</artifactId>
|
|
|
|
<version>${jersey-media-multipart.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.inject</groupId>
|
|
|
|
<artifactId>guice</artifactId>
|
|
|
|
<version>${google-guice.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<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-misc</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.lucene</groupId>
|
|
|
|
<artifactId>lucene-sandbox</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>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
<artifactId>httpasyncclient</artifactId>
|
|
|
|
<version>${httpasyncclient.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.openapitools.swagger</groupId>
|
|
|
|
<artifactId>swagger-maven-plugin</artifactId>
|
|
|
|
<version>${openapiswagger.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>
|
|
|
|
<!-- API, java.xml.bind module -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>jakarta.xml.bind</groupId>
|
|
|
|
<artifactId>jakarta.xml.bind-api</artifactId>
|
2021-11-17 11:24:19 -08:00
|
|
|
<version>3.0.1</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>
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
<version>2.14.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
<artifactId>log4j-api</artifactId>
|
|
|
|
<version>2.14.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.wix</groupId>
|
|
|
|
<artifactId>wix-embedded-mysql</artifactId>
|
|
|
|
<version>4.6.1</version>
|
|
|
|
<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>
|
2021-11-17 11:24:19 -08:00
|
|
|
<version>1.2.15</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>
|
|
|
|
|
|
|
|
</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>
|
|
|
|
<url>http://redshift-maven-repository.s3-website-us-east-1.amazonaws.com/release</url>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
<profiles>
|
|
|
|
</profiles>
|
|
|
|
<reporting>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jxr-plugin</artifactId>
|
|
|
|
<version>2.3</version>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</reporting>
|
|
|
|
<build>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
|
|
|
<version>3.1.2</version>
|
|
|
|
<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>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.puppycrawl.tools</groupId>
|
|
|
|
<artifactId>checkstyle</artifactId>
|
2021-11-17 11:24:19 -08:00
|
|
|
<version>9.1</version>
|
2021-08-01 14:27:44 -07:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
|
|
|
<version>2.5</version>
|
|
|
|
<configuration>
|
|
|
|
<arguments>-Dgpg.passphrase=${gpg.passphrase}</arguments>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<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>
|
|
|
|
<include>org.openmetadata.catalog.resources.**.*.java</include>
|
|
|
|
<include>org.openmetadata.catalog.util.*.java</include>
|
|
|
|
<include>org.openmetadata.catalog.EnumBackwardCompatibilityTest</include>
|
|
|
|
</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>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<autoVersionSubmodules>true</autoVersionSubmodules>
|
|
|
|
<tagNameFormat>v@{project.version}</tagNameFormat>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>versions-maven-plugin</artifactId>
|
|
|
|
<version>2.5</version>
|
|
|
|
<configuration>
|
|
|
|
<generateBackupPoms>false</generateBackupPoms>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.sonatype.plugins</groupId>
|
|
|
|
<artifactId>nexus-staging-maven-plugin</artifactId>
|
|
|
|
<version>1.6.7</version>
|
|
|
|
<extensions>true</extensions>
|
|
|
|
<configuration>
|
|
|
|
<serverId>ossrh</serverId>
|
|
|
|
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
|
|
|
|
<autoReleaseAfterClose>false</autoReleaseAfterClose>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
|
|
<version>2.0</version>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</project>
|