diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 70c247a..48128fc 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -44,9 +44,6 @@ jobs:
uses: InstaCode/maven-settings-xml-action@v9
with:
servers: '[{ "id": "github", "username": "zaro", "password": "${{ secrets.JDDE_PACKAGES_TOKEN }}" }]'
- - name: Check maven settings
- if: ${{ startsWith( matrix.os, 'windows' ) }}
- run: "base64 'C:\\Users\\runneradmin\\.m2\\settings.xml'"
# Build
- name: Build with Maven
diff --git a/pom.xml b/pom.xml
index b9da177..81e35ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -469,12 +469,17 @@
opencsv
5.1
-
+
+
+
+ github
+ https://maven.pkg.github.com/zaro/jdde-bundle
+
+
\ No newline at end of file