You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ma...@apache.org on 2020/10/27 17:29:09 UTC

[atlas] branch branch-2.0 updated: ATLAS-4000: fixed incorrect pom.xml update in earlier commit - #3

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

madhan pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 7789380  ATLAS-4000: fixed incorrect pom.xml update in earlier commit - #3
7789380 is described below

commit 7789380ac44896baabcdacd3882fcc3aa650cd26
Author: Madhan Neethiraj <ma...@apache.org>
AuthorDate: Tue Oct 27 10:20:24 2020 -0700

    ATLAS-4000: fixed incorrect pom.xml update in earlier commit - #3
    
    (cherry picked from commit 34709f229b62ce054ae819917dff9aad4cc976b8)
---
 addons/storm-bridge/pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/addons/storm-bridge/pom.xml b/addons/storm-bridge/pom.xml
index af0d8ca..5f0ee05 100644
--- a/addons/storm-bridge/pom.xml
+++ b/addons/storm-bridge/pom.xml
@@ -321,16 +321,6 @@
                                             <groupId>com.fasterxml.jackson.core</groupId>
                                             <artifactId>jackson-databind</artifactId>
                                             <version>${jackson.databind.version}</version>
-                                           <exclusions>
-                                               <exclusion>
-                                                   <groupId>com.fasterxml.jackson.core</groupId>
-                                                   <artifactId>jackson-core</artifactId>
-                                               </exclusion>
-                                               <exclusion>
-                                                   <groupId>com.fasterxml.jackson.core</groupId>
-                                                   <artifactId>jackson-annotations</artifactId>
-                                               </exclusion>
-                                           </exclusions>
                                         </artifactItem>
 
                                         <artifactItem>