-
Notifications
You must be signed in to change notification settings - Fork 207
Expand file tree
/
Copy pathpom.xml
More file actions
122 lines (111 loc) * 3.95 KB
/
pom.xml
File metadata and controls
122 lines (111 loc) * 3.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
xml version="1.0"?>
<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.0modelVersion>
<parent>
<groupId>io.vertxgroupId>
<artifactId>vertx-sql-client-parentartifactId>
<version>5.1.0-SNAPSHOTversion>
parent>
<artifactId>vertx-db2-clientartifactId>
<name>Vertx DB2 Clientname>
<url>https://github.com/eclipse-vertx/vertx-sql-clienturl>
<description>The Reactive DB2 clientdescription>
<properties>
<vertx.asciidoc.sources.dir>${project.basedir}/src/main/asciidoc/*.adoc,${project.basedir}/../vertx-sql-client/src/main/asciidoc/*.adocvertx.asciidoc.sources.dir>
<vertx.surefire.useModulePath>falsevertx.surefire.useModulePath>
properties>
<dependencies>
<dependency>
<groupId>io.vertxgroupId>
<artifactId>vertx-coreartifactId>
dependency>
<dependency>
<groupId>io.vertxgroupId>
<artifactId>vertx-sql-clientartifactId>
dependency>
<dependency>
<groupId>io.vertxgroupId>
<artifactId>vertx-sql-client-codecartifactId>
dependency>
<dependency>
<groupId>org.testcontainersgroupId>
<artifactId>testcontainers-db2artifactId>
<version>${testcontainers.version}version>
<scope>testscope>
dependency>
<dependency>
<groupId>com.ibm.db2groupId>
<artifactId>jccartifactId>
<version>11.1.4.4version>
<scope>testscope>
dependency>
<dependency>
<groupId>org.slf4jgroupId>
<artifactId>slf4j-log4j12artifactId>
<version>1.7.26version>
<scope>testscope>
dependency>
<dependency>
<groupId>io.vertxgroupId>
<artifactId>vertx-sql-clientartifactId>
<type>test-jartype>
<scope>testscope>
dependency>
dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-surefire-pluginartifactId>
<configuration>
<argLine>-Xmx1024MargLine>
<failIfNoTests>truefailIfNoTests>
<trimStackTrace>falsetrimStackTrace>
<systemPropertyVariables>
<target.dir>${project.build.directory}target.dir>
<java.security.properties>${project.basedir}/src/test/java.securityjava.security.properties>
systemPropertyVariables>
configuration>
plugin>
plugins>
pluginManagement>
<plugins>
plugins>
build>
project>