From 91a53ec119801eea568988c85ca6206ae700f687 Mon Sep 17 00:00:00 2001 From: minster586 <43217359+minster586@users.noreply.github.com> Date: Sat, 28 Jun 2025 16:19:40 -0400 Subject: [PATCH] starting --- pom.xml | 42 +++++++++++++++++++ .../com/minster586/radiodjtuna/MainApp.java | 0 2 files changed, 42 insertions(+) create mode 100644 pom.xml create mode 100644 src/main/java/com/minster586/radiodjtuna/MainApp.java diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..c5a6201 --- /dev/null +++ b/pom.xml @@ -0,0 +1,42 @@ + + + 4.0.0 + + com.example + radiodj-tuna-bridge + 1.0-SNAPSHOT + + + 17 + 17 + + + + + + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + 2.17.0 + + + + + org.yaml + snakeyaml + 2.2 + + + + + com.dorkbox + SystemTray + 3.17 + + + + + \ No newline at end of file diff --git a/src/main/java/com/minster586/radiodjtuna/MainApp.java b/src/main/java/com/minster586/radiodjtuna/MainApp.java new file mode 100644 index 0000000..e69de29