Updating some licensing for HAS
diff --git a/kerby-dist/has-dist/LICENSE b/kerby-dist/has-dist/LICENSE
index b886a31..9ce8bba 100644
--- a/kerby-dist/has-dist/LICENSE
+++ b/kerby-dist/has-dist/LICENSE
@@ -239,3 +239,17 @@
 This product bundles drizzle-jdbc library (BSD License)
 
 See licenses/LICENSE-drizzle.jdbc.txt
+
+===============================================================================
+This project incorporates portions of the JQuery project (MIT license)
+
+See licenses/LICENSE-jquery.txt
+
+===============================================================================
+
+This project bundles animal-sniffer-annotations (MIT license)
+
+See licenses/LICENSE-animal-sniffer.txt
+
+===============================================================================
+
diff --git a/kerby-dist/has-dist/NOTICE b/kerby-dist/has-dist/NOTICE
index 9806eaa..1b7953a 100644
--- a/kerby-dist/has-dist/NOTICE
+++ b/kerby-dist/has-dist/NOTICE
@@ -142,3 +142,10 @@
     * http://servlet-spec.java.net
 
 -------------------------------------------------------------------------------
+
+This project incorporates portions of the JQuery project available under the
+MIT license:
+
+Copyright jQuery Foundation and other contributors, https://jquery.org/
+-------------------------------------------------------------------------------
+
diff --git a/kerby-dist/has-dist/licenses/LICENSE-animal-sniffer.txt b/kerby-dist/has-dist/licenses/LICENSE-animal-sniffer.txt
new file mode 100644
index 0000000..d1406b9
--- /dev/null
+++ b/kerby-dist/has-dist/licenses/LICENSE-animal-sniffer.txt
@@ -0,0 +1,21 @@
+  The MIT License
+ 
+  Copyright (c) 2009 codehaus.org.
+ 
+  Permission is hereby granted, free of charge, to any person obtaining a copy
+  of this software and associated documentation files (the "Software"), to deal
+  in the Software without restriction, including without limitation the rights
+  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+  copies of the Software, and to permit persons to whom the Software is
+  furnished to do so, subject to the following conditions:
+ 
+  The above copyright notice and this permission notice shall be included in
+  all copies or substantial portions of the Software.
+ 
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+  THE SOFTWARE. 
diff --git a/kerby-dist/has-dist/licenses/LICENSE-jquery.txt b/kerby-dist/has-dist/licenses/LICENSE-jquery.txt
new file mode 100644
index 0000000..e3dbacb
--- /dev/null
+++ b/kerby-dist/has-dist/licenses/LICENSE-jquery.txt
@@ -0,0 +1,20 @@
+Copyright JS Foundation and other contributors, https://js.foundation/
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/kerby-dist/has-dist/licenses/LICENSE-xz.txt b/kerby-dist/has-dist/licenses/LICENSE-xz.txt
deleted file mode 100644
index f617c2a..0000000
--- a/kerby-dist/has-dist/licenses/LICENSE-xz.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-This Java implementation of XZ has been put into the public domain,
-thus you can do whatever you want with it. All the files in the
-package have been written by Lasse Collin, but some files are heavily
-based on public domain code written by Igor Pavlov.
\ No newline at end of file
diff --git a/kerby-dist/has-dist/pom.xml b/kerby-dist/has-dist/pom.xml
index 970a0b9..e7d4e2d 100644
--- a/kerby-dist/has-dist/pom.xml
+++ b/kerby-dist/has-dist/pom.xml
@@ -74,6 +74,8 @@
                 </goals>
                 <configuration>
                   <excludeArtifactIds>jdk.tools</excludeArtifactIds>
+                  <excludeArtifactIds>error_prone_annotations</excludeArtifactIds>
+                  <excludeArtifactIds>checker-qual</excludeArtifactIds>
                   <outputDirectory>target/lib</outputDirectory>
                 </configuration>
               </execution>