arrow-kt / arrow-core

Λrrow Core is part of Λrrow, a functional companion to Kotlin's Standard Library
http://arrow-kt.io
Other
81 stars 30 forks source link

Configuration: remove transitive dependency and update configurations #223

Closed rachelcarmena closed 4 years ago

rachelcarmena commented 4 years ago

This dependency is been added to all the Arrow Core modules except arrow-meta:

    <dependency>
      <groupId>org.codehaus.mojo</groupId>
      <artifactId>animal-sniffer-annotations</artifactId>
      <version>1.19</version>
      <scope>runtime</scope>
    </dependency>

This PR removes that transitive dependency and updates the configuration for dependencies because of https://github.com/arrow-kt/arrow/pull/2206