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

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


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

commit 34709f229b62ce054ae819917dff9aad4cc976b8
Author: Madhan Neethiraj <[email protected]>
AuthorDate: Tue Oct 27 10:20:24 2020 -0700

    ATLAS-4000: fixed incorrect pom.xml update in earlier commit - #3
---
 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 bc6670e..7152543 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>

Reply via email to