diff --git a/appserver/pom.xml b/appserver/pom.xml
index 97715410184..c027162ea78 100644
--- a/appserver/pom.xml
+++ b/appserver/pom.xml
@@ -75,7 +75,7 @@
3.1
- 4.4.0
+ 4.4.1
@@ -695,7 +695,7 @@
org.codehaus.plexus
plexus-utils
- 4.0.2
+ 4.0.3
diff --git a/appserver/tests/application/pom.xml b/appserver/tests/application/pom.xml
index cbba94bdd35..b96ca48d8bd 100755
--- a/appserver/tests/application/pom.xml
+++ b/appserver/tests/application/pom.xml
@@ -159,7 +159,7 @@
com.sun.xml.ws
jaxws-maven-plugin
- 4.0.3
+ 4.0.4
jaxws-generate
diff --git a/appserver/tests/embedded/maven-plugin/pom.xml b/appserver/tests/embedded/maven-plugin/pom.xml
index 15aacb35490..89850184bb6 100644
--- a/appserver/tests/embedded/maven-plugin/pom.xml
+++ b/appserver/tests/embedded/maven-plugin/pom.xml
@@ -190,7 +190,7 @@
org.apache.maven
maven-plugin-api
- 3.9.14
+ 3.9.15
diff --git a/appserver/tests/quicklook/testng/testng_full_profile.xml b/appserver/tests/quicklook/testng/testng_full_profile.xml
index 7a50ef60fae..d0bdd867528 100644
--- a/appserver/tests/quicklook/testng/testng_full_profile.xml
+++ b/appserver/tests/quicklook/testng/testng_full_profile.xml
@@ -19,7 +19,7 @@
-
+
diff --git a/appserver/tests/quicklook/testng/testng_web_profile.xml b/appserver/tests/quicklook/testng/testng_web_profile.xml
index 014cefb29ea..73b018dcd4c 100644
--- a/appserver/tests/quicklook/testng/testng_web_profile.xml
+++ b/appserver/tests/quicklook/testng/testng_web_profile.xml
@@ -23,7 +23,7 @@
Tests for "WD" (Web Distribution, aka Jakarta EE Web Profile)
-->
-
+
diff --git a/nucleus/parent/pom.xml b/nucleus/parent/pom.xml
index 75c0f06151f..966ac8fd8e5 100644
--- a/nucleus/parent/pom.xml
+++ b/nucleus/parent/pom.xml
@@ -114,8 +114,8 @@
1.3.1.Final
- 4.0.4
- 4.0.6
+ 4.0.5
+ 4.0.7
4.0.0
@@ -159,7 +159,7 @@
4.0.2
3.0.1
3.1.1
- 10.8
+ 10.9
1.0.2
@@ -171,7 +171,7 @@
1.0
1.0.1
1.0.1
- 1.1.12
+ 1.1.13
2.0.1
@@ -205,7 +205,7 @@
4.0.4
7.1.1
- 4.2.2
+ 4.3.0
5.0.0
@@ -232,11 +232,11 @@
3.6.3.Final
3.30.2-GA
9.9.1
- 2.27.9
+ 2.28.0
2.7.7
2.7.8
4.13.2
- 1.10.15
+ 1.10.17
1.10.2
2.21.2
2.21
@@ -919,7 +919,7 @@
org.apache.ant
ant-launcher
- 1.10.15
+ ${ant.version}
com.github.mwiede
@@ -1374,7 +1374,7 @@
io.github.git-commit-id
git-commit-id-maven-plugin
- 9.0.2
+ 10.0.0
get-the-git-infos
diff --git a/runtests.sh b/runtests.sh
index 439fc5aaae4..b32c75f82cf 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -38,6 +38,7 @@ install_bundles() {
install_dependency "org.glassfish.main.distributions:glassfish:${GF_VERSION}:zip"
install_dependency "org.glassfish.main.distributions:web:${GF_VERSION}:zip"
install_dependency "org.jacoco:org.jacoco.agent:0.8.12:jar:runtime"
+ ls -la "${BUNDLES_DIR}/"
}
####################################
@@ -89,9 +90,6 @@ else
unset GLASSFISH_SUSPEND
fi
-echo GF_VERSION=$GF_VERSION
-echo GLASSFISH_SUSPEND=$GLASSFISH_SUSPEND
-
export JACOCO_ENABLED="true"
export WORKSPACE="${WORKSPACE:-$(pwd)/target}"
export BUNDLES_DIR="${BUNDLES_DIR:-${WORKSPACE}/bundles}"
@@ -115,4 +113,5 @@ rm -f ./appserver/tests/appserv-tests/test_resultsValid.xml
rm -f ./appserver/tests/appserv-tests/test_results.xml
./appserver/tests/gftest.sh run_test "${test}"
-
+# QuickLook tests don't stop the domain.
+"${S1AS_HOME}"/bin/asadmin stop-domain --kill=true --force=true domain1 || true;