This is an automated email from the ASF dual-hosted git repository.

vavrtom pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git


The following commit(s) were added to refs/heads/main by this push:
     new 7f6ed80283 QPID-8584: [Broker-J] Compile warning unknown enum constant 
com.google.j2objc.annotations.ReflectionSupport.Level.FULL (#125)
7f6ed80283 is described below

commit 7f6ed802838636921b864b443cc83c8cd136267c
Author: Daniil Kirilyuk <daniel.kiril...@gmail.com>
AuthorDate: Fri May 13 08:31:21 2022 +0200

    QPID-8584: [Broker-J] Compile warning unknown enum constant 
com.google.j2objc.annotations.ReflectionSupport.Level.FULL (#125)
---
 apache-qpid-broker-j/src/main/assembly/bin.xml | 3 +++
 pom.xml                                        | 4 ----
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/apache-qpid-broker-j/src/main/assembly/bin.xml 
b/apache-qpid-broker-j/src/main/assembly/bin.xml
index fe7484d4ef..a8e86fb6c0 100644
--- a/apache-qpid-broker-j/src/main/assembly/bin.xml
+++ b/apache-qpid-broker-j/src/main/assembly/bin.xml
@@ -54,6 +54,9 @@
     <dependencySet>
       <outputDirectory>/lib</outputDirectory>
       <useProjectArtifact>false</useProjectArtifact>
+      <excludes>
+        <exclude>com.google.j2objc:j2objc-annotations</exclude>
+      </excludes>
     </dependencySet>
   </dependencySets>
 </assembly>
diff --git a/pom.xml b/pom.xml
index 17199150a0..0cf1560e43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -532,10 +532,6 @@
         <artifactId>guava</artifactId>
         <version>${guava-version}</version>
         <exclusions>
-          <exclusion>
-            <groupId>com.google.j2objc</groupId>
-            <artifactId>j2objc-annotations</artifactId>
-          </exclusion>
           <exclusion>
             <groupId>com.google.errorprone</groupId>
             <artifactId>error_prone_annotations</artifactId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to