Skip to content

Commit fe1ef0a

Browse files
committed
exclude google apache 5 client from java 7 tests
1 parent 663e7fc commit fe1ef0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-java7.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# dailymotion-simple-cmdline-sample and google-http-client-assembly depend on
5656
# google-http-client-jackson2
5757
mvn --batch-mode --show-version -ntp test \
58-
--projects '!google-http-client-jackson2,!google-http-client-appengine,!samples/dailymotion-simple-cmdline-sample,!google-http-client-assembly' \
58+
--projects '!google-http-client-jackson2,!google-http-client-appengine,!samples/dailymotion-simple-cmdline-sample,!google-http-client-assembly,!google-http-client-apache-v5' \
5959
-Dclirr.skip=true -Denforcer.skip=true -Dmaven.javadoc.skip=true \
6060
-Dgcloud.download.skip=true -T 1C \
6161
-Dproject.surefire.version=2.22.2 \

0 commit comments

Comments
 (0)