-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpom.xml
More file actions
33 lines (28 loc) · 1.26 KB
/
pom.xml
File metadata and controls
33 lines (28 loc) · 1.26 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
<?xml version="1.0" encoding="UTF-8"?>
<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.0</modelVersion>
<name>tarantool-spring-data-34</name>
<description>Minimalistic java connector for Tarantool versions 2.11+ based on Netty framework</description>
<url>https://tarantool.io</url>
<parent>
<groupId>io.tarantool</groupId>
<artifactId>tarantool-spring-data</artifactId>
<version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>tarantool-spring-data-34</artifactId>
<version>2.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<spring.boot.version>3.4.13</spring.boot.version>
<shared.dir>${project.parent.parent.basedir}/tarantool-shared-resources/</shared.dir>
<license.header.file>${project.parent.parent.basedir}/LICENSE_HEADER.txt</license.header.file>
</properties>
<dependencies>
<dependency>
<groupId>io.tarantool</groupId>
<artifactId>tarantool-spring-data-core</artifactId>
</dependency>
</dependencies>
</project>