Added sonarcloud configuration.

This commit is contained in:
Erik C. Thauvin 2019-04-02 15:51:17 -07:00
parent ba4cc22f25
commit 87cc1adefd
12 changed files with 159 additions and 30 deletions

10
pom.xml
View file

@ -3,19 +3,19 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.thauvin.erik</groupId>
<artifactId>pinboard-poster</artifactId>
<version>1.0.0</version>
<version>1.0.1-beta</version>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.2.50</version>
<scope>compile</scope>
<version>1.3.21</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.10.0</version>
<scope>compile</scope>
<version>3.14.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<name>pinboard-poster</name>