Skip to content

Commit

Permalink
Add libraries to exclude list
Browse files Browse the repository at this point in the history
  • Loading branch information
jormundur00 committed Dec 18, 2024
1 parent d6ddf70 commit 6385975
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ni-layers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ on:
push:
paths:
- '.github/workflows/ni-layers.yml'
- 'vm/tests/gh_workflows/NILayerTests/**'
pull_request:
paths:
- '.github/workflows/ni-layers.yml'
- 'vm/tests/gh_workflows/NILayerTests/**'
schedule:
- cron: "0 0 * * 1" # Once a week, at midnight on Monday (00:00 UTC)
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -346,5 +346,47 @@
"artifact_id": "cats-effect_3",
"version": "3.6-0142603",
"reason": "GR-59420"
},
{
"group_id": "org.mockito",
"artifact_id": "mockito-core",
"version": "5.13.0",
"reason": "GR-60601"
},
{
"group_id": "org.assertj",
"artifact_id": "assertj-core",
"version": "3.26.3",
"reason": "GR-60601"
},
{
"group_id": "org.easymock",
"artifact_id": "easymock",
"version": "5.4.0",
"reason": "GR-60601"
},
{
"group_id": "net.bytebuddy",
"artifact_id": "byte-buddy",
"version": "1.15.1",
"reason": "GR-60601"
},
{
"group_id": "org.powermock",
"artifact_id": "powermock-core",
"version": "2.0.9",
"reason": "GR-60601"
},
{
"group_id": "org.infinispan",
"artifact_id": "infinispan-core",
"version": "15.0.8.Final",
"reason": "GR-60601"
},
{
"group_id": "org.hibernate.orm",
"artifact_id": "hibernate-core",
"version": "6.6.0.Final",
"reason": "GR-60601"
}
]

0 comments on commit 6385975

Please sign in to comment.