QPID-8034: [QPID JMS AMQP 0-x] Fix dependency check
diff --git a/apache-qpid-jms-amqp-0-x/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE b/apache-qpid-jms-amqp-0-x/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
index c1be04c..d7051de 100644
--- a/apache-qpid-jms-amqp-0-x/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
+++ b/apache-qpid-jms-amqp-0-x/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE
@@ -21,13 +21,17 @@
 # TRIMMED 3RD PARTY DEPENDENCY INFORMATION FOR MODIFICATION CHECKS
 #// ------------------------------------------------------------------
 
-Apache Qpid JMS Client for AMQP 0-9-1/0-10
+Apache Qpid JMS AMQP 0-x Bundles
 
 
 From: 'QOS.ch' (http://www.qos.ch)
   - SLF4J API Module (http://www.slf4j.org) org.slf4j:slf4j-api:jar:1.7.25
     License: MIT License  (http://www.opensource.org/licenses/mit-license.php)
 
+From: 'The Apache Software Foundation' (https://www.apache.org/)
+  - Apache Qpid JMS AMQP 0-x (http://qpid.apache.org/components/qpid-client) org.apache.qpid:qpid-client:jar
+    License: Apache License, Version 2.0  (https://www.apache.org/licenses/LICENSE-2.0.txt)
+
 
 
 
diff --git a/client/pom.xml b/client/pom.xml
index 4537726..8849183 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -29,7 +29,6 @@
   <description>JMS client supporting AMQP 0-8, 0-9, 0-9-1 and 0-10.</description>
 
   <properties>
-    <dependency-change-verification>true</dependency-change-verification>
     <qpid.name>qpid</qpid.name>
     <qpid.version>${project.version}</qpid.version>
     <qpid.version.suffix />
diff --git a/pom.xml b/pom.xml
index f1eb15c..e61ba6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -520,7 +520,7 @@
                         # TRIMMED 3RD PARTY DEPENDENCY INFORMATION FOR MODIFICATION CHECKS
                         #
                       </header>
-                      <path path="${project.build.outputDirectory}/META-INF/DEPENDENCIES" />
+                      <path path="${project.build.directory}/maven-shared-archive-resources/META-INF/DEPENDENCIES" />
                     </concat>
 
                     <replaceregexp file="${dependency-verification-output-file}" flags="gm" replace="">