-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- SnakeYaml and CommonsIO are now implementation dependencies - Updated version of SnakeYaml
- Loading branch information
1 parent
0f7d5eb
commit 4988be7
Showing
7 changed files
with
30 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
dependencies { | ||
api project(':main:boofcv-types') | ||
api project(':main:boofcv-io') | ||
api project(':main:boofcv-feature') | ||
api project(':main:boofcv-geo') | ||
api project(':main:boofcv-sfm') | ||
api project(':main:boofcv-recognition') | ||
api 'com.fifesoft:rsyntaxtextarea:2.6.1' | ||
api 'io.github.vincenzopalazzo:material-ui-swing:1.1.1_pre-release_6.1' | ||
api 'com.github.weisj:darklaf-core:1.4.3.1' | ||
api project(':main:boofcv-types') | ||
api project(':main:boofcv-io') | ||
api project(':main:boofcv-feature') | ||
api project(':main:boofcv-geo') | ||
api project(':main:boofcv-sfm') | ||
api project(':main:boofcv-recognition') | ||
api 'com.fifesoft:rsyntaxtextarea:2.6.1' | ||
api 'io.github.vincenzopalazzo:material-ui-swing:1.1.1_pre-release_6.1' | ||
api 'com.github.weisj:darklaf-core:1.4.3.1' | ||
|
||
implementation("org.yaml:snakeyaml:$snakeyaml_version") | ||
implementation("commons-io:commons-io:$commons_io_version") | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters