From 5394584e07c0f7fd894444dbf7e51dfeaa01d816 Mon Sep 17 00:00:00 2001 From: ehlxr Date: Fri, 22 Jan 2021 16:08:28 +0800 Subject: [PATCH] upgrade Try.java --- pom.xml | 1032 +++++++++++++++++++++++++++---------------------------- 1 file changed, 516 insertions(+), 516 deletions(-) diff --git a/pom.xml b/pom.xml index 535a85b..d543e8d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,516 +1,516 @@ - - 4.0.0 - io.github.ehlxr - budd - war - 0.0.1-SNAPSHOT - - budd - http://maven.apache.org - - - UTF-8 - UTF-8 - - 1.8 - 1.8 - - 5.2.6.RELEASE - 2.5 - 3.2.7 - 1.1.1 - 1.4.0 - utf-8 - 1.8 - 1.7.1 - 1.3.61 - - - - - com.jcraft - jsch - 0.1.53 - - - - org.bouncycastle - bcprov-jdk16 - 1.46 - - - - junit - junit - 4.13.1 - - - - - commons-logging - commons-logging - 1.1.3 - - - - org.apache.shiro - shiro-core - 1.4.2 - - - - - org.springframework - spring-core - ${spring.version} - - - - org.springframework - spring-beans - ${spring.version} - - - - org.springframework - spring-context - ${spring.version} - - - - org.springframework - spring-web - ${spring.version} - - - - org.springframework - spring-oxm - ${spring.version} - - - - org.springframework - spring-tx - ${spring.version} - - - - org.springframework - spring-jdbc - ${spring.version} - - - - org.springframework - spring-webmvc - ${spring.version} - - - - org.springframework - spring-aop - ${spring.version} - - - - org.springframework - spring-context-support - ${spring.version} - - - - org.springframework - spring-test - ${spring.version} - - - - org.springframework - spring-jms - ${spring.version} - - - - org.springframework - spring-expression - ${spring.version} - - - - - commons-codec - commons-codec - 1.6 - - - - net.sf.json-lib - json-lib - 2.4 - jdk15 - - - - com.caucho - hessian - 4.0.38 - - - - redis.clients - jedis - 2.8.0 - - - - mysql - mysql-connector-java - 8.0.16 - - - - - javax.servlet - servlet-api - ${servlet.version} - provided - - - - - org.mybatis - mybatis - ${mybatis.version} - - - - org.mybatis - mybatis-spring - ${mybatis.spring.version} - - - - org.mybatis.generator - mybatis-generator-core - ${mybatis.generator.core.version} - - - - c3p0 - c3p0 - 0.9.1.2 - - - - - org.apache.httpcomponents - httpclient - 4.5.2 - - - - org.apache.cxf - cxf-rt-frontend-jaxws - 3.1.6 - - - - org.apache.cxf - cxf-rt-transports-http - 3.1.6 - - - - org.apache.activemq - activemq-all - 5.13.3 - - - - org.apache.xbean - xbean-spring - 4.5 - - - commons-io - commons-io - 2.5 - - - - org.powermock - powermock-module-junit4 - ${powermock.version} - - - org.powermock - powermock-api-mockito2 - ${powermock.version} - - - io.reactivex - rxjava - 1.3.0 - - - io.reactivex.rxjava2 - rxjava - 2.1.8 - - - com.google.guava - guava - 28.2-jre - - - org.jodd - jodd-props - 3.6.1 - - - - - - - - - - - - - org.jetbrains.kotlin - kotlin-stdlib-jdk8 - ${kotlin.version} - - - org.jetbrains.kotlin - kotlin-test - ${kotlin.version} - test - - - - com.rabbitmq - amqp-client - 4.8.0 - - - - org.apache.hbase - hbase-client - 1.3.5 - - - - com.fasterxml.jackson.core - jackson-annotations - 2.10.3 - - - - com.fasterxml.jackson.core - jackson-databind - 2.10.3 - - - - com.squareup.okhttp3 - okhttp - 3.14.7 - - - - io.vavr - vavr - 0.10.3 - - - - pl.touk - throwing-function - 1.3 - - - - cn.ceres.did - did-sdk - 1.0-SNAPSHOT - - - - budd - - - - - org.mybatis.generator - mybatis-generator-maven-plugin - ${mybatis.generator.core.version} - - true - true - - - - mysql - mysql-connector-java - 8.0.16 - - - - - - - - - - - - - - - - - - org.mortbay.jetty - jetty-maven-plugin - 8.1.15.v20140411 - - - /usefull-code - - exit - 9090 - 1 - - - 8080 - 60000 - - - - target/access.log - 90 - false - false - GMT+8:00 - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.10.2 - - true - - - - attach-javadocs - - jar - - - - - - - org.apache.maven.plugins - maven-source-plugin - 2.1.2 - - - attach-sources - verify - - jar-no-fork - - - - - - - - - org.jetbrains.kotlin - kotlin-maven-plugin - ${kotlin.version} - - - compile - compile - - compile - - - - test-compile - test-compile - - test-compile - - - - - 1.8 - - - - - - - - - - - - - - - - - - - - - - - - compile - - - - - - - - - - - - - github - https://maven.pkg.github.com/ehlxr/mvn-repository - - true - - - true - - - - + + 4.0.0 + io.github.ehlxr + budd + war + 0.0.1-SNAPSHOT + + budd + http://maven.apache.org + + + UTF-8 + UTF-8 + + 1.8 + 1.8 + + 5.2.6.RELEASE + 2.5 + 3.2.7 + 1.1.1 + 1.4.0 + utf-8 + 1.8 + 1.7.1 + 1.3.61 + + + + + com.jcraft + jsch + 0.1.53 + + + + org.bouncycastle + bcprov-jdk16 + 1.46 + + + + junit + junit + 4.13.1 + + + + + commons-logging + commons-logging + 1.1.3 + + + + org.apache.shiro + shiro-core + 1.4.2 + + + + + org.springframework + spring-core + ${spring.version} + + + + org.springframework + spring-beans + ${spring.version} + + + + org.springframework + spring-context + ${spring.version} + + + + org.springframework + spring-web + ${spring.version} + + + + org.springframework + spring-oxm + ${spring.version} + + + + org.springframework + spring-tx + ${spring.version} + + + + org.springframework + spring-jdbc + ${spring.version} + + + + org.springframework + spring-webmvc + ${spring.version} + + + + org.springframework + spring-aop + ${spring.version} + + + + org.springframework + spring-context-support + ${spring.version} + + + + org.springframework + spring-test + ${spring.version} + + + + org.springframework + spring-jms + ${spring.version} + + + + org.springframework + spring-expression + ${spring.version} + + + + + commons-codec + commons-codec + 1.6 + + + + net.sf.json-lib + json-lib + 2.4 + jdk15 + + + + com.caucho + hessian + 4.0.38 + + + + redis.clients + jedis + 2.8.0 + + + + mysql + mysql-connector-java + 8.0.16 + + + + + javax.servlet + servlet-api + ${servlet.version} + provided + + + + + org.mybatis + mybatis + ${mybatis.version} + + + + org.mybatis + mybatis-spring + ${mybatis.spring.version} + + + + org.mybatis.generator + mybatis-generator-core + ${mybatis.generator.core.version} + + + + c3p0 + c3p0 + 0.9.1.2 + + + + + org.apache.httpcomponents + httpclient + 4.5.2 + + + + org.apache.cxf + cxf-rt-frontend-jaxws + 3.1.6 + + + + org.apache.cxf + cxf-rt-transports-http + 3.1.6 + + + + org.apache.activemq + activemq-all + 5.13.3 + + + + org.apache.xbean + xbean-spring + 4.5 + + + commons-io + commons-io + 2.5 + + + + org.powermock + powermock-module-junit4 + ${powermock.version} + + + org.powermock + powermock-api-mockito2 + ${powermock.version} + + + io.reactivex + rxjava + 1.3.0 + + + io.reactivex.rxjava2 + rxjava + 2.1.8 + + + com.google.guava + guava + 28.2-jre + + + org.jodd + jodd-props + 3.6.1 + + + + + + + + + + + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + ${kotlin.version} + + + org.jetbrains.kotlin + kotlin-test + ${kotlin.version} + test + + + + com.rabbitmq + amqp-client + 4.8.0 + + + + org.apache.hbase + hbase-client + 1.3.5 + + + + com.fasterxml.jackson.core + jackson-annotations + 2.10.3 + + + + com.fasterxml.jackson.core + jackson-databind + 2.10.3 + + + + com.squareup.okhttp3 + okhttp + 3.14.7 + + + + io.vavr + vavr + 0.10.3 + + + + pl.touk + throwing-function + 1.3 + + + + did-sdk + io.github.ehlxr + 1.0.2-SNAPSHOT + + + + budd + + + + + org.mybatis.generator + mybatis-generator-maven-plugin + ${mybatis.generator.core.version} + + true + true + + + + mysql + mysql-connector-java + 8.0.16 + + + + + + + + + + + + + + + + + + org.mortbay.jetty + jetty-maven-plugin + 8.1.15.v20140411 + + + /usefull-code + + exit + 9090 + 1 + + + 8080 + 60000 + + + + target/access.log + 90 + false + false + GMT+8:00 + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.2 + + true + + + + attach-javadocs + + jar + + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + attach-sources + verify + + jar-no-fork + + + + + + + + + org.jetbrains.kotlin + kotlin-maven-plugin + ${kotlin.version} + + + compile + compile + + compile + + + + test-compile + test-compile + + test-compile + + + + + 1.8 + + + + + + + + + + + + + + + + + + + + + + + + compile + + + + + github + https://raw.githubusercontent.com/ehlxr/maven-repository/main + + + + + + + + + + + + + + + + + + + + + + + + + +