add jsoup to help convert the HTML, specified within nodes in the POM, into text.

Former-commit-id: c6fd21572a01d2cdf457302c9739b54d20e27b05
This commit is contained in:
Jeremy Long
2013-06-02 21:45:49 -04:00
parent bfb6373742
commit ff14d8344f
4 changed files with 222 additions and 131 deletions

View File

@@ -503,6 +503,12 @@ along with DependencyCheck. If not, see <http://www.gnu.org/licenses />.
<artifactId>h2</artifactId>
<version>1.3.172</version>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.7.2</version>
<type>jar</type>
</dependency>
<!-- The following dependencies are only scanned during integration testing -->
<!--<dependency>