Skip to content

Commit

Permalink
chore: Remove parboiled as parsing engine (#88)
Browse files Browse the repository at this point in the history
* Switch to hand written parser

* Remove parboiled from pom

* Fixup some spotbugs issues
  • Loading branch information
slide authored Feb 14, 2022
1 parent 5ff259e commit 7c8f82a
Show file tree
Hide file tree
Showing 6 changed files with 505 additions and 379 deletions.
12 changes: 0 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,6 @@
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-step-api</artifactId>
</dependency>
<dependency>
<groupId>org.parboiled</groupId>
<artifactId>parboiled-java</artifactId>
<version>1.3.1</version>
<exclusions>
<!-- asm is provided by Jenkins core -->
<exclusion>
<groupId>org.ow2.asm</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
Expand Down
Loading

0 comments on commit 7c8f82a

Please sign in to comment.