1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!--
3+
4+ The MIT License
5+
6+ Permission is hereby granted, free of charge, to any person obtaining a copy
7+ of this software and associated documentation files (the "Software"), to deal
8+ in the Software without restriction, including without limitation the rights
9+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+ copies of the Software, and to permit persons to whom the Software is
11+ furnished to do so, subject to the following conditions:
12+
13+ The above copyright notice and this permission notice shall be included in
14+ all copies or substantial portions of the Software.
15+
16+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22+ THE SOFTWARE.
23+
24+ -->
25+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
26+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
27+ <modelVersion >4.0.0</modelVersion >
28+
29+ <parent >
30+ <artifactId >influxdb-client</artifactId >
31+ <groupId >com.influxdb</groupId >
32+ <version >3.3.0-SNAPSHOT</version >
33+ </parent >
34+
35+ <artifactId >influxdb-client-utils</artifactId >
36+ <packaging >jar</packaging >
37+
38+ <name >The InfluxDB Client Utils</name >
39+ <description >InfluxDB Client Utils - base utils for other modules</description >
40+
41+ <url >https://github.com/influxdata/influxdb-client-java/tree/master/client-utils</url >
42+
43+ <licenses >
44+ <license >
45+ <name >The MIT License (MIT)</name >
46+ <url >https://raw.githubusercontent.com/influxdata/influxdb-client-java/master/LICENSE</url >
47+ <distribution >repo</distribution >
48+ </license >
49+ </licenses >
50+
51+ <developers >
52+ <developer >
53+ <name >Jakub Bednar</name >
54+ 55+ <organization >Bonitoo</organization >
56+ <organizationUrl >https://www.bonitoo.io</organizationUrl >
57+ </developer >
58+ <developer >
59+ <name >Robert Hajek</name >
60+ 61+ <organization >Bonitoo</organization >
62+ <organizationUrl >https://www.bonitoo.io</organizationUrl >
63+ </developer >
64+ </developers >
65+
66+ <scm >
67+ <
connection >scm:git:
[email protected] :influxdata/influxdb-client-java.git</
connection >
68+ <
developerConnection >scm:git:
[email protected] :influxdata/influxdb-client-java.git</
developerConnection >
69+ <url >http://github.com/influxdata/influxdb-client-java/tree/master</url >
70+ <tag >HEAD</tag >
71+ </scm >
72+
73+ <build >
74+ <plugins >
75+ <plugin >
76+ <groupId >com.mycila</groupId >
77+ <artifactId >license-maven-plugin</artifactId >
78+ <configuration >
79+ <header >../scripts/license_header.txt</header >
80+ </configuration >
81+ </plugin >
82+ <plugin >
83+ <groupId >org.codehaus.mojo</groupId >
84+ <artifactId >versions-maven-plugin</artifactId >
85+ <configuration >
86+ <rulesUri >file://${project.basedir} /../scripts/maven-version-rules.xml</rulesUri >
87+ </configuration >
88+ </plugin >
89+ </plugins >
90+ </build >
91+
92+ <dependencies >
93+
94+ <dependency >
95+ <groupId >org.junit.jupiter</groupId >
96+ <artifactId >junit-jupiter-engine</artifactId >
97+ <scope >test</scope >
98+ </dependency >
99+
100+ <dependency >
101+ <groupId >org.junit.platform</groupId >
102+ <artifactId >junit-platform-runner</artifactId >
103+ <scope >test</scope >
104+ </dependency >
105+
106+ <dependency >
107+ <groupId >org.assertj</groupId >
108+ <artifactId >assertj-core</artifactId >
109+ <scope >test</scope >
110+ </dependency >
111+
112+ </dependencies >
113+
114+ </project >
0 commit comments