From 68a231ff89311adfad6a72cd4054975b23765a22 Mon Sep 17 00:00:00 2001
From: andriluccahannes <lb214@hdm-stuttgart.de>
Date: Tue, 23 Jan 2024 22:46:07 +0100
Subject: [PATCH] 16.01.2024 - Fix User Authentication Stuff and Clean Up
 Frontend #8

---
 JavaTests/pom.xml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 JavaTests/pom.xml

diff --git a/JavaTests/pom.xml b/JavaTests/pom.xml
new file mode 100644
index 0000000..32b150a
--- /dev/null
+++ b/JavaTests/pom.xml
@@ -0,0 +1,17 @@
+<?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>
+
+    <groupId>org.luccabauer</groupId>
+    <artifactId>JavaTests</artifactId>
+    <version>1.0-SNAPSHOT</version>
+
+    <properties>
+        <maven.compiler.source>21</maven.compiler.source>
+        <maven.compiler.target>21</maven.compiler.target>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+
+</project>
\ No newline at end of file
-- 
GitLab