Skip to content

Commit

Permalink
Update heapDump-agent structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Anastasios Antoniadis committed Apr 30, 2024
1 parent 5ba046b commit c0ad5da
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 218 deletions.
19 changes: 10 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,20 @@ wrapper {

repositories {
mavenCentral()
maven { url "http://centauri.di.uoa.gr:8081/artifactory/plast-public"
allowInsecureProtocol true
}
maven { url 'https://jitpack.io' }
}

gradle.rootProject.ext.clueCommonVersion='3.25.4'

dependencies {
testImplementation group: 'junit', name: 'junit', version: '4.11'

implementation "org.clyze:clue-common:3.22.5"
// https://mvnrepository.com/artifact/com.offbytwo/docopt
implementation group: 'com.offbytwo', name: 'docopt', version: '0.6.0.20150202'
implementation 'edu.tufts.eaftan.hprofparser:hprof-parser:1.0'
// compile "ext:hprof-parser:1.0" // old artifactory dependency
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}"

runtimeOnly "com.google.guava:guava:33.0.0-jre" // needed by hprof-parser
}

Expand Down Expand Up @@ -142,4 +143,4 @@ if (project.hasProperty('bintray_user') && project.hasProperty('bintray_key')) {
}
}
}
}
}
2 changes: 1 addition & 1 deletion heapDump-agent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
api libs.org.javassist.javassist
}

group = 'com.tsampikos'
group = 'org.clyze'
version = '1.0-SNAPSHOT'
description = 'theLastDump'
java.sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit c0ad5da

Please sign in to comment.