Skip to content

Commit

Permalink
Remove KXML2 library (#8503)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Sep 27, 2023
1 parent db48740 commit 9dabd87
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
6 changes: 0 additions & 6 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,6 @@ THE SOFTWARE.
<artifactId>jcip-annotations</artifactId>
<version>1.0</version>
</dependency>
<!-- TODO remove after determining this will not break plugins -->
<dependency>
<groupId>net.sf.kxml</groupId>
<artifactId>kxml2</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,6 @@ THE SOFTWARE.
<groupId>net.jcip</groupId>
<artifactId>jcip-annotations</artifactId>
</dependency>
<!-- TODO remove after determining this will not break plugins -->
<dependency>
<groupId>net.sf.kxml</groupId>
<artifactId>kxml2</artifactId>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
Expand Down
7 changes: 1 addition & 6 deletions test/src/test/java/jenkins/ClassPathTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,7 @@ public class ClassPathTest {
"org/fusesource/jansi/internal/Kernel32$SMALL_RECT.class",
"org/fusesource/jansi/internal/Kernel32.class",
"org/fusesource/jansi/internal/WindowsSupport.class",
"org/fusesource/jansi/WindowsAnsiOutputStream.class",
// TODO duplicated in [kxml2-2.3.0.jar, xpp3-1.1.4c.jar]
"org/xmlpull/v1/XmlPullParser.class",
"org/xmlpull/v1/XmlPullParserException.class",
"org/xmlpull/v1/XmlPullParserFactory.class",
"org/xmlpull/v1/XmlSerializer.class")));
"org/fusesource/jansi/WindowsAnsiOutputStream.class")));

@Issue("JENKINS-46754")
@Test
Expand Down

0 comments on commit 9dabd87

Please sign in to comment.