Skip to content

Commit

Permalink
Deleted unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shagtv committed Feb 19, 2020
1 parent 81afed4 commit 4f050dd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 21 deletions.
18 changes: 0 additions & 18 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ javaVersion=1.8
kotlinVersion=1.2.60

# Plugin version
version = 0.1.3
version = 0.1.4
6 changes: 5 additions & 1 deletion resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>com.badoo.liveprof.plugins</id>
<name>Live Profiler</name>
<version>0.1.3</version>
<version>0.1.4</version>
<vendor email="[email protected]" url="https://www.linkedin.com/in/shagtv/">timur.shagiakhmetov@Magic Lab</vendor>

<description>
Expand Down Expand Up @@ -30,6 +30,10 @@
<change-notes>
<![CDATA[
<p>v0.1.4 [19.02.2020]<br>
<em>- Deleted unused dependencies</em><br>
</p>
<p>v0.1.3 [07.02.2020]<br>
<em>- Fixed conflicting names</em><br>
<em>- Added documentation in readme</em><br>
Expand Down
6 changes: 5 additions & 1 deletion updatePlugins.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?><plugins>
<plugin id="com.badoo.liveprof.plugin" version="0.1.3" url="https://plugins.jetbrains.com/plugin/13767-live-profiler/versions">
<plugin id="com.badoo.liveprof.plugin" version="0.1.4" url="https://plugins.jetbrains.com/plugin/13767-live-profiler/versions">
<idea-version since-build="181.3"/>
<name>Live Profiler</name>
<description>
Expand Down Expand Up @@ -27,6 +27,10 @@
<change-notes>
<![CDATA[
<p>v0.1.4 [19.02.2020]<br>
<em>- Deleted unused dependencies</em><br>
</p>
<p>v0.1.3 [07.02.2020]<br>
<em>- Fixed conflicting names</em><br>
<em>- Added documentation in readme</em><br>
Expand Down

0 comments on commit 4f050dd

Please sign in to comment.