From ef2fe0a7eb5d4d6a84183e625938a5c0862a1d95 Mon Sep 17 00:00:00 2001
From: 3013050 <3013050@stud.hs-mannheim.de>
Date: Sun, 2 Jun 2024 14:38:28 +0200
Subject: [PATCH] Initial commit
---
out/production/Travel-Buddy-PR2/README.md | 1 +
pom.xml | 117 ++++++++++++++++++++
src/main/java/com/example/helloWorld.java | 7 ++
target/classes/com/example/helloWorld.class | Bin 0 -> 558 bytes
4 files changed, 125 insertions(+)
create mode 100644 out/production/Travel-Buddy-PR2/README.md
create mode 100644 pom.xml
create mode 100644 src/main/java/com/example/helloWorld.java
create mode 100644 target/classes/com/example/helloWorld.class
diff --git a/out/production/Travel-Buddy-PR2/README.md b/out/production/Travel-Buddy-PR2/README.md
new file mode 100644
index 0000000..210c76d
--- /dev/null
+++ b/out/production/Travel-Buddy-PR2/README.md
@@ -0,0 +1 @@
+Travel Buddy Projekt von Jan Bachmann und Victor Waitz
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..a0c8444
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,117 @@
+
+ 4.0.0
+ de.hs_mannheim
+ Travel-Buddy-PR2
+ 0.0.1-SNAPSHOT
+
+
+ UTF-8
+ 22
+ 22
+
+
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.8.1
+ test
+
+
+
+ org.junit.jupiter
+ junit-jupiter-engine
+ 5.8.1
+ test
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.8.1
+
+
+ ${maven.compiler.target}
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-shade-plugin
+ 3.2.4
+
+
+ package
+
+ shade
+
+
+
+
+
+ src.main.java.com.example.helloWorld
+
+
+
+
+
+
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.12
+
+
+
+ prepare-agent
+
+
+
+ report
+ test
+
+ report
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-pmd-plugin
+ 3.22.0
+
+
+ verify
+
+ check
+
+
+
+
+
+
+
+ org.owasp
+ dependency-check-maven
+ 9.2.0
+
+
+
+ check
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/main/java/com/example/helloWorld.java b/src/main/java/com/example/helloWorld.java
new file mode 100644
index 0000000..97f1282
--- /dev/null
+++ b/src/main/java/com/example/helloWorld.java
@@ -0,0 +1,7 @@
+package com.example;
+
+public class helloWorld {
+ public static void main(String[] args) {
+ System.out.println("Hello world!");
+ }
+}
diff --git a/target/classes/com/example/helloWorld.class b/target/classes/com/example/helloWorld.class
new file mode 100644
index 0000000000000000000000000000000000000000..11182be06623c0f47ac1add4583326d5ad3a0656
GIT binary patch
literal 558
zcmZvZO;5r=5Qg97tF%@@5X5ir1Rm_s1IB|U#zUhf7(94d>IRlMiF^trG
z%R(8e1}ZkHSYxQBOfeV}%}@bh+jDMWkf1Ucb~}9ob%weZ`i^+w{zM69q@TFeFEHfJ
z!h69`a%CVcXZ}D$H+-N-skouXRi8&v=f7eu9?2;~!%fF^iRW`kR_g7$G%r-=(U1t$
zlrn?W3uloh&ZRa`TG%|)A4dx{T8BOvFuf3p>y$ZkGrIE!?_e)Uxj|8vfh;yC+Vci%
sVv8~p+t?vR4<98k(q3UymfuiX0QB;SN;@t5ftc9E9_b8CiW#(i0Kd0*LjV8(
literal 0
HcmV?d00001