44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66
7- <groupId >com.arangodb</groupId >
8- <artifactId >integration-tests</artifactId >
9- <version >7.0.0-SNAPSHOT</version >
7+ <parent >
8+ <groupId >com.arangodb</groupId >
9+ <artifactId >arangodb-java-driver-parent</artifactId >
10+ <version >7.0.0-SNAPSHOT</version >
11+ </parent >
12+
13+ <artifactId >shaded-integration-tests</artifactId >
1014
1115 <properties >
1216 <maven .compiler.target>17</maven .compiler.target>
1317 <maven .compiler.source>17</maven .compiler.source>
14- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15- <adb .jackson.version>2.14.1</adb .jackson.version>
1618 </properties >
1719
18- <dependencies >
19- <dependency >
20- <groupId >ch.qos.logback</groupId >
21- <artifactId >logback-classic</artifactId >
22- <version >1.4.5</version >
23- <scope >test</scope >
24- </dependency >
25- <dependency >
26- <groupId >org.junit.platform</groupId >
27- <artifactId >junit-platform-launcher</artifactId >
28- <scope >test</scope >
29- </dependency >
30- <dependency >
31- <groupId >org.junit.jupiter</groupId >
32- <artifactId >junit-jupiter-api</artifactId >
33- <scope >test</scope >
34- </dependency >
35- <dependency >
36- <groupId >org.junit.jupiter</groupId >
37- <artifactId >junit-jupiter-engine</artifactId >
38- <scope >test</scope >
39- </dependency >
40- <dependency >
41- <groupId >org.junit.jupiter</groupId >
42- <artifactId >junit-jupiter-params</artifactId >
43- <scope >test</scope >
44- </dependency >
45- <dependency >
46- <groupId >org.assertj</groupId >
47- <artifactId >assertj-core</artifactId >
48- <version >3.23.1</version >
49- <scope >test</scope >
50- </dependency >
51- </dependencies >
52-
53- <dependencyManagement >
54- <dependencies >
55- <dependency >
56- <groupId >com.fasterxml.jackson</groupId >
57- <artifactId >jackson-bom</artifactId >
58- <version >${adb.jackson.version} </version >
59- <scope >import</scope >
60- <type >pom</type >
61- </dependency >
62- <dependency >
63- <groupId >io.vertx</groupId >
64- <artifactId >vertx-stack-depchain</artifactId >
65- <version >4.3.5</version >
66- <type >pom</type >
67- <scope >import</scope >
68- </dependency >
69- <dependency >
70- <groupId >io.netty</groupId >
71- <artifactId >netty-bom</artifactId >
72- <version >4.1.85.Final</version >
73- <type >pom</type >
74- <scope >import</scope >
75- </dependency >
76- <dependency >
77- <groupId >org.junit</groupId >
78- <artifactId >junit-bom</artifactId >
79- <version >5.9.1</version >
80- <type >pom</type >
81- <scope >import</scope >
82- </dependency >
83- </dependencies >
84- </dependencyManagement >
85-
8620 <build >
8721 <testSourceDirectory >${testSourceDirectory} </testSourceDirectory >
8822 <plugins >
8923 <plugin >
9024 <groupId >org.apache.maven.plugins</groupId >
9125 <artifactId >maven-surefire-plugin</artifactId >
92- <version >3.0.0-M7</version >
9326 <configuration >
9427 <systemPropertyVariables >
9528 <serde >${serde} </serde >
11346 <dependency >
11447 <groupId >com.arangodb</groupId >
11548 <artifactId >arangodb-java-driver-shaded</artifactId >
116- <version >7.0.0-SNAPSHOT</version >
11749 <scope >test</scope >
11850 </dependency >
11951 <dependency >
12052 <groupId >com.arangodb</groupId >
12153 <artifactId >jackson-dataformat-velocypack</artifactId >
122- <version >3.1.0</version >
12354 <scope >test</scope >
12455 </dependency >
12556 <dependency >
12657 <groupId >com.tngtech.archunit</groupId >
12758 <artifactId >archunit-junit5</artifactId >
128- <version >1.0.1</version >
12959 <scope >test</scope >
13060 </dependency >
13161 </dependencies >
14070 <dependency >
14171 <groupId >com.arangodb</groupId >
14272 <artifactId >arangodb-java-driver-shaded</artifactId >
143- <version >7.0.0-SNAPSHOT</version >
14473 <scope >test</scope >
14574 <exclusions >
14675 <exclusion >
15281 <dependency >
15382 <groupId >com.arangodb</groupId >
15483 <artifactId >jsonb-serde</artifactId >
155- <version >7.0.0-SNAPSHOT</version >
15684 <scope >test</scope >
15785 </dependency >
15886 <dependency >
15987 <groupId >org.eclipse</groupId >
16088 <artifactId >yasson</artifactId >
161- <version >3.0.2</version >
16289 </dependency >
16390 <dependency >
16491 <groupId >com.tngtech.archunit</groupId >
16592 <artifactId >archunit-junit5</artifactId >
166- <version >1.0.1</version >
16793 <scope >test</scope >
16894 </dependency >
16995 </dependencies >
178104 <dependency >
179105 <groupId >com.arangodb</groupId >
180106 <artifactId >arangodb-java-driver-shaded</artifactId >
181- <version >7.0.0-SNAPSHOT</version >
182107 <scope >test</scope >
183108 </dependency >
184109 <dependency >
185110 <groupId >com.arangodb</groupId >
186111 <artifactId >jackson-dataformat-velocypack</artifactId >
187- <version >3.1.0</version >
188112 <scope >test</scope >
189113 </dependency >
190114 </dependencies >
191- <build >
192- <plugins >
193- <plugin >
194- <groupId >org.graalvm.buildtools</groupId >
195- <artifactId >native-maven-plugin</artifactId >
196- <version >0.9.19</version >
197- <extensions >true</extensions >
198- <executions >
199- <execution >
200- <id >test-native</id >
201- <goals >
202- <goal >generateTestResourceConfig</goal >
203- <goal >test</goal >
204- </goals >
205- <phase >test</phase >
206- </execution >
207- </executions >
208- <configuration >
209- <quickBuild >true</quickBuild >
210- <skip >false</skip >
211- <buildArgs >
212- <buildArg >--no-fallback</buildArg >
213- </buildArgs >
214- </configuration >
215- </plugin >
216- </plugins >
217- </build >
218115 </profile >
219116 </profiles >
220117</project >
0 commit comments