Skip to content

Commit

Permalink
Remove snake yaml dependency (#2472)
Browse files Browse the repository at this point in the history
* Remove class which need dependency on snakeyaml via uap-java

---------

Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy authored Aug 9, 2023
1 parent badd10f commit 3f3856a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 148 deletions.
11 changes: 0 additions & 11 deletions blueocean-rest-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,17 +90,6 @@
<artifactId>keen-client-api-java</artifactId>
</dependency>

<dependency>
<groupId>com.github.ua-parser</groupId>
<artifactId>uap-java</artifactId>
<exclusions>
<exclusion> <!-- from io.jenkins.plugins:snakeyaml-api -->
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-test-harness-tools</artifactId>
Expand Down

This file was deleted.

This file was deleted.

19 changes: 6 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,12 @@
<type>pom</type>
</dependency>

<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>symbol-annotation</artifactId>
<version>1.23</version>
</dependency>

<!-- Module versions -->
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down Expand Up @@ -503,19 +509,6 @@
</exclusions>
</dependency>

<dependency>
<groupId>com.github.ua-parser</groupId>
<artifactId>uap-java</artifactId>
<version>1.5.2</version>
<exclusions>
<!-- commons-collections comes from jenkins core -->
<exclusion>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- used in blueocean-pipeline-editor test -->
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit 3f3856a

Please sign in to comment.