We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63450f4 commit 4c6e3bbCopy full SHA for 4c6e3bb
.github/workflows/dependency-test.yaml
@@ -29,8 +29,8 @@ jobs:
29
id: fetch-versions
30
run: |
31
# Specify the dependency coordinates
32
- GROUP_ID="com.example"
33
- ARTIFACT_ID="my-dependency"
+ GROUP_ID="com.sap.cloud.sdk"
+ ARTIFACT_ID="sdk-bom"
34
35
# Fetch available versions from Maven Central API
36
response=$(curl -s "https://search.maven.org/solrsearch/select?q=g:%22${GROUP_ID}%22+AND+a:%22${ARTIFACT_ID}%22&rows=15&core=gav&wt=json")
0 commit comments