diff --git a/.travis.yml b/.travis.yml index 90b2176..86e6f1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ env: global: - CI=true -install: +#install: # - git fetch --unshallow --tags addons: diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..2086618 --- /dev/null +++ b/pom.xml @@ -0,0 +1,74 @@ + + + + + + + + 4.0.0 + net.thauvin.erik.bitly + bitly-shorten + 0.9.0-beta + + + + org.jetbrains.kotlin + kotlin-bom + 1.3.61 + pom + import + + + + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + 1.3.61 + runtime + + + com.squareup.okhttp3 + okhttp + 4.3.1 + runtime + + + com.squareup.okhttp3 + logging-interceptor + 4.3.1 + runtime + + + org.json + json + 20190722 + runtime + + + bitly-shorten + Bitly Shortener for Kotlin/Java + https://github.com/ethauvin/bitly-shorten + + + BSD 3-Clause + https://opensource.org/licenses/BSD-3-Clause + + + + + ethauvin + Erik C. Thauvin + erik@thauvin.net + + + + scm:git:https://github.com/ethauvin/bitly-shorten.git + scm:git:git@github.com:ethauvin/bitly-shorten.git + https://github.com/ethauvin/bitly-shorten + + + GitHub + https://github.com/ethauvin/bitly-shorten/issues + +