Skip to content

Commit

Permalink
Removed redundant dependency information for jpro-sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianKirmaier committed Dec 3, 2023
1 parent 506f54f commit 040f07f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,6 @@ configure(subprojects.findAll { it.name != 'example' }) {
}
}

configure([project("jpro-sessions")]) {
dependencies {
implementation "com.sandec.jpro:jpro-webapi:$JPRO_VERSION"
implementation "commons-io:commons-io:$COMMONS_IO_VERSION"
}
}

configure([project("tree-showing"), project("jpro-auth"), project("jpro-file"), project("jpro-image-manager"),
project("jpro-mdfx"), project("jpro-media"), project("jpro-sessions"), project("jpro-html-scrollpane"),
project("freeze-detector"), project("jpro-routing:core"), project("jpro-routing:dev"),
Expand Down

0 comments on commit 040f07f

Please sign in to comment.