1- <?xml version =" 1.0" encoding =" UTF-8" ?>
2- <!--
3- ~ Copyright 2017 ABSA Group Limited
4- ~
5- ~ Licensed under the Apache License, Version 2.0 (the "License");
6- ~ you may not use this file except in compliance with the License.
7- ~ You may obtain a copy of the License at
8- ~
9- ~ http://www.apache.org/licenses/LICENSE-2.0
10- ~
11- ~ Unless required by applicable law or agreed to in writing, software
12- ~ distributed under the License is distributed on an "AS IS" BASIS,
13- ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14- ~ See the License for the specific language governing permissions and
15- ~ limitations under the License.
16- -->
17-
18- <project xmlns =" http://maven.apache.org/POM/4.0.0"
19- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
21- <modelVersion >4.0.0</modelVersion >
22-
23- <parent >
24- <groupId >za.co.absa.spline</groupId >
25- <artifactId >spline-parent</artifactId >
26- <relativePath >../parent/pom.xml</relativePath >
27- <version >0.3.2-SNAPSHOT</version >
28- </parent >
29-
30- <artifactId >spline-integration-tests</artifactId >
31- <packaging >jar</packaging >
32-
33- <dependencies >
34- <dependency >
35- <groupId >za.co.absa.spline</groupId >
36- <artifactId >spline-test-commons</artifactId >
37- <version >${project.version} </version >
38- </dependency >
39- <dependency >
40- <groupId >za.co.absa.spline</groupId >
41- <artifactId >spline-core</artifactId >
42- <version >${project.version} </version >
43- </dependency >
44- <dependency >
45- <groupId >za.co.absa.spline</groupId >
46- <artifactId >spline-core-spark-adapter-${spark.compat.version}</artifactId >
47- <version >${project.version} </version >
48- </dependency >
49- <dependency >
50- <groupId >za.co.absa.spline</groupId >
51- <artifactId >spline-persistence-mongo</artifactId >
52- <version >${project.version} </version >
53- </dependency >
54- <dependency >
55- <groupId >org.scalatest</groupId >
56- <artifactId >scalatest_${scala.compat.version}</artifactId >
57- </dependency >
58- <dependency >
59- <groupId >org.mockito</groupId >
60- <artifactId >mockito-core</artifactId >
61- </dependency >
62-
63- </dependencies >
64-
1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!--
3+ ~ Copyright 2017 ABSA Group Limited
4+ ~
5+ ~ Licensed under the Apache License, Version 2.0 (the "License");
6+ ~ you may not use this file except in compliance with the License.
7+ ~ You may obtain a copy of the License at
8+ ~
9+ ~ http://www.apache.org/licenses/LICENSE-2.0
10+ ~
11+ ~ Unless required by applicable law or agreed to in writing, software
12+ ~ distributed under the License is distributed on an "AS IS" BASIS,
13+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ ~ See the License for the specific language governing permissions and
15+ ~ limitations under the License.
16+ -->
17+
18+ <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" >
19+ <modelVersion >4.0.0</modelVersion >
20+
21+ <parent >
22+ <groupId >za.co.absa.spline</groupId >
23+ <artifactId >spline-parent</artifactId >
24+ <relativePath >../parent/pom.xml</relativePath >
25+ <version >0.3.2</version >
26+ </parent >
27+
28+ <artifactId >spline-integration-tests</artifactId >
29+ <packaging >jar</packaging >
30+
31+ <dependencies >
32+ <dependency >
33+ <groupId >za.co.absa.spline</groupId >
34+ <artifactId >spline-test-commons</artifactId >
35+ <version >${project.version} </version >
36+ </dependency >
37+ <dependency >
38+ <groupId >za.co.absa.spline</groupId >
39+ <artifactId >spline-core</artifactId >
40+ <version >${project.version} </version >
41+ </dependency >
42+ <dependency >
43+ <groupId >za.co.absa.spline</groupId >
44+ <artifactId >spline-core-spark-adapter-${spark.compat.version}</artifactId >
45+ <version >${project.version} </version >
46+ </dependency >
47+ <dependency >
48+ <groupId >za.co.absa.spline</groupId >
49+ <artifactId >spline-persistence-mongo</artifactId >
50+ <version >${project.version} </version >
51+ </dependency >
52+ <dependency >
53+ <groupId >org.scalatest</groupId >
54+ <artifactId >scalatest_${scala.compat.version}</artifactId >
55+ </dependency >
56+ <dependency >
57+ <groupId >org.mockito</groupId >
58+ <artifactId >mockito-core</artifactId >
59+ </dependency >
60+
61+ </dependencies >
62+
6563</project >
0 commit comments