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