Skip to content

Commit

Permalink
Update settings.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Anastasios Antoniadis committed Apr 30, 2024
1 parent db27bf6 commit 919a98c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ dependencies {
testImplementation group: 'junit', name: 'junit', version: '4.11'

implementation "com.offbytwo:docopt:0.6.0.20150202",
// https://mvnrepository.com/artifact/com.offbytwo/docopt
"com.github.eaftan:hprof-parser:-SNAPSHOT",
// compile "ext:hprof-parser:1.0" // old artifactory dependency
"com.github.plast-lab:clue-common:${clueCommonVersion}"
"com.github.eaftan:hprof-parser:-SNAPSHOT",
"com.github.plast-lab:clue-common:${clueCommonVersion}"

runtimeOnly "com.google.guava:guava:33.0.0-jre" // needed by hprof-parser
}
Expand Down
2 changes: 0 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
rootProject.name = 'HeapDL'
include 'ctxagent'


7 changes: 2 additions & 5 deletions subprojects/heapDump-agent/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* This file was generated by the Gradle 'init' task.
*/

plugins {
id 'java-library'
id 'maven-publish'
Expand All @@ -19,7 +15,8 @@ wrapper {
}

dependencies {
api libs.org.javassist.javassist
// https://mvnrepository.com/artifact/javassist/javassist
implementation group: 'javassist', name: 'javassist', version: '3.12.1.GA'
}

group = 'org.clyze'
Expand Down

0 comments on commit 919a98c

Please sign in to comment.