You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "vasilep (via GitHub)" <gi...@apache.org> on 2023/06/02 18:40:41 UTC

[GitHub] [iceberg] vasilep opened a new issue, #7756: Scope the annotations so that they don't show up as a dependency in the pom.xml for org.apache.iceberg:iceberg-{api|core}

vasilep opened a new issue, #7756:
URL: https://github.com/apache/iceberg/issues/7756

   ### Apache Iceberg version
   
   0.13.1
   
   ### Query engine
   
   Snowflake
   
   ### Please describe the bug 🐞
   
   Hello, Iceberg community.
   
   When we build our code which uses `org.apache.iceberg` library we need to add these exclusions to our pom.xml:
   ```
       <dependency>
         <groupId>org.apache.iceberg</groupId>
         <artifactId>iceberg-api</artifactId>
         <version>${iceberg.version}</version>
         <exclusions>
           <!-- TODO: file a ticket with iceberg to remove this -->
           <exclusion>
             <groupId>com.github.stephenc.findbugs</groupId>
             <artifactId>findbugs-annotations</artifactId>
           </exclusion>
         </exclusions>
       </dependency>
       <dependency>
         <groupId>org.apache.iceberg</groupId>
         <artifactId>iceberg-core</artifactId>
         <version>${iceberg.version}</version>
         <exclusions>
           <!-- TODO: file a ticket with iceberg to remove this -->
           <exclusion>
             <groupId>com.github.stephenc.findbugs</groupId>
             <artifactId>findbugs-annotations</artifactId>
           </exclusion>
         </exclusions>
       </dependency>
   ```
   
   Please fix that. One way is to scope the annotations so that they don't show up as a dependency in the `pom.xml` for `org.apache.iceberg:iceberg-{api|core}`.
   
   Thank you.
   --Vasile


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


Re: [I] Scope the annotations so that they don't show up as a dependency in the pom.xml for org.apache.iceberg:iceberg-{api|core} [iceberg]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #7756:
URL: https://github.com/apache/iceberg/issues/7756#issuecomment-1835008976

   This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs. To permanently prevent this issue from being considered stale, add the label 'not-stale', but commenting on the issue is preferred when possible.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] nastra commented on issue #7756: Scope the annotations so that they don't show up as a dependency in the pom.xml for org.apache.iceberg:iceberg-{api|core}

Posted by "nastra (via GitHub)" <gi...@apache.org>.
nastra commented on issue #7756:
URL: https://github.com/apache/iceberg/issues/7756#issuecomment-1575004136

   @vasilep I believe this has been fixed by https://github.com/apache/iceberg/pull/6976, meaning that Iceberg 1.0.0+ shouldn't have that issue anymore


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org