Skip to content

Commit 33f1126

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

File tree

2 files changed

+44
-18
lines changed

2 files changed

+44
-18
lines changed

.github/workflows/ni-layers.yml

+2
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

+42-18
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@
55
"version": "4.0.22",
66
"reason": "Library too large to be built in a GitHub action. Finishes generating on better systems locally"
77
},
8-
{
9-
"group_id": "org.apache.logging.log4j",
10-
"artifact_id": "log4j-core",
11-
"version": "2.24.0",
12-
"reason": "GR-57711"
13-
},
148
{
159
"group_id": "org.scalatest",
1610
"artifact_id": "scalatest_3",
@@ -137,12 +131,6 @@
137131
"version": "2.3.0",
138132
"reason": "[Maven ERROR] Unknown packaging: bundle"
139133
},
140-
{
141-
"group_id": "org.gwtproject",
142-
"artifact_id": "gwt-user",
143-
"version": "2.11.0",
144-
"reason": "GR-57738"
145-
},
146134
{
147135
"group_id": "io.vertx",
148136
"artifact_id": "vertx-core",
@@ -203,12 +191,6 @@
203191
"version": "3.5.2",
204192
"reason": "GR-57816"
205193
},
206-
{
207-
"group_id": "org.springframework.security",
208-
"artifact_id": "spring-security-web",
209-
"version": "6.3.3",
210-
"reason": "GR-57738"
211-
},
212194
{
213195
"group_id": "org.eclipse.paho",
214196
"artifact_id": "org.eclipse.paho.client.mqttv3",
@@ -346,5 +328,47 @@
346328
"artifact_id": "cats-effect_3",
347329
"version": "3.6-0142603",
348330
"reason": "GR-59420"
331+
},
332+
{
333+
"group_id": "org.mockito",
334+
"artifact_id": "mockito-core",
335+
"version": "5.13.0",
336+
"reason": "GR-60601"
337+
},
338+
{
339+
"group_id": "org.assertj",
340+
"artifact_id": "assertj-core",
341+
"version": "3.26.3",
342+
"reason": "GR-60601"
343+
},
344+
{
345+
"group_id": "org.easymock",
346+
"artifact_id": "easymock",
347+
"version": "5.4.0",
348+
"reason": "GR-60601"
349+
},
350+
{
351+
"group_id": "net.bytebuddy",
352+
"artifact_id": "byte-buddy",
353+
"version": "1.15.1",
354+
"reason": "GR-60601"
355+
},
356+
{
357+
"group_id": "org.powermock",
358+
"artifact_id": "powermock-core",
359+
"version": "2.0.9",
360+
"reason": "GR-60601"
361+
},
362+
{
363+
"group_id": "org.infinispan",
364+
"artifact_id": "infinispan-core",
365+
"version": "15.0.8.Final",
366+
"reason": "GR-60601"
367+
},
368+
{
369+
"group_id": "org.hibernate.orm",
370+
"artifact_id": "hibernate-core",
371+
"version": "6.6.0.Final",
372+
"reason": "GR-60601"
349373
}
350374
]

0 commit comments

Comments
 (0)