|
|
|
@ -15,22 +15,20 @@
|
|
|
|
|
~ See the License for the specific language governing permissions and |
|
|
|
|
~ limitations under the License. |
|
|
|
|
--> |
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" |
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
|
|
|
<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> |
|
|
|
|
<parent> |
|
|
|
|
<artifactId>dolphinscheduler-datasource-plugin</artifactId> |
|
|
|
|
<groupId>org.apache.dolphinscheduler</groupId> |
|
|
|
|
<artifactId>dolphinscheduler-datasource-plugin</artifactId> |
|
|
|
|
<version>dev-SNAPSHOT</version> |
|
|
|
|
</parent> |
|
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
|
|
|
|
|
|
<artifactId>dolphinscheduler-datasource-clickhouse</artifactId> |
|
|
|
|
<name>${project.artifactId}</name> |
|
|
|
|
<packaging>jar</packaging> |
|
|
|
|
<name>${project.artifactId}</name> |
|
|
|
|
|
|
|
|
|
<dependencies> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.dolphinscheduler</groupId> |
|
|
|
|
<artifactId>dolphinscheduler-spi</artifactId> |
|
|
|
@ -47,8 +45,8 @@
|
|
|
|
|
<artifactId>clickhouse-jdbc</artifactId> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>jaxb-api</artifactId> |
|
|
|
|
<groupId>javax.xml.bind</groupId> |
|
|
|
|
<artifactId>jaxb-api</artifactId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
|
|
@ -69,12 +67,5 @@
|
|
|
|
|
<groupId>org.lz4</groupId> |
|
|
|
|
<artifactId>lz4-java</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
|
<artifactId>mockito-core</artifactId> |
|
|
|
|
<type>jar</type> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
</dependencies> |
|
|
|
|
</project> |
|
|
|
|