1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!--
3+ ~ Copyright 2019 WeBank
4+ ~ Licensed under the Apache License, Version 2.0 (the "License");
5+ ~ you may not use this file except in compliance with the License.
6+ ~ You may obtain a copy of the License at
7+ ~
8+ ~ http://www.apache.org/licenses/LICENSE-2.0
9+ ~
10+ ~ Unless required by applicable law or agreed to in writing, software
11+ ~ distributed under the License is distributed on an "AS IS" BASIS,
12+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ ~ See the License for the specific language governing permissions and
14+ ~ limitations under the License.
15+ ~
16+ -->
17+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
18+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
19+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
20+ <modelVersion >4.0.0</modelVersion >
21+ <parent >
22+ <artifactId >dss</artifactId >
23+ <groupId >com.webank.wedatasphere.dss</groupId >
24+ <version >1.0.1</version >
25+ </parent >
26+ <!-- <parent>-->
27+ <!-- <artifactId>dss</artifactId>-->
28+ <!-- <groupId>com.webank.wedatasphere.dss</groupId>-->
29+ <!-- <version>1.0.0</version>-->
30+ <!-- <relativePath>../../../pom.xml</relativePath>-->
31+ <!-- </parent>-->
32+ <artifactId >dss-mlflow-appconn</artifactId >
33+ <version >1.0.0</version >
34+ <dependencies >
35+ <dependency >
36+ <groupId >com.webank.wedatasphere.dss</groupId >
37+ <artifactId >dss-project-plugin</artifactId >
38+ <version >${dss.version} </version >
39+ </dependency >
40+ <dependency >
41+ <groupId >com.webank.wedatasphere.dss</groupId >
42+ <artifactId >dss-appconn-core</artifactId >
43+ <version >${dss.version} </version >
44+ </dependency >
45+ <dependency >
46+ <groupId >com.webank.wedatasphere.dss</groupId >
47+ <artifactId >spring-origin-dss-project-plugin</artifactId >
48+ <version >${dss.version} </version >
49+ </dependency >
50+
51+ <dependency >
52+ <groupId >com.webank.wedatasphere.dss</groupId >
53+ <artifactId >dss-structure-integration-standard</artifactId >
54+ <version >${dss.version} </version >
55+ </dependency >
56+
57+ <dependency >
58+ <groupId >com.webank.wedatasphere.dss</groupId >
59+ <artifactId >dss-development-process-standard</artifactId >
60+ <version >${dss.version} </version >
61+ </dependency >
62+ <dependency >
63+ <groupId >com.webank.wedatasphere.dss</groupId >
64+ <artifactId >dss-development-process-standard-execution</artifactId >
65+ <version >${dss.version} </version >
66+ </dependency >
67+
68+ <dependency >
69+ <groupId >org.apache.linkis</groupId >
70+ <artifactId >linkis-module</artifactId >
71+ <version >${linkis.version} </version >
72+ <scope >provided</scope >
73+ <exclusions >
74+ <exclusion >
75+ <artifactId >httpclient</artifactId >
76+ <groupId >org.apache.httpcomponents</groupId >
77+ </exclusion >
78+ </exclusions >
79+ <optional >true</optional >
80+ </dependency >
81+ <dependency >
82+ <groupId >org.apache.linkis</groupId >
83+ <artifactId >linkis-cs-common</artifactId >
84+ <version >${linkis.version} </version >
85+ <scope >compile</scope >
86+ </dependency >
87+ <dependency >
88+ <artifactId >linkis-bml-client</artifactId >
89+ <exclusions >
90+ <exclusion >
91+ <artifactId >gson</artifactId >
92+ <groupId >com.google.code.gson</groupId >
93+ </exclusion >
94+ </exclusions >
95+ <groupId >org.apache.linkis</groupId >
96+ <version >${linkis.version} </version >
97+ <scope >provided</scope >
98+ <optional >true</optional >
99+ </dependency >
100+ <dependency >
101+ <groupId >com.fasterxml.jackson.dataformat</groupId >
102+ <artifactId >jackson-dataformat-yaml</artifactId >
103+ <version >2.10.5</version >
104+ </dependency >
105+ <dependency >
106+ <groupId >org.apache.linkis</groupId >
107+ <artifactId >linkis-httpclient</artifactId >
108+ <version >${linkis.version} </version >
109+ <exclusions >
110+ <exclusion >
111+ <artifactId >linkis-common</artifactId >
112+ <groupId >org.apache.linkis</groupId >
113+ </exclusion >
114+ <exclusion >
115+ <artifactId >json4s-jackson_2.11</artifactId >
116+ <groupId >org.json4s</groupId >
117+ </exclusion >
118+ </exclusions >
119+ </dependency >
120+
121+ <dependency >
122+ <groupId >org.apache.linkis</groupId >
123+ <artifactId >linkis-storage</artifactId >
124+ <version >${linkis.version} </version >
125+ <scope >provided</scope >
126+ <exclusions >
127+ <exclusion >
128+ <artifactId >linkis-common</artifactId >
129+ <groupId >org.apache.linkis</groupId >
130+ </exclusion >
131+ </exclusions >
132+ </dependency >
133+
134+ <dependency >
135+ <groupId >com.webank.wedatasphere.dss</groupId >
136+ <artifactId >dss-common</artifactId >
137+ <version >${dss.version} </version >
138+ <scope >provided</scope >
139+ </dependency >
140+ <dependency >
141+ <groupId >com.webank.wedatasphere.dss</groupId >
142+ <artifactId >dss-appconn-core</artifactId >
143+ <version >${dss.version} </version >
144+ <scope >compile</scope >
145+ </dependency >
146+ <dependency >
147+ <groupId >com.webank.wedatasphere.dss</groupId >
148+ <artifactId >dss-appconn-core</artifactId >
149+ <version >${dss.version} </version >
150+ <scope >compile</scope >
151+ </dependency >
152+ <dependency >
153+ <groupId >com.webank.wedatasphere.dss</groupId >
154+ <artifactId >dss-structure-integration-standard</artifactId >
155+ <version >${dss.version} </version >
156+ <scope >compile</scope >
157+ </dependency >
158+ <dependency >
159+ <groupId >com.webank.wedatasphere.dss</groupId >
160+ <artifactId >dss-appconn-core</artifactId >
161+ <version >${dss.version} </version >
162+ <scope >compile</scope >
163+ </dependency >
164+ <dependency >
165+ <groupId >com.webank.wedatasphere.dss</groupId >
166+ <artifactId >dss-development-process-standard</artifactId >
167+ <version >1.0.0</version >
168+ <scope >compile</scope >
169+ </dependency >
170+ <!-- <dependency>-->
171+ <!-- <groupId>org.apache.linkis</groupId>-->
172+ <!-- <artifactId>linkis-httpclient</artifactId>-->
173+ <!-- <version>1.0.2</version>-->
174+ <!-- <scope>compile</scope>-->
175+ <!-- </dependency>-->
176+ <dependency >
177+ <groupId >com.webank.wedatasphere.dss</groupId >
178+ <artifactId >dss-flow-execution-server</artifactId >
179+ <version >${dss.version} </version >
180+ <scope >compile</scope >
181+ </dependency >
182+ </dependencies >
183+
184+
185+ <build >
186+ <plugins >
187+ <plugin >
188+ <groupId >org.apache.maven.plugins</groupId >
189+ <artifactId >maven-deploy-plugin</artifactId >
190+ </plugin >
191+
192+ <plugin >
193+ <groupId >net.alchim31.maven</groupId >
194+ <artifactId >scala-maven-plugin</artifactId >
195+ </plugin >
196+ <plugin >
197+ <groupId >org.apache.maven.plugins</groupId >
198+ <artifactId >maven-jar-plugin</artifactId >
199+ </plugin >
200+ <plugin >
201+ <groupId >org.apache.maven.plugins</groupId >
202+ <artifactId >maven-assembly-plugin</artifactId >
203+ <version >2.3</version >
204+ <inherited >false</inherited >
205+ <executions >
206+ <execution >
207+ <id >make-assembly</id >
208+ <phase >package</phase >
209+ <goals >
210+ <goal >single</goal >
211+ </goals >
212+ <configuration >
213+ <descriptors >
214+ <descriptor >src/main/assembly/distribution.xml</descriptor >
215+ </descriptors >
216+ </configuration >
217+ </execution >
218+ </executions >
219+ <configuration >
220+ <skipAssembly >false</skipAssembly >
221+ <finalName >out</finalName >
222+ <appendAssemblyId >false</appendAssemblyId >
223+ <attach >false</attach >
224+ <descriptors >
225+ <descriptor >src/main/assembly/distribution.xml</descriptor >
226+ </descriptors >
227+ </configuration >
228+ </plugin >
229+ <plugin >
230+ <groupId >org.apache.maven.plugins</groupId >
231+ <artifactId >maven-gpg-plugin</artifactId >
232+ <configuration >
233+ <skip >true</skip >
234+ </configuration >
235+ </plugin >
236+ </plugins >
237+ <resources >
238+ <resource >
239+ <directory >src/main/java</directory >
240+ <includes >
241+ <include >**/*.xml</include >
242+ </includes >
243+ </resource >
244+ <resource >
245+ <directory >src/main/resources</directory >
246+ <excludes >
247+ <exclude >**/*.properties</exclude >
248+ <exclude >**/application.yml</exclude >
249+ <exclude >**/bootstrap.yml</exclude >
250+ <exclude >**/log4j2.xml</exclude >
251+ </excludes >
252+ </resource >
253+ </resources >
254+ </build >
255+
256+ </project >
0 commit comments