Skip to content

Commit

Permalink
Simplify module dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Oct 27, 2023
1 parent ca972f8 commit 9b50a2d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion echosvg-anim/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ plugins {
}

dependencies {
api project(':echosvg-parser')
api project(':echosvg-svg-dom')
implementation "xml-apis:xml-apis:$xmlApisVersion"
}
Expand Down
1 change: 0 additions & 1 deletion echosvg-bridge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ plugins {
}

dependencies {
api project(':echosvg-anim')
api project(':echosvg-gvt')
api project(':echosvg-script')
api project(':echosvg-svg-dom')
Expand Down
1 change: 0 additions & 1 deletion echosvg-gui-util/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ plugins {
}

dependencies {
api project(':echosvg-util')
api project(':echosvg-xml')
}

Expand Down
1 change: 0 additions & 1 deletion echosvg-gvt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ plugins {

dependencies {
api project(':echosvg-awt-util')
api project(':echosvg-util')
}

description = 'io.sf.carte:echosvg-gvt'
Expand Down
1 change: 0 additions & 1 deletion echosvg-slideshow/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ plugins {

dependencies {
api project(':echosvg-bridge')
api project(':echosvg-gvt')
}

description = 'io.sf.carte:echosvg-slideshow'
Expand Down

0 comments on commit 9b50a2d

Please sign in to comment.