Finnhub-Stock-API/finnhub-kotlin

dependency <type>pom</type> is wrong

nimo23 opened this issue · 0 comments

In https://github.com/Finnhub-Stock-API/finnhub-kotlin#installation,

this

<dependency>
  <groupId>io.finnhub</groupId>
  <artifactId>kotlin-client</artifactId>
  <version>2.0.19</version>
  <type>pom</type>
</dependency>

is not fully right. You have to remove the type-tag (it defaults to jar which is the correct value)