From 4f050ddb18a0a5dd028d3dffb21c265e37b2e000 Mon Sep 17 00:00:00 2001
From: Timur Shagiakhmetov
Date: Wed, 19 Feb 2020 18:59:31 +0000
Subject: [PATCH] Deleted unused dependencies
---
build.gradle | 18 ------------------
gradle.properties | 2 +-
resources/META-INF/plugin.xml | 6 +++++-
updatePlugins.xml | 6 +++++-
4 files changed, 11 insertions(+), 21 deletions(-)
diff --git a/build.gradle b/build.gradle
index a0b175d..d89a4dc 100644
--- a/build.gradle
+++ b/build.gradle
@@ -44,25 +44,7 @@ intellij {
}
dependencies {
- compile "javax.websocket:javax.websocket-client-api:1.1"
- implementation 'org.eclipse.jetty.websocket:websocket-client:9.4.24.v20191120'
- compile "org.glassfish:javax.json:1.1.4"
- compile 'org.glassfish.tyrus.bundles:tyrus-standalone-client:1.15'
- compile 'org.apache.sshd:sshd-mina:2.3.0'
- compile 'org.slf4j:slf4j-api:1.7.25'
- compile 'org.slf4j:slf4j-simple:1.6.4'
implementation 'org.apache.commons:commons-lang3:3.1'
- implementation 'commons-lang:commons-lang:2.6'
-}
-
-javafx {
- // see notice about PhpStorm Java runtime below
- // the only thing that starting from PhpStorm 2019.2, it's built with Java v11
- //
- version = 11
- modules = [ 'javafx.controls', 'javafx.fxml', 'javafx.web', 'javafx.swing' ]
- // IDEA contains JavaFx, there is no need to include all platform libraries
- configuration = 'compileOnly'
}
sourceSets {
diff --git a/gradle.properties b/gradle.properties
index 7155e47..02e303d 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -9,4 +9,4 @@ javaVersion=1.8
kotlinVersion=1.2.60
# Plugin version
-version = 0.1.3
+version = 0.1.4
diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml
index 482feba..240ff55 100644
--- a/resources/META-INF/plugin.xml
+++ b/resources/META-INF/plugin.xml
@@ -1,7 +1,7 @@
com.badoo.liveprof.plugins
Live Profiler
- 0.1.3
+ 0.1.4
timur.shagiakhmetov@Magic Lab
@@ -30,6 +30,10 @@
v0.1.4 [19.02.2020]
+ - Deleted unused dependencies
+
+
v0.1.3 [07.02.2020]
- Fixed conflicting names
- Added documentation in readme
diff --git a/updatePlugins.xml b/updatePlugins.xml
index 4b9ab90..0c12494 100644
--- a/updatePlugins.xml
+++ b/updatePlugins.xml
@@ -1,5 +1,5 @@
-
+
Live Profiler
@@ -27,6 +27,10 @@
v0.1.4 [19.02.2020]
+ - Deleted unused dependencies
+
+
v0.1.3 [07.02.2020]
- Fixed conflicting names
- Added documentation in readme