Issue 11643

Consider downgrading versions of logging in occurrence motherpom

11643
Reporter: trobertson
Assignee: omeyn
Type: Improvement
Summary: Consider downgrading versions of logging in occurrence motherpom
Priority: Minor
Resolution: Fixed
Status: Closed
Created: 2012-08-02 11:36:18.488
Updated: 2013-12-17 15:17:09.007
Resolved: 2012-09-28 11:32:42.309
        
Description: The occurrence projects depend on HBase heavily.  Using things like occurrence-persistence in other projects causes issues due to incompatibilities in the logging APIs and adapters.  For example, people do this:

{code:xml}

  org.gbif.occurrence
  occurrence-persistence
  ${occurrence-persistence.version}
  
  
    
      org.slf4j
      log4j-over-slf4j
    
    
    
      ch.qos.logback
      logback-classic
    
    
      org.slf4j
      jcl-over-slf4j
    
  

{code}

Given we are tied to the HBase version anyway, I propose using this:

{code:xml}

1.5.8

0.9.21
{code}


]]>
    


Author: omeyn@gbif.org
Comment: set slf4j to 1.5.8 and logback to 0.9.17 (which matches 1.5.8)
Created: 2012-09-28 11:32:42.344
Updated: 2012-09-28 11:32:42.344