Skip to content

Commit 6385975

Browse files
committed
Add libraries to exclude list
1 parent d6ddf70 commit 6385975

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

.github/workflows/ni-layers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,11 @@ on:
4444
push:
4545
paths:
4646
- '.github/workflows/ni-layers.yml'
47+
- 'vm/tests/gh_workflows/NILayerTests/**'
4748
pull_request:
4849
paths:
4950
- '.github/workflows/ni-layers.yml'
51+
- 'vm/tests/gh_workflows/NILayerTests/**'
5052
schedule:
5153
- cron: "0 0 * * 1" # Once a week, at midnight on Monday (00:00 UTC)
5254
workflow_dispatch:

vm/tests/gh_workflows/NILayerTests/excluded-popular-maven-libraries.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,5 +346,47 @@
346346
"artifact_id": "cats-effect_3",
347347
"version": "3.6-0142603",
348348
"reason": "GR-59420"
349+
},
350+
{
351+
"group_id": "org.mockito",
352+
"artifact_id": "mockito-core",
353+
"version": "5.13.0",
354+
"reason": "GR-60601"
355+
},
356+
{
357+
"group_id": "org.assertj",
358+
"artifact_id": "assertj-core",
359+
"version": "3.26.3",
360+
"reason": "GR-60601"
361+
},
362+
{
363+
"group_id": "org.easymock",
364+
"artifact_id": "easymock",
365+
"version": "5.4.0",
366+
"reason": "GR-60601"
367+
},
368+
{
369+
"group_id": "net.bytebuddy",
370+
"artifact_id": "byte-buddy",
371+
"version": "1.15.1",
372+
"reason": "GR-60601"
373+
},
374+
{
375+
"group_id": "org.powermock",
376+
"artifact_id": "powermock-core",
377+
"version": "2.0.9",
378+
"reason": "GR-60601"
379+
},
380+
{
381+
"group_id": "org.infinispan",
382+
"artifact_id": "infinispan-core",
383+
"version": "15.0.8.Final",
384+
"reason": "GR-60601"
385+
},
386+
{
387+
"group_id": "org.hibernate.orm",
388+
"artifact_id": "hibernate-core",
389+
"version": "6.6.0.Final",
390+
"reason": "GR-60601"
349391
}
350392
]

0 commit comments

Comments
 (0)