Skip to content

Commit fe697b1

Browse files
authored
Revert "ci(java): run dependency test on Java 8 and 11 (googleapis#351)" (googleapis#355)
This reverts commit ac0997d
1 parent ac0997d commit fe697b1

3 files changed

Lines changed: 4 additions & 9 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,11 @@ jobs:
3636
JOB_TYPE: test
3737
dependencies:
3838
runs-on: ubuntu-latest
39-
strategy:
40-
matrix:
41-
java: [8, 11]
4239
steps:
4340
- uses: actions/checkout@v2
4441
- uses: actions/setup-java@v1
4542
with:
46-
java-version: ${{matrix.java}}
43+
java-version: 8
4744
- run: java -version
4845
- run: .kokoro/dependencies.sh
4946
linkage-monitor:

.kokoro/dependencies.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,8 @@ echo "****************** DEPENDENCY LIST COMPLETENESS CHECK *******************"
4141
## Run dependency list completeness check
4242
function completenessCheck() {
4343
# Output dep list with compile scope generated using the original pom
44-
# Running mvn dependency:list on Java versions that support modules will also include the module of the dependency.
45-
# This is stripped from the output as it is not present in the flattened pom.
4644
msg "Generating dependency list using original pom..."
47-
mvn dependency:list -f pom.xml -Dsort=true | grep '\[INFO] .*:.*:.*:.*:.*' | sed -e s/\\s--\\smodule.*// | grep -v ':test$' >.org-list.txt
45+
mvn dependency:list -f pom.xml -Dsort=true | grep '\[INFO] .*:.*:.*:.*:.*' | grep -v ':test$' >.org-list.txt
4846

4947
# Output dep list generated using the flattened pom (test scope deps are ommitted)
5048
msg "Generating dependency list using flattened pom..."

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-bigtable.git",
7-
"sha": "25551ec5b76f1ef2f120c7a27111f8511fde3660"
7+
"sha": "637350b4cc034f603cde3a18c0a73f7cc6cc0f82"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "4f2c9f752a94042472fc03c5bd9e06e89817d2bd"
22+
"sha": "6d3eed67a45fd58f9c7bfa173c32e4fd4fed058f"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)