You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
254 lines
7.8 KiB
254 lines
7.8 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<!-- |
|
~ Licensed to the Apache Software Foundation (ASF) under one or more |
|
~ contributor license agreements. See the NOTICE file distributed with |
|
~ this work for additional information regarding copyright ownership. |
|
~ The ASF licenses this file to You 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. |
|
--> |
|
|
|
<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> |
|
<groupId>org.apache.dolphinscheduler</groupId> |
|
<artifactId>dolphinscheduler</artifactId> |
|
<version>1.2.1-SNAPSHOT</version> |
|
</parent> |
|
<artifactId>dolphinscheduler-api</artifactId> |
|
<name>${project.artifactId}</name> |
|
<packaging>jar</packaging> |
|
|
|
<properties> |
|
<jasper-runtime.version>5.5.23</jasper-runtime.version> |
|
<servlet-api.version>2.5</servlet-api.version> |
|
</properties> |
|
|
|
<dependencies> |
|
<dependency> |
|
<groupId>org.apache.dolphinscheduler</groupId> |
|
<artifactId>dolphinscheduler-alert</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.dolphinscheduler</groupId> |
|
<artifactId>dolphinscheduler-server</artifactId> |
|
<exclusions> |
|
<exclusion> |
|
<groupId>io.netty</groupId> |
|
<artifactId>netty</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>io.netty</groupId> |
|
<artifactId>netty-all</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>com.google</groupId> |
|
<artifactId>netty</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<artifactId>leveldbjni-all</artifactId> |
|
<groupId>org.fusesource.leveldbjni</groupId> |
|
</exclusion> |
|
<exclusion> |
|
<artifactId>protobuf-java</artifactId> |
|
<groupId>com.google.protobuf</groupId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
|
|
<!--springboot--> |
|
<dependency> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-starter-web</artifactId> |
|
<exclusions> |
|
<exclusion> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-starter-tomcat</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<artifactId>log4j-to-slf4j</artifactId> |
|
<groupId>org.apache.logging.log4j</groupId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
|
|
<!-- use jetty --> |
|
<dependency> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-starter-jetty</artifactId> |
|
<exclusions> |
|
<exclusion> |
|
<groupId>org.eclipse.jetty.websocket</groupId> |
|
<artifactId>javax-websocket-server-impl</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>org.eclipse.jetty.websocket</groupId> |
|
<artifactId>websocket-server</artifactId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-starter-test</artifactId> |
|
<scope>test</scope> |
|
<exclusions> |
|
<exclusion> |
|
<groupId>org.ow2.asm</groupId> |
|
<artifactId>asm</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-autoconfigure</artifactId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-starter-aop</artifactId> |
|
<exclusions> |
|
<exclusion> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-starter</artifactId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-context</artifactId> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.apache.httpcomponents</groupId> |
|
<artifactId>httpcore</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.httpcomponents</groupId> |
|
<artifactId>httpclient</artifactId> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
<artifactId>jackson-annotations</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
<artifactId>jackson-databind</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
<artifactId>jackson-core</artifactId> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.alibaba</groupId> |
|
<artifactId>fastjson</artifactId> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>commons-collections</groupId> |
|
<artifactId>commons-collections</artifactId> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.quartz-scheduler</groupId> |
|
<artifactId>quartz</artifactId> |
|
<exclusions> |
|
<exclusion> |
|
<artifactId>c3p0</artifactId> |
|
<groupId>c3p0</groupId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.quartz-scheduler</groupId> |
|
<artifactId>quartz-jobs</artifactId> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>io.springfox</groupId> |
|
<artifactId>springfox-swagger2</artifactId> |
|
<version>2.9.2</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>io.springfox</groupId> |
|
<artifactId>springfox-swagger-ui</artifactId> |
|
<version>2.9.2</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.github.xiaoymin</groupId> |
|
<artifactId>swagger-bootstrap-ui</artifactId> |
|
<version>1.9.3</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.apache.dolphinscheduler</groupId> |
|
<artifactId>dolphinscheduler-rpc</artifactId> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>junit</groupId> |
|
<artifactId>junit</artifactId> |
|
<version>4.12</version> |
|
<scope>test</scope> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.apache.curator</groupId> |
|
<artifactId>curator-framework</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.curator</groupId> |
|
<artifactId>curator-recipes</artifactId> |
|
</dependency> |
|
<!-- hadoop --> |
|
<dependency> |
|
<groupId>org.apache.hadoop</groupId> |
|
<artifactId>hadoop-common</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.hadoop</groupId> |
|
<artifactId>hadoop-client</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.hadoop</groupId> |
|
<artifactId>hadoop-hdfs</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.hadoop</groupId> |
|
<artifactId>hadoop-yarn-common</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.hadoop</groupId> |
|
<artifactId>hadoop-aws</artifactId> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>tomcat</groupId> |
|
<artifactId>jasper-runtime</artifactId> |
|
<version>${jasper-runtime.version}</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>javax.servlet</groupId> |
|
<artifactId>servlet-api</artifactId> |
|
<version>${servlet-api.version}</version> |
|
</dependency> |
|
|
|
</dependencies> |
|
</project> |