mirror of
https://github.com/qi4L/JYso.git
synced 2026-09-21 22:40:43 +08:00
perf: remove gradle
This commit is contained in:
@@ -1,144 +0,0 @@
|
||||
# This file was generated by the Gradle 'init' task.
|
||||
# https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format
|
||||
|
||||
[versions]
|
||||
com-thoughtworks-xstream = "1.4.15"
|
||||
cn-hutool-hutool-all = "5.7.7"
|
||||
com-alibaba-fastjson = "1.2.83"
|
||||
com-alibaba-fastjson2-fastjson2 = "2.0.26"
|
||||
com-beust-jcommander = "1.78"
|
||||
com-caucho-resin = "4.0.65"
|
||||
com-fasterxml-jackson-core-jackson-databind = "2.11.3"
|
||||
com-ibm-websphere-appserver-api-com-ibm-websphere-appserver-api-wsoc = "1.0.10"
|
||||
com-mchange-c3p0 = "0.9.5.5"
|
||||
com-nqzero-permit-reflect = "0.3"
|
||||
com-oracle-weblogic-weblogic-server = "1.0"
|
||||
com-teradata-jdbc-terajdbc = "20.00.00.06"
|
||||
com-unboundid-unboundid-ldapsdk = "4.0.9"
|
||||
com-vaadin-vaadin-server = "7.7.14"
|
||||
commons-beanutils-commons-beanutils = "1.9.2"
|
||||
commons-cli-commons-cli = "1.5.0"
|
||||
commons-collections-commons-collections = "3.2.1"
|
||||
io-projectreactor-reactor-core = "3.4.26"
|
||||
io-undertow-undertow-core = "2.2.2.Final"
|
||||
io-undertow-undertow-servlet = "2.2.2.Final"
|
||||
javax-media-jai-jai-core = "1.1.3"
|
||||
javax-servlet-javax-servlet-api = "4.0.1"
|
||||
javax-websocket-javax-websocket-api = "1.1"
|
||||
jboss-jboss-serialization = "4.2.2.GA"
|
||||
junit-junit = "4.11"
|
||||
net-jodah-expiringmap = "0.5.9"
|
||||
net-sf-json-lib-json-lib = "2.4"
|
||||
org-apache-click-click-nodeps = "2.3.0"
|
||||
org-apache-commons-commons-collections4 = "4.0"
|
||||
org-apache-commons-commons-lang3 = "3.12.0"
|
||||
org-apache-commons-commons-text = "1.8"
|
||||
org-apache-logging-log4j-log4j-core = "2.14.1"
|
||||
org-apache-maven-plugins-maven-assembly-plugin = "3.0.0"
|
||||
org-apache-myfaces-core-myfaces-impl = "2.2.9"
|
||||
org-apache-tomcat-embed-tomcat-embed-core = "8.5.58"
|
||||
org-apache-tomcat-tomcat-websocket = "9.0.62"
|
||||
org-apache-wicket-wicket-util = "6.23.0"
|
||||
org-aspectj-aspectjweaver = "1.9.7"
|
||||
org-beanshell-bsh = "2.0b5"
|
||||
org-clojure-clojure = "1.8.0"
|
||||
org-codehaus-groovy-groovy = "2.4.5"
|
||||
org-eclipse-jetty-jetty-ant = "11.0.7"
|
||||
org-fusesource-jansi-jansi = "2.4.0"
|
||||
org-glassfish-tyrus-tyrus-server = "2.0.0"
|
||||
org-hibernate-hibernate-core = "4.3.11.Final"
|
||||
org-javassist-javassist = "3.29.2-GA"
|
||||
org-jboss-interceptor-jboss-interceptor-core = "2.0.0.Final"
|
||||
org-jboss-interceptor-jboss-interceptor-spi = "2.0.0.Final"
|
||||
org-jboss-remoting-jboss-remoting = "4.0.19.Final"
|
||||
org-jboss-remotingjmx-remoting-jmx = "2.0.1.Final"
|
||||
org-jboss-spec-javax-security-jacc-jboss-jacc-api-v1-v4-spec = "1.0.3.Final"
|
||||
org-jboss-weld-weld-core = "1.1.33.Final"
|
||||
org-jenkins-ci-main-remoting = "2.55"
|
||||
org-ow2-asm-asm = "8.0.1"
|
||||
org-python-jython-standalone = "2.5.2"
|
||||
org-reflections-reflections = "0.9.10"
|
||||
org-springframework-spring-aop = "5.2.3.RELEASE"
|
||||
org-springframework-spring-beans = "5.2.3.RELEASE"
|
||||
org-springframework-spring-context-support = "5.2.3.RELEASE"
|
||||
org-springframework-spring-core = "5.2.3.RELEASE"
|
||||
org-springframework-spring-jdbc = "5.2.3.RELEASE"
|
||||
org-springframework-spring-oxm = "5.2.3.RELEASE"
|
||||
org-springframework-spring-test = "5.2.3.RELEASE"
|
||||
org-springframework-spring-tx = "5.2.3.RELEASE"
|
||||
org-springframework-spring-web = "5.2.3.RELEASE"
|
||||
org-springframework-spring-webmvc = "5.2.3.RELEASE"
|
||||
rhino-js = "1.7R2"
|
||||
rome-rome = "1.0"
|
||||
xerces-xercesimpl = "2.12.0"
|
||||
|
||||
[libraries]
|
||||
com-thoughtworks-xstream = { module = "com.thoughtworks.xstream:xstream", version.ref = "com-thoughtworks-xstream" }
|
||||
cn-hutool-hutool-all = { module = "cn.hutool:hutool-all", version.ref = "cn-hutool-hutool-all" }
|
||||
com-alibaba-fastjson = { module = "com.alibaba:fastjson", version.ref = "com-alibaba-fastjson" }
|
||||
com-alibaba-fastjson2-fastjson2 = { module = "com.alibaba.fastjson2:fastjson2", version.ref = "com-alibaba-fastjson2-fastjson2" }
|
||||
com-beust-jcommander = { module = "com.beust:jcommander", version.ref = "com-beust-jcommander" }
|
||||
com-caucho-resin = { module = "com.caucho:resin", version.ref = "com-caucho-resin" }
|
||||
com-fasterxml-jackson-core-jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "com-fasterxml-jackson-core-jackson-databind" }
|
||||
com-ibm-websphere-appserver-api-com-ibm-websphere-appserver-api-wsoc = { module = "com.ibm.websphere.appserver.api:com.ibm.websphere.appserver.api.wsoc", version.ref = "com-ibm-websphere-appserver-api-com-ibm-websphere-appserver-api-wsoc" }
|
||||
com-mchange-c3p0 = { module = "com.mchange:c3p0", version.ref = "com-mchange-c3p0" }
|
||||
com-nqzero-permit-reflect = { module = "com.nqzero:permit-reflect", version.ref = "com-nqzero-permit-reflect" }
|
||||
com-oracle-weblogic-weblogic-server = { module = "com.oracle.weblogic:weblogic-server", version.ref = "com-oracle-weblogic-weblogic-server" }
|
||||
com-teradata-jdbc-terajdbc = { module = "com.teradata.jdbc:terajdbc", version.ref = "com-teradata-jdbc-terajdbc" }
|
||||
com-unboundid-unboundid-ldapsdk = { module = "com.unboundid:unboundid-ldapsdk", version.ref = "com-unboundid-unboundid-ldapsdk" }
|
||||
com-vaadin-vaadin-server = { module = "com.vaadin:vaadin-server", version.ref = "com-vaadin-vaadin-server" }
|
||||
commons-beanutils-commons-beanutils = { module = "commons-beanutils:commons-beanutils", version.ref = "commons-beanutils-commons-beanutils" }
|
||||
commons-cli-commons-cli = { module = "commons-cli:commons-cli", version.ref = "commons-cli-commons-cli" }
|
||||
commons-collections-commons-collections = { module = "commons-collections:commons-collections", version.ref = "commons-collections-commons-collections" }
|
||||
io-projectreactor-reactor-core = { module = "io.projectreactor:reactor-core", version.ref = "io-projectreactor-reactor-core" }
|
||||
io-undertow-undertow-core = { module = "io.undertow:undertow-core", version.ref = "io-undertow-undertow-core" }
|
||||
io-undertow-undertow-servlet = { module = "io.undertow:undertow-servlet", version.ref = "io-undertow-undertow-servlet" }
|
||||
javax-media-jai-jai-core = { module = "javax.media.jai:jai-core", version.ref = "javax-media-jai-jai-core" }
|
||||
javax-servlet-javax-servlet-api = { module = "javax.servlet:javax.servlet-api", version.ref = "javax-servlet-javax-servlet-api" }
|
||||
javax-websocket-javax-websocket-api = { module = "javax.websocket:javax.websocket-api", version.ref = "javax-websocket-javax-websocket-api" }
|
||||
jboss-jboss-serialization = { module = "jboss:jboss-serialization", version.ref = "jboss-jboss-serialization" }
|
||||
junit-junit = { module = "junit:junit", version.ref = "junit-junit" }
|
||||
net-jodah-expiringmap = { module = "net.jodah:expiringmap", version.ref = "net-jodah-expiringmap" }
|
||||
net-sf-json-lib-json-lib = { module = "net.sf.json-lib:json-lib", version.ref = "net-sf-json-lib-json-lib" }
|
||||
org-apache-click-click-nodeps = { module = "org.apache.click:click-nodeps", version.ref = "org-apache-click-click-nodeps" }
|
||||
org-apache-commons-commons-collections4 = { module = "org.apache.commons:commons-collections4", version.ref = "org-apache-commons-commons-collections4" }
|
||||
org-apache-commons-commons-lang3 = { module = "org.apache.commons:commons-lang3", version.ref = "org-apache-commons-commons-lang3" }
|
||||
org-apache-commons-commons-text = { module = "org.apache.commons:commons-text", version.ref = "org-apache-commons-commons-text" }
|
||||
org-apache-logging-log4j-log4j-core = { module = "org.apache.logging.log4j:log4j-core", version.ref = "org-apache-logging-log4j-log4j-core" }
|
||||
org-apache-maven-plugins-maven-assembly-plugin = { module = "org.apache.maven.plugins:maven-assembly-plugin", version.ref = "org-apache-maven-plugins-maven-assembly-plugin" }
|
||||
org-apache-myfaces-core-myfaces-impl = { module = "org.apache.myfaces.core:myfaces-impl", version.ref = "org-apache-myfaces-core-myfaces-impl" }
|
||||
org-apache-tomcat-embed-tomcat-embed-core = { module = "org.apache.tomcat.embed:tomcat-embed-core", version.ref = "org-apache-tomcat-embed-tomcat-embed-core" }
|
||||
org-apache-tomcat-tomcat-websocket = { module = "org.apache.tomcat:tomcat-websocket", version.ref = "org-apache-tomcat-tomcat-websocket" }
|
||||
org-apache-wicket-wicket-util = { module = "org.apache.wicket:wicket-util", version.ref = "org-apache-wicket-wicket-util" }
|
||||
org-aspectj-aspectjweaver = { module = "org.aspectj:aspectjweaver", version.ref = "org-aspectj-aspectjweaver" }
|
||||
org-beanshell-bsh = { module = "org.beanshell:bsh", version.ref = "org-beanshell-bsh" }
|
||||
org-clojure-clojure = { module = "org.clojure:clojure", version.ref = "org-clojure-clojure" }
|
||||
org-codehaus-groovy-groovy = { module = "org.codehaus.groovy:groovy", version.ref = "org-codehaus-groovy-groovy" }
|
||||
org-eclipse-jetty-jetty-ant = { module = "org.eclipse.jetty:jetty-ant", version.ref = "org-eclipse-jetty-jetty-ant" }
|
||||
org-fusesource-jansi-jansi = { module = "org.fusesource.jansi:jansi", version.ref = "org-fusesource-jansi-jansi" }
|
||||
org-glassfish-tyrus-tyrus-server = { module = "org.glassfish.tyrus:tyrus-server", version.ref = "org-glassfish-tyrus-tyrus-server" }
|
||||
org-hibernate-hibernate-core = { module = "org.hibernate:hibernate-core", version.ref = "org-hibernate-hibernate-core" }
|
||||
org-javassist-javassist = { module = "org.javassist:javassist", version.ref = "org-javassist-javassist" }
|
||||
org-jboss-interceptor-jboss-interceptor-core = { module = "org.jboss.interceptor:jboss-interceptor-core", version.ref = "org-jboss-interceptor-jboss-interceptor-core" }
|
||||
org-jboss-interceptor-jboss-interceptor-spi = { module = "org.jboss.interceptor:jboss-interceptor-spi", version.ref = "org-jboss-interceptor-jboss-interceptor-spi" }
|
||||
org-jboss-remoting-jboss-remoting = { module = "org.jboss.remoting:jboss-remoting", version.ref = "org-jboss-remoting-jboss-remoting" }
|
||||
org-jboss-remotingjmx-remoting-jmx = { module = "org.jboss.remotingjmx:remoting-jmx", version.ref = "org-jboss-remotingjmx-remoting-jmx" }
|
||||
org-jboss-spec-javax-security-jacc-jboss-jacc-api-v1-v4-spec = { module = "org.jboss.spec.javax.security.jacc:jboss-jacc-api_1.4_spec", version.ref = "org-jboss-spec-javax-security-jacc-jboss-jacc-api-v1-v4-spec" }
|
||||
org-jboss-weld-weld-core = { module = "org.jboss.weld:weld-core", version.ref = "org-jboss-weld-weld-core" }
|
||||
org-jenkins-ci-main-remoting = { module = "org.jenkins-ci.main:remoting", version.ref = "org-jenkins-ci-main-remoting" }
|
||||
org-ow2-asm-asm = { module = "org.ow2.asm:asm", version.ref = "org-ow2-asm-asm" }
|
||||
org-python-jython-standalone = { module = "org.python:jython-standalone", version.ref = "org-python-jython-standalone" }
|
||||
org-reflections-reflections = { module = "org.reflections:reflections", version.ref = "org-reflections-reflections" }
|
||||
org-springframework-spring-aop = { module = "org.springframework:spring-aop", version.ref = "org-springframework-spring-aop" }
|
||||
org-springframework-spring-beans = { module = "org.springframework:spring-beans", version.ref = "org-springframework-spring-beans" }
|
||||
org-springframework-spring-context-support = { module = "org.springframework:spring-context-support", version.ref = "org-springframework-spring-context-support" }
|
||||
org-springframework-spring-core = { module = "org.springframework:spring-core", version.ref = "org-springframework-spring-core" }
|
||||
org-springframework-spring-jdbc = { module = "org.springframework:spring-jdbc", version.ref = "org-springframework-spring-jdbc" }
|
||||
org-springframework-spring-oxm = { module = "org.springframework:spring-oxm", version.ref = "org-springframework-spring-oxm" }
|
||||
org-springframework-spring-test = { module = "org.springframework:spring-test", version.ref = "org-springframework-spring-test" }
|
||||
org-springframework-spring-tx = { module = "org.springframework:spring-tx", version.ref = "org-springframework-spring-tx" }
|
||||
org-springframework-spring-web = { module = "org.springframework:spring-web", version.ref = "org-springframework-spring-web" }
|
||||
org-springframework-spring-webmvc = { module = "org.springframework:spring-webmvc", version.ref = "org-springframework-spring-webmvc" }
|
||||
rhino-js = { module = "rhino:js", version.ref = "rhino-js" }
|
||||
rome-rome = { module = "rome:rome", version.ref = "rome-rome" }
|
||||
xerces-xercesimpl = { module = "xerces:xercesImpl", version.ref = "xerces-xercesimpl" }
|
||||
Vendored
BIN
Binary file not shown.
-7
@@ -1,7 +0,0 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user