How can a duplicate class be excluded from sbt assembly?
  
 
     
     
             
                 
 
 
         
         9 
         
 
         
             5 
         
 
 
 
 
             
 
             
 
     
     
 
 We have a situation in which two dependencies have exactly the same class (because one of the dependencies copied it and included in their own source).   This is causing sbt assembly  to fail its deduplication checks.   How can I exclude a class from a particular jar?      
 
         
             
                 sbt sbt-assembly 
             
         
 
     
         
             
  share | improve this question  
             
 
                 
 
     
         edited Jun 24 '14 at 9:57 
     
     
         
     
     
         Channing Walton 
         
             
         
     
                 
             
 
     
         asked Jun 23 '14 at 10:12 
     
     
         
     
     
         Channing Walton Channing Walton 
         
             2,903 22 47 
         
     
 
 
  ...
