diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0f701d3..87782b0 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -40,8 +40,8 @@ jobs: echo "## Testing archetypes ${ARCHETYPE_VERSION} with WildFly ${WILDFLY_VERSION}" >> $GITHUB_STEP_SUMMARY - name: Download WildFly run: |- - wget -q https://github.com/wildfly/wildfly/releases/download/${WILDFLY_VERSION}/wildfly-${WILDFLY_VERSION}.zip - unzip -q wildfly-${WILDFLY_VERSION}.zip + wget -q https://repository.jboss.org/org/wildfly/wildfly-dist/$WILDFLY_VERSION/wildfly-dist-$WILDFLY_VERSION.zip + unzip -q wildfly-dist-${WILDFLY_VERSION}.zip JBOSS_HOME=$(pwd)/wildfly-${WILDFLY_VERSION} echo "JBOSS_HOME=$JBOSS_HOME" >> "$GITHUB_ENV" - name: Run Jakarta EE Webapp Archetype Tests diff --git a/pom.xml b/pom.xml index 1f66333..74fd36e 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ actually use these dependencies. --> - 33.0.1.Final + 33.0.2.Final 25.0.2.Final 5.0.1.Final