Skip to content

Commit

Permalink
Move jsoup dependency to optional section
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpollet authored and hferentschik committed Mar 2, 2012
1 parent 2868596 commit e4474d9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hibernate-validator/pom.xml
Expand Up @@ -51,11 +51,6 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<optional>true</optional>
</dependency>
<!--
Provided dependencies.
JAXB is needed when running on Java5. In this environment these dependencies have to be added (unless
Expand Down Expand Up @@ -86,6 +81,11 @@
<artifactId>joda-time</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<optional>true</optional>
</dependency>

<!--
Test dependencies
Expand Down

0 comments on commit e4474d9

Please sign in to comment.