From 786c6d69a87ed4a3bbd822c0fc79ba13250a6ff4 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Fri, 20 Sep 2019 00:47:14 -0700 Subject: [PATCH] Added POM. --- pom.xml | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..ce6f731 --- /dev/null +++ b/pom.xml @@ -0,0 +1,70 @@ + + + 4.0.0 + net.thauvin.erik + akismet-kotlin + 0.9.0-beta + + + javax.servlet + javax.servlet-api + 4.0.1 + compile + + + com.squareup.okhttp3 + okhttp + 4.2.0 + compile + + + com.squareup.okhttp3 + logging-interceptor + 4.2.0 + compile + + + org.jetbrains.kotlin + kotlin-stdlib + 1.3.50 + compile + + + net.thauvin.erik + semver + 1.2.0 + runtime + + + org.mockito + mockito-core + 3.0.0 + runtime + + + akismet-kotlin + Akismet for Kotlin/Java, a client library for accessing the Automattic Kismet (Akismet) spam comments filtering service. + https://github.com/ethauvin/akismet-kotlin + + + BSD 3-Clause + https://opensource.org/licenses/BSD-3-Clause + + + + + ethauvin + Erik C. Thauvin + erik@thauvin.net + + + + scm:git:https://github.com/ethauvin/akismet-kotlin.git + scm:git:git@github.com:ethauvin/akismet-kotlin.git + https://github.com/ethauvin/akismet-kotlin + + + GitHub + https://github.com/ethauvin/akismet-kotlin/issues + +