diff --git a/.travis/maven_cfg.sh b/.travis/maven_cfg.sh
index 6017b04..303ad00 100644
--- a/.travis/maven_cfg.sh
+++ b/.travis/maven_cfg.sh
@@ -22,8 +22,3 @@ else
echo "Using cached maven settings..."
fi
-# The Java API is not available on a public repository yet, we need to download and install it locally.
-# Always downloading the latest development version.
-git clone https://github.com/utPLSQL/utPLSQL-java-api.git
-cd utPLSQL-java-api
-mvn package install -DskipTests
diff --git a/pom.xml b/pom.xml
index cda5e7f..921bb7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
org.utplsql
java-api
- 3.0.4-SNAPSHOT
+ 3.0.4
compile
@@ -59,4 +59,19 @@
+
+
+ utplsql-java-api
+
+ https://packagecloud.io/utplsql/utplsql-java-api/maven2
+
+
+ true
+
+
+ true
+
+
+
+