summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
author@syxhe <t.me/syxhe>2025-10-01 19:13:42 -0500
committer@syxhe <t.me/syxhe>2025-10-01 19:13:42 -0500
commitb95b043fd07f8e760b1863ff127bee2b1d2633c9 (patch)
tree86258c3b16e7455cfe9d9c4dfaf8595d4ee5a746 /pom.xml
Initial Commit
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..680a525
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,25 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5 <modelVersion>4.0.0</modelVersion>
6
7 <groupId>lmao</groupId>
8 <artifactId>tgmapper</artifactId>
9 <version>1.0-SNAPSHOT</version>
10
11 <properties>
12 <maven.compiler.source>21</maven.compiler.source>
13 <maven.compiler.target>21</maven.compiler.target>
14 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15 </properties>
16 <dependencies>
17 <dependency>
18 <groupId>org.junit.jupiter</groupId>
19 <artifactId>junit-jupiter</artifactId>
20 <version>5.8.1</version>
21 <scope>test</scope>
22 </dependency>
23 </dependencies>
24
25</project> \ No newline at end of file