File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ dependencies {
128
128
// compile "org.libreoffice:ridl:6.2.3"
129
129
// compile "org.libreoffice:unoil:6.2.3"
130
130
131
- compile ' io.github.java-diff-utils:java-diff-utils:4.5-SNAPSHOT '
131
+ compile ' io.github.java-diff-utils:java-diff-utils:4.5'
132
132
compile ' info.debatty:java-string-similarity:1.2.1'
133
133
134
134
antlr3 ' org.antlr:antlr:3.5.2'
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ License: MIT
113
113
Id: io.github.java-diff-utils:java-diff-utils
114
114
Project: java-diff-utils
115
115
URL: https://github.com/java-diff-utils/java-diff-utils
116
- License: Apache-1.1
116
+ License: Apache-2.0
117
117
118
118
Id: net.java.dev.glazedlists:glazedlists_java15
119
119
Project: Glazed Lists
Original file line number Diff line number Diff line change 67
67
requires org .apache .httpcomponents .httpclient ;
68
68
requires org .jsoup ;
69
69
requires commons .csv ;
70
+ requires io .github .javadiffutils ;
70
71
}
You can’t perform that action at this time.
0 commit comments