mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
[FIX] Забытые зависимости.
This commit is contained in:
parent
31c32aa2c2
commit
a841746ac8
3 changed files with 3 additions and 1 deletions
|
@ -81,6 +81,7 @@ pack project(':LauncherAPI')
|
||||||
bundle 'org.fusesource.jansi:jansi:1.18'
|
bundle 'org.fusesource.jansi:jansi:1.18'
|
||||||
bundle 'commons-io:commons-io:2.6'
|
bundle 'commons-io:commons-io:2.6'
|
||||||
bundle 'commons-codec:commons-codec:1.12'
|
bundle 'commons-codec:commons-codec:1.12'
|
||||||
|
bundle 'org.apache.httpcomponents:httpclient:4.5.7'
|
||||||
bundle 'org.javassist:javassist:3.25.0-GA'
|
bundle 'org.javassist:javassist:3.25.0-GA'
|
||||||
bundle 'io.netty:netty-all:4.1.36.Final'
|
bundle 'io.netty:netty-all:4.1.36.Final'
|
||||||
bundle 'org.hibernate:hibernate-core:5.4.4.Final'
|
bundle 'org.hibernate:hibernate-core:5.4.4.Final'
|
||||||
|
|
|
@ -38,6 +38,7 @@ task javadocJar(type: Jar) {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
pack project(':LauncherAuthlib')
|
pack project(':LauncherAuthlib')
|
||||||
|
pack 'org.bouncycastle:bcprov-jdk15:1.46'
|
||||||
pack 'org.apache.httpcomponents:httpclient:4.5.7'
|
pack 'org.apache.httpcomponents:httpclient:4.5.7'
|
||||||
pack 'io.netty:netty-codec-http:4.1.36.Final'
|
pack 'io.netty:netty-codec-http:4.1.36.Final'
|
||||||
}
|
}
|
||||||
|
|
2
modules
2
modules
|
@ -1 +1 @@
|
||||||
Subproject commit e098678d7ea2c5e6a926f457dcbc820c4e9fba66
|
Subproject commit bac8af98b5cac38e634a7776b947d01eb30ff873
|
Loading…
Reference in a new issue