mikaello commented on pull request #14:
URL: 
https://github.com/apache/logging-log4j-kotlin/pull/14#issuecomment-777526127


   Sorry for not replying! I tried to figure out how to avoid distributing the 
stdlib as a transitive dependency, but I struggled a bit, and after a while I 
surrendered and changed my project import to:
   
   ```diff
           <dependency>
               <groupId>org.apache.logging.log4j</groupId>
               <artifactId>log4j-api-kotlin</artifactId>
               <version>1.0.0</version>
   +           <exclusions>
   +               <exclusion>
   +                   <groupId>org.jetbrains.kotlin</groupId>
   +                   <artifactId>kotlin-stdlib</artifactId>
   +               </exclusion>
   +           </exclusions>
           </dependency>
   ```


----------------------------------------------------------------
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.

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


Reply via email to