From 077b602e19b800157ad256fba601aea8fa41a724 Mon Sep 17 00:00:00 2001 From: mohammed jasem alaajel <34905970+ham1255@users.noreply.github.com> Date: Sun, 16 May 2021 02:59:54 +0400 Subject: [PATCH] removed compile file Note: you can find the jar inside target folder now. --- RediSkript.iml | 16 +++++++++++++++- pom.xml | 12 ------------ 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/RediSkript.iml b/RediSkript.iml index 357b487..3e0c59b 100644 --- a/RediSkript.iml +++ b/RediSkript.iml @@ -1,5 +1,14 @@ + + + + + PAPER + + + + @@ -17,7 +26,12 @@ - + + + + + + diff --git a/pom.xml b/pom.xml index 70f3204..4a86fc0 100644 --- a/pom.xml +++ b/pom.xml @@ -43,14 +43,6 @@ - - org.apache.maven.plugins - maven-jar-plugin - 3.2.0 - - ${project.basedir}/compile - - @@ -94,26 +86,22 @@ redis.clients jedis 3.5.1 - compile org.json json 20201115 - compile org.cryptomator siv-mode 1.4.1 - compile org.apache.commons commons-pool2 2.6.2 - compile \ No newline at end of file