diff --git a/web-sdk/.gitignore b/web-sdk/.gitignore index 3bd9a55..381208b 100644 --- a/web-sdk/.gitignore +++ b/web-sdk/.gitignore @@ -46,6 +46,3 @@ log/ # Asc files (e.g., GPG signatures) *.asc - -# POM file -pom.xml diff --git a/web-sdk/pom.xml b/web-sdk/pom.xml new file mode 100644 index 0000000..8677fed --- /dev/null +++ b/web-sdk/pom.xml @@ -0,0 +1,96 @@ + + + 4.0.0 + + net.irext.webapi + irext-webapi + 1.5.0 + jar + + https://opensource.irext.net/irext/index-api + irext-remote-index + Indexing API for IRext remote controller + + + + MIT + https://opensource.irext.net/irext/index-api/-/blob/master/LICENSE + repo + + + + + Strawmanbobi + strawmanbobi@irext.net + IRext + https://site.irext.net + + + + scm:git:git://opensource.irext.net/irext/index-api + scm:git:ssh://opensource.irext.net/irext/index-api + https://opensource.irext.net/irext/index-api + + + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + 1.8 + 1.8 + UTF-8 + 4.12.0 + 2.10.1 + + + + + com.squareup.okhttp3 + okhttp + ${okhttp.version} + + + + com.google.code.gson + gson + ${gson.version} + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.11.0 + + ${maven.compiler.source} + ${maven.compiler.target} + + + + org.apache.maven.plugins + maven-source-plugin + 3.3.1 + + + attach-sources + + jar-no-fork + + + + + + + \ No newline at end of file