diff --git a/NOTICES.txt b/NOTICES.txt index 9761ab9f3..6dbd2fc9f 100644 --- a/NOTICES.txt +++ b/NOTICES.txt @@ -3,11 +3,11 @@ Copyright (c) 2012-2013 Jeremy Long. All Rights Reserved. The licenses for the software listed below can be found in the META-INF/licenses/[dependency name]. -This product includes software developed by -The Apache Software Foundation (http://www.apache.org/). +This product includes software developed by The Apache Software Foundation (http://www.apache.org/). -This product includes software developed by -Jquery.com (http://jquery.com/). +This product includes software developed by Jquery.com (http://jquery.com/). + +This product includs software developed by Jonathan Hedley (jsoup.org) This software contains unmodified binary redistributions for H2 database engine (http://www.h2database.com/), which is dual licensed and available under a modified version of the MPL 1.1 (Mozilla Public License) or under the (unmodified) EPL 1.0 (Eclipse Public License). An original copy of the license agreement can be found at: http://www.h2database.com/html/license.html diff --git a/pom.xml b/pom.xml index cc0fa24aa..2838518d3 100644 --- a/pom.xml +++ b/pom.xml @@ -503,6 +503,12 @@ along with DependencyCheck. If not, see . h2 1.3.172 + + org.jsoup + jsoup + 1.7.2 + jar +