Skip to content

Commit

Permalink
[pom] Let formatter move pom entry for jsoup due to group id change
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Feb 27, 2022
1 parent 355ee29 commit f186f11
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,11 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.github.hazendaz.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.15.1</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Expand Down Expand Up @@ -296,11 +301,6 @@
<artifactId>org.eclipse.jdt.core</artifactId>
<version>3.28.0</version>
</dependency>
<dependency>
<groupId>com.github.hazendaz.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.15.1</version>
</dependency>
<dependency>
<groupId>org.w3c.css</groupId>
<artifactId>sac</artifactId>
Expand Down

0 comments on commit f186f11

Please sign in to comment.