Skip to content

Commit

Permalink
fix refs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andyz26 committed Jan 25, 2024
1 parent dd49f73 commit c3cab7f
Show file tree
Hide file tree
Showing 26 changed files with 1,173 additions and 141 deletions.
2 changes: 1 addition & 1 deletion mantis-examples/mantis-examples-sine-function/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ task execute(type:JavaExec) {
classpath = sourceSets.main.runtimeClasspath
}
dependencies {
implementation project(':mantis-server:mantis-server-worker')
implementation project(':mantis-runtime-executor')
implementation libraries.spectatorApi
}
12 changes: 0 additions & 12 deletions mantis-runtime-executor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,16 @@
* limitations under the License.
*/

apply plugin: 'eu.appsatori.fatjar'

ext {
mantisRxControlVersion = '1.3.+'
mesosVersion = '1.7.2'
}

dependencies {
api project(":mantis-runtime")
api project(":mantis-runtime-loader")
api project(":mantis-server:mantis-server-worker-client")
api project(":mantis-server:mantis-server-agent")

implementation "org.apache.mesos:mesos:$mesosVersion"
implementation libraries.slf4jApi
implementation libraries.slf4jLog4j12
implementation libraries.vavr
Expand All @@ -38,7 +34,6 @@ dependencies {
implementation libraries.httpClient
implementation "io.mantisrx:mantis-rxcontrol:$mantisRxControlVersion"
implementation "com.yahoo.datasketches:sketches-core:0.9.1"

implementation libraries.spectatorApi

testImplementation libraries.junit4
Expand All @@ -48,10 +43,3 @@ dependencies {
testImplementation(testFixtures(project(":mantis-common")))
testImplementation(testFixtures(project(":mantis-control-plane:mantis-control-plane-core")))
}

// exclude any signed jars
fatJar {
exclude "META-INF/*.SF"
exclude "META-INF/*.DSA"
exclude "META-INF/*.RSA"
}
Loading

0 comments on commit c3cab7f

Please sign in to comment.