Skip to content

Commit 9eb40ff

Browse files
committed
Remove libraries from the exclude list with reason GR-57738
1 parent 0bf4f69 commit 9eb40ff

File tree

1 file changed

+6
-60
lines changed

1 file changed

+6
-60
lines changed

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

Lines changed: 6 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@
1111
"version": "3.2.19",
1212
"reason": "[Maven ERROR] Unknown packaging: bundle"
1313
},
14-
{
15-
"group_id": "org.springframework.boot",
16-
"artifact_id": "spring-boot-autoconfigure",
17-
"version": "3.3.3",
18-
"reason": "GR-57738"
19-
},
2014
{
2115
"group_id": "com.alibaba.fastjson2",
2216
"artifact_id": "fastjson2",
@@ -137,12 +131,6 @@
137131
"version": "3.4.1",
138132
"reason": "Finishes generating, but requires user 'initialize-at-build-time' and 'initialize-at-run-time' input"
139133
},
140-
{
141-
"group_id": "com.fasterxml.jackson.dataformat",
142-
"artifact_id": "jackson-dataformat-cbor",
143-
"version": "2.17.2",
144-
"reason": "GR-57738"
145-
},
146134
{
147135
"group_id": "io.undertow",
148136
"artifact_id": "undertow-core",
@@ -275,12 +263,6 @@
275263
"version": "3.5.2",
276264
"reason": "GR-57816"
277265
},
278-
{
279-
"group_id": "org.apache.hadoop",
280-
"artifact_id": "hadoop-hdfs",
281-
"version": "3.4.0",
282-
"reason": "GR-57738"
283-
},
284266
{
285267
"group_id": "org.apache.felix",
286268
"artifact_id": "org.apache.felix.framework",
@@ -311,48 +293,6 @@
311293
"version": "3.6-0142603",
312294
"reason": "GR-59420"
313295
},
314-
{
315-
"group_id": "org.mockito",
316-
"artifact_id": "mockito-core",
317-
"version": "5.13.0",
318-
"reason": "GR-60601"
319-
},
320-
{
321-
"group_id": "org.assertj",
322-
"artifact_id": "assertj-core",
323-
"version": "3.26.3",
324-
"reason": "GR-60601"
325-
},
326-
{
327-
"group_id": "org.easymock",
328-
"artifact_id": "easymock",
329-
"version": "5.4.0",
330-
"reason": "GR-60601"
331-
},
332-
{
333-
"group_id": "net.bytebuddy",
334-
"artifact_id": "byte-buddy",
335-
"version": "1.15.1",
336-
"reason": "GR-60601"
337-
},
338-
{
339-
"group_id": "org.powermock",
340-
"artifact_id": "powermock-core",
341-
"version": "2.0.9",
342-
"reason": "GR-60601"
343-
},
344-
{
345-
"group_id": "org.infinispan",
346-
"artifact_id": "infinispan-core",
347-
"version": "15.0.8.Final",
348-
"reason": "GR-60601"
349-
},
350-
{
351-
"group_id": "org.hibernate.orm",
352-
"artifact_id": "hibernate-core",
353-
"version": "6.6.0.Final",
354-
"reason": "GR-60601"
355-
},
356296
{
357297
"group_id": "org.apache.cassandra",
358298
"artifact_id": "java-driver-core",
@@ -364,5 +304,11 @@
364304
"artifact_id": "mssql-jdbc",
365305
"version": "12.8.1.jre11",
366306
"reason": "GR-57711, also requires user 'initialize-at-build-time' and 'initialize-at-run-time' input"
307+
},
308+
{
309+
"group_id": "io.quarkus",
310+
"artifact_id": "quarkus-junit5",
311+
"version": "3.14.3",
312+
"reason": "GR-57711"
367313
}
368314
]

0 commit comments

Comments
 (0)