2022-08-30 22:18:49 +08:00
|
|
|
plugins {
|
|
|
|
id 'java-platform'
|
|
|
|
}
|
|
|
|
|
|
|
|
javaPlatform {
|
|
|
|
allowDependencies()
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
2024-12-12 00:34:53 +08:00
|
|
|
api(platform("com.fasterxml.jackson:jackson-bom:2.18.2"))
|
2024-12-10 21:05:43 +08:00
|
|
|
api(platform("io.micrometer:micrometer-bom:1.14.2"))
|
2024-11-14 19:51:03 +08:00
|
|
|
api(platform("io.netty:netty-bom:4.1.115.Final"))
|
2022-10-03 21:55:38 +08:00
|
|
|
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
|
2024-12-10 21:06:07 +08:00
|
|
|
api(platform("io.projectreactor:reactor-bom:2024.0.1"))
|
Upgrade to Micrometer 1.14.0 and Reactor 2024.0.0
Includes Netty 4.1.114, Jetty 12.0.15, Jetty Reactive HttpClient 4.0.8, RxJava 3.1.9, RSocket 1.1.4, HSQLDB 2.7.4, H2 2.3.232, SnakeYAML 2.3, Groovy 4.0.24, JRuby 9.4.9, Jackson 2.18.1, Gson 2.11, Protobuf 4.28.3, XStream 1.4.21, Woodstox 6.7, TestNG 7.10.2, Selenium 4.26, HtmlUnit 4.6, XMLUnit 2.10, Checkstyle 10.20.1
Closes gh-33876
Closes gh-33878
2024-11-13 20:34:43 +08:00
|
|
|
api(platform("io.rsocket:rsocket-bom:1.1.4"))
|
|
|
|
api(platform("org.apache.groovy:groovy-bom:4.0.24"))
|
2024-12-13 02:15:27 +08:00
|
|
|
api(platform("org.apache.logging.log4j:log4j-bom:3.0.0-beta3"))
|
2024-09-11 23:16:14 +08:00
|
|
|
api(platform("org.assertj:assertj-bom:3.26.3"))
|
Upgrade to Micrometer 1.14.0 and Reactor 2024.0.0
Includes Netty 4.1.114, Jetty 12.0.15, Jetty Reactive HttpClient 4.0.8, RxJava 3.1.9, RSocket 1.1.4, HSQLDB 2.7.4, H2 2.3.232, SnakeYAML 2.3, Groovy 4.0.24, JRuby 9.4.9, Jackson 2.18.1, Gson 2.11, Protobuf 4.28.3, XStream 1.4.21, Woodstox 6.7, TestNG 7.10.2, Selenium 4.26, HtmlUnit 4.6, XMLUnit 2.10, Checkstyle 10.20.1
Closes gh-33876
Closes gh-33878
2024-11-13 20:34:43 +08:00
|
|
|
api(platform("org.eclipse.jetty:jetty-bom:12.0.15"))
|
|
|
|
api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.15"))
|
2024-12-05 18:16:58 +08:00
|
|
|
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0"))
|
|
|
|
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.7.3"))
|
2024-10-21 22:49:53 +08:00
|
|
|
api(platform("org.junit:junit-bom:5.11.3"))
|
2024-11-04 16:21:21 +08:00
|
|
|
api(platform("org.mockito:mockito-bom:5.14.2"))
|
2022-08-30 22:18:49 +08:00
|
|
|
|
|
|
|
constraints {
|
2023-04-03 01:20:49 +08:00
|
|
|
api("com.fasterxml:aalto-xml:1.3.2")
|
Upgrade to Micrometer 1.14.0 and Reactor 2024.0.0
Includes Netty 4.1.114, Jetty 12.0.15, Jetty Reactive HttpClient 4.0.8, RxJava 3.1.9, RSocket 1.1.4, HSQLDB 2.7.4, H2 2.3.232, SnakeYAML 2.3, Groovy 4.0.24, JRuby 9.4.9, Jackson 2.18.1, Gson 2.11, Protobuf 4.28.3, XStream 1.4.21, Woodstox 6.7, TestNG 7.10.2, Selenium 4.26, HtmlUnit 4.6, XMLUnit 2.10, Checkstyle 10.20.1
Closes gh-33876
Closes gh-33878
2024-11-13 20:34:43 +08:00
|
|
|
api("com.fasterxml.woodstox:woodstox-core:6.7.0")
|
2023-08-16 23:53:02 +08:00
|
|
|
api("com.github.ben-manes.caffeine:caffeine:3.1.8")
|
2024-04-06 00:04:58 +08:00
|
|
|
api("com.github.librepdf:openpdf:1.3.43")
|
2022-08-30 22:18:49 +08:00
|
|
|
api("com.google.code.findbugs:findbugs:3.0.1")
|
|
|
|
api("com.google.code.findbugs:jsr305:3.0.2")
|
Upgrade to Micrometer 1.14.0 and Reactor 2024.0.0
Includes Netty 4.1.114, Jetty 12.0.15, Jetty Reactive HttpClient 4.0.8, RxJava 3.1.9, RSocket 1.1.4, HSQLDB 2.7.4, H2 2.3.232, SnakeYAML 2.3, Groovy 4.0.24, JRuby 9.4.9, Jackson 2.18.1, Gson 2.11, Protobuf 4.28.3, XStream 1.4.21, Woodstox 6.7, TestNG 7.10.2, Selenium 4.26, HtmlUnit 4.6, XMLUnit 2.10, Checkstyle 10.20.1
Closes gh-33876
Closes gh-33878
2024-11-13 20:34:43 +08:00
|
|
|
api("com.google.code.gson:gson:2.11.0")
|
|
|
|
api("com.google.protobuf:protobuf-java-util:4.28.3")
|
|
|
|
api("com.h2database:h2:2.3.232")
|
2024-03-14 01:06:44 +08:00
|
|
|
api("com.jayway.jsonpath:json-path:2.9.0")
|
2024-11-29 21:43:55 +08:00
|
|
|
api("com.networknt:json-schema-validator:1.5.3")
|
2024-07-21 17:18:27 +08:00
|
|
|
api("com.oracle.database.jdbc:ojdbc11:21.9.0.0")
|
2023-04-03 01:20:49 +08:00
|
|
|
api("com.rometools:rome:1.19.0")
|
2022-08-30 22:18:49 +08:00
|
|
|
api("com.squareup.okhttp3:mockwebserver:3.14.9")
|
|
|
|
api("com.sun.activation:jakarta.activation:2.0.1")
|
|
|
|
api("com.sun.xml.bind:jaxb-core:3.0.2")
|
|
|
|
api("com.sun.xml.bind:jaxb-impl:3.0.2")
|
|
|
|
api("com.sun.xml.bind:jaxb-xjc:3.0.2")
|
2024-03-14 01:06:44 +08:00
|
|
|
api("com.thoughtworks.qdox:qdox:2.1.0")
|
Upgrade to Micrometer 1.14.0 and Reactor 2024.0.0
Includes Netty 4.1.114, Jetty 12.0.15, Jetty Reactive HttpClient 4.0.8, RxJava 3.1.9, RSocket 1.1.4, HSQLDB 2.7.4, H2 2.3.232, SnakeYAML 2.3, Groovy 4.0.24, JRuby 9.4.9, Jackson 2.18.1, Gson 2.11, Protobuf 4.28.3, XStream 1.4.21, Woodstox 6.7, TestNG 7.10.2, Selenium 4.26, HtmlUnit 4.6, XMLUnit 2.10, Checkstyle 10.20.1
Closes gh-33876
Closes gh-33878
2024-11-13 20:34:43 +08:00
|
|
|
api("com.thoughtworks.xstream:xstream:1.4.21")
|
2023-11-15 20:29:13 +08:00
|
|
|
api("commons-io:commons-io:2.15.0")
|
2024-12-13 00:37:11 +08:00
|
|
|
api("commons-logging:commons-logging:1.3.4")
|
2023-04-03 01:20:49 +08:00
|
|
|
api("de.bechte.junit:junit-hierarchicalcontextrunner:4.12.2")
|
2024-02-15 17:13:47 +08:00
|
|
|
api("io.micrometer:context-propagation:1.1.1")
|
2023-04-03 01:20:49 +08:00
|
|
|
api("io.mockk:mockk:1.13.4")
|
2022-11-11 01:55:00 +08:00
|
|
|
api("io.projectreactor.netty:reactor-netty5-http:2.0.0-M3")
|
2023-05-09 18:55:44 +08:00
|
|
|
api("io.projectreactor.tools:blockhound:1.0.8.RELEASE")
|
2022-11-11 16:39:05 +08:00
|
|
|
api("io.r2dbc:r2dbc-h2:1.0.0.RELEASE")
|
2022-08-30 22:18:49 +08:00
|
|
|
api("io.r2dbc:r2dbc-spi-test:1.0.0.RELEASE")
|
|
|
|
api("io.r2dbc:r2dbc-spi:1.0.0.RELEASE")
|
2024-12-12 00:34:53 +08:00
|
|
|
api("io.reactivex.rxjava3:rxjava:3.1.10")
|
2023-11-16 18:22:01 +08:00
|
|
|
api("io.smallrye.reactive:mutiny:1.10.0")
|
2024-11-14 23:14:46 +08:00
|
|
|
api("io.undertow:undertow-core:2.3.18.Final")
|
2024-11-19 23:52:59 +08:00
|
|
|
api("io.undertow:undertow-servlet:2.3.18.Final")
|
|
|
|
api("io.undertow:undertow-websockets-jsr:2.3.18.Final")
|
2022-08-30 22:18:49 +08:00
|
|
|
api("io.vavr:vavr:0.10.4")
|
2024-12-03 20:30:25 +08:00
|
|
|
api("jakarta.activation:jakarta.activation-api:2.1.3")
|
|
|
|
api("jakarta.annotation:jakarta.annotation-api:3.0.0")
|
2023-04-03 01:20:49 +08:00
|
|
|
api("jakarta.ejb:jakarta.ejb-api:4.0.1")
|
2024-12-03 20:30:25 +08:00
|
|
|
api("jakarta.el:jakarta.el-api:6.0.1")
|
|
|
|
api("jakarta.enterprise.concurrent:jakarta.enterprise.concurrent-api:3.1.1")
|
|
|
|
api("jakarta.faces:jakarta.faces-api:4.1.2")
|
2023-04-03 01:20:49 +08:00
|
|
|
api("jakarta.inject:jakarta.inject-api:2.0.1")
|
2022-08-30 22:18:49 +08:00
|
|
|
api("jakarta.inject:jakarta.inject-tck:2.0.1")
|
2024-12-03 20:30:25 +08:00
|
|
|
api("jakarta.interceptor:jakarta.interceptor-api:2.2.0")
|
|
|
|
api("jakarta.jms:jakarta.jms-api:3.1.0")
|
|
|
|
api("jakarta.json.bind:jakarta.json.bind-api:3.0.1")
|
|
|
|
api("jakarta.json:jakarta.json-api:2.1.3")
|
|
|
|
api("jakarta.mail:jakarta.mail-api:2.1.3")
|
|
|
|
api("jakarta.persistence:jakarta.persistence-api:3.2.0")
|
|
|
|
api("jakarta.resource:jakarta.resource-api:2.1.0")
|
2024-11-20 01:04:29 +08:00
|
|
|
api("jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api:3.0.2")
|
|
|
|
api("jakarta.servlet.jsp:jakarta.servlet.jsp-api:4.0.0")
|
|
|
|
api("jakarta.servlet:jakarta.servlet-api:6.1.0")
|
2022-11-06 23:08:30 +08:00
|
|
|
api("jakarta.transaction:jakarta.transaction-api:2.0.1")
|
2024-12-03 20:30:25 +08:00
|
|
|
api("jakarta.validation:jakarta.validation-api:3.1.0")
|
2024-11-20 01:04:29 +08:00
|
|
|
api("jakarta.websocket:jakarta.websocket-api:2.2.0")
|
|
|
|
api("jakarta.websocket:jakarta.websocket-client-api:2.2.0")
|
2022-08-30 22:18:49 +08:00
|
|
|
api("jakarta.xml.bind:jakarta.xml.bind-api:3.0.1")
|
|
|
|
api("javax.cache:cache-api:1.1.1")
|
|
|
|
api("javax.money:money-api:1.1")
|
|
|
|
api("jaxen:jaxen:1.2.0")
|
|
|
|
api("junit:junit:4.13.2")
|
|
|
|
api("net.sf.jopt-simple:jopt-simple:5.0.4")
|
|
|
|
api("org.apache-extras.beanshell:bsh:2.0b6")
|
2023-11-15 20:29:13 +08:00
|
|
|
api("org.apache.activemq:activemq-broker:5.17.6")
|
|
|
|
api("org.apache.activemq:activemq-kahadb-store:5.17.6")
|
|
|
|
api("org.apache.activemq:activemq-stomp:5.17.6")
|
2023-11-15 21:06:43 +08:00
|
|
|
api("org.apache.activemq:artemis-jakarta-client:2.31.2")
|
|
|
|
api("org.apache.activemq:artemis-junit-5:2.31.2")
|
2022-08-30 22:18:49 +08:00
|
|
|
api("org.apache.commons:commons-pool2:2.9.0")
|
2022-10-19 00:29:15 +08:00
|
|
|
api("org.apache.derby:derby:10.16.1.1")
|
|
|
|
api("org.apache.derby:derbyclient:10.16.1.1")
|
|
|
|
api("org.apache.derby:derbytools:10.16.1.1")
|
2024-10-30 06:01:57 +08:00
|
|
|
api("org.apache.httpcomponents.client5:httpclient5:5.4.1")
|
|
|
|
api("org.apache.httpcomponents.core5:httpcore5-reactive:5.3.1")
|
2024-01-10 17:48:12 +08:00
|
|
|
api("org.apache.poi:poi-ooxml:5.2.5")
|
2024-11-20 01:07:22 +08:00
|
|
|
api("org.apache.tomcat.embed:tomcat-embed-core:11.0.1")
|
|
|
|
api("org.apache.tomcat.embed:tomcat-embed-websocket:11.0.1")
|
|
|
|
api("org.apache.tomcat:tomcat-util:11.0.1")
|
|
|
|
api("org.apache.tomcat:tomcat-websocket:11.0.1")
|
2024-05-15 04:01:07 +08:00
|
|
|
api("org.aspectj:aspectjrt:1.9.22.1")
|
|
|
|
api("org.aspectj:aspectjtools:1.9.22.1")
|
|
|
|
api("org.aspectj:aspectjweaver:1.9.22.1")
|
2024-09-28 19:35:50 +08:00
|
|
|
api("org.awaitility:awaitility:4.2.2")
|
2023-04-03 01:20:49 +08:00
|
|
|
api("org.bouncycastle:bcpkix-jdk18on:1.72")
|
|
|
|
api("org.codehaus.jettison:jettison:1.5.4")
|
2023-09-08 23:52:58 +08:00
|
|
|
api("org.crac:crac:1.4.0")
|
2023-04-03 01:20:49 +08:00
|
|
|
api("org.dom4j:dom4j:2.1.4")
|
2024-09-18 19:59:56 +08:00
|
|
|
api("org.easymock:easymock:5.4.0")
|
2024-12-03 20:30:25 +08:00
|
|
|
api("org.eclipse.angus:angus-mail:2.0.3")
|
Upgrade to Micrometer 1.14.0 and Reactor 2024.0.0
Includes Netty 4.1.114, Jetty 12.0.15, Jetty Reactive HttpClient 4.0.8, RxJava 3.1.9, RSocket 1.1.4, HSQLDB 2.7.4, H2 2.3.232, SnakeYAML 2.3, Groovy 4.0.24, JRuby 9.4.9, Jackson 2.18.1, Gson 2.11, Protobuf 4.28.3, XStream 1.4.21, Woodstox 6.7, TestNG 7.10.2, Selenium 4.26, HtmlUnit 4.6, XMLUnit 2.10, Checkstyle 10.20.1
Closes gh-33876
Closes gh-33878
2024-11-13 20:34:43 +08:00
|
|
|
api("org.eclipse.jetty:jetty-reactive-httpclient:4.0.8")
|
2024-12-03 20:30:25 +08:00
|
|
|
api("org.eclipse.persistence:org.eclipse.persistence.jpa:5.0.0-B04")
|
|
|
|
api("org.eclipse:yasson:3.0.4")
|
2023-04-03 01:20:49 +08:00
|
|
|
api("org.ehcache:ehcache:3.10.8")
|
2022-08-30 22:18:49 +08:00
|
|
|
api("org.ehcache:jcache:1.0.1")
|
2024-06-22 22:55:56 +08:00
|
|
|
api("org.freemarker:freemarker:2.3.33")
|
2022-08-30 22:18:49 +08:00
|
|
|
api("org.glassfish.external:opendmk_jmxremote_optional_jar:1.0-b01-ea")
|
|
|
|
api("org.glassfish:jakarta.el:4.0.2")
|
2023-04-03 01:20:49 +08:00
|
|
|
api("org.graalvm.sdk:graal-sdk:22.3.1")
|
2022-08-30 22:18:49 +08:00
|
|
|
api("org.hamcrest:hamcrest:2.2")
|
2024-12-15 21:37:54 +08:00
|
|
|
api("org.hibernate.orm:hibernate-core:7.0.0.Beta3")
|
|
|
|
api("org.hibernate.validator:hibernate-validator:9.0.0.CR1")
|
Upgrade to Micrometer 1.14.0 and Reactor 2024.0.0
Includes Netty 4.1.114, Jetty 12.0.15, Jetty Reactive HttpClient 4.0.8, RxJava 3.1.9, RSocket 1.1.4, HSQLDB 2.7.4, H2 2.3.232, SnakeYAML 2.3, Groovy 4.0.24, JRuby 9.4.9, Jackson 2.18.1, Gson 2.11, Protobuf 4.28.3, XStream 1.4.21, Woodstox 6.7, TestNG 7.10.2, Selenium 4.26, HtmlUnit 4.6, XMLUnit 2.10, Checkstyle 10.20.1
Closes gh-33876
Closes gh-33878
2024-11-13 20:34:43 +08:00
|
|
|
api("org.hsqldb:hsqldb:2.7.4")
|
|
|
|
api("org.htmlunit:htmlunit:4.6.0")
|
2024-07-09 04:55:54 +08:00
|
|
|
api("org.javamoney:moneta:1.4.4")
|
Upgrade to Micrometer 1.14.0 and Reactor 2024.0.0
Includes Netty 4.1.114, Jetty 12.0.15, Jetty Reactive HttpClient 4.0.8, RxJava 3.1.9, RSocket 1.1.4, HSQLDB 2.7.4, H2 2.3.232, SnakeYAML 2.3, Groovy 4.0.24, JRuby 9.4.9, Jackson 2.18.1, Gson 2.11, Protobuf 4.28.3, XStream 1.4.21, Woodstox 6.7, TestNG 7.10.2, Selenium 4.26, HtmlUnit 4.6, XMLUnit 2.10, Checkstyle 10.20.1
Closes gh-33876
Closes gh-33878
2024-11-13 20:34:43 +08:00
|
|
|
api("org.jruby:jruby:9.4.9.0")
|
2024-01-02 22:39:55 +08:00
|
|
|
api("org.junit.support:testng-engine:1.0.5")
|
2024-07-09 04:55:54 +08:00
|
|
|
api("org.mozilla:rhino:1.7.15")
|
2022-08-30 22:18:49 +08:00
|
|
|
api("org.ogce:xpp3:1.1.6")
|
2023-04-03 01:20:49 +08:00
|
|
|
api("org.python:jython-standalone:2.7.3")
|
2022-08-30 22:18:49 +08:00
|
|
|
api("org.quartz-scheduler:quartz:2.3.2")
|
Upgrade to Micrometer 1.14.0 and Reactor 2024.0.0
Includes Netty 4.1.114, Jetty 12.0.15, Jetty Reactive HttpClient 4.0.8, RxJava 3.1.9, RSocket 1.1.4, HSQLDB 2.7.4, H2 2.3.232, SnakeYAML 2.3, Groovy 4.0.24, JRuby 9.4.9, Jackson 2.18.1, Gson 2.11, Protobuf 4.28.3, XStream 1.4.21, Woodstox 6.7, TestNG 7.10.2, Selenium 4.26, HtmlUnit 4.6, XMLUnit 2.10, Checkstyle 10.20.1
Closes gh-33876
Closes gh-33878
2024-11-13 20:34:43 +08:00
|
|
|
api("org.seleniumhq.selenium:htmlunit3-driver:4.26.0")
|
|
|
|
api("org.seleniumhq.selenium:selenium-java:4.26.0")
|
2024-07-09 04:55:54 +08:00
|
|
|
api("org.skyscreamer:jsonassert:1.5.3")
|
Upgrade to Micrometer 1.14.0 and Reactor 2024.0.0
Includes Netty 4.1.114, Jetty 12.0.15, Jetty Reactive HttpClient 4.0.8, RxJava 3.1.9, RSocket 1.1.4, HSQLDB 2.7.4, H2 2.3.232, SnakeYAML 2.3, Groovy 4.0.24, JRuby 9.4.9, Jackson 2.18.1, Gson 2.11, Protobuf 4.28.3, XStream 1.4.21, Woodstox 6.7, TestNG 7.10.2, Selenium 4.26, HtmlUnit 4.6, XMLUnit 2.10, Checkstyle 10.20.1
Closes gh-33876
Closes gh-33878
2024-11-13 20:34:43 +08:00
|
|
|
api("org.testng:testng:7.10.2")
|
2022-08-30 22:18:49 +08:00
|
|
|
api("org.webjars:underscorejs:1.8.3")
|
2024-05-03 15:38:31 +08:00
|
|
|
api("org.webjars:webjars-locator-lite:1.0.0")
|
Upgrade to Micrometer 1.14.0 and Reactor 2024.0.0
Includes Netty 4.1.114, Jetty 12.0.15, Jetty Reactive HttpClient 4.0.8, RxJava 3.1.9, RSocket 1.1.4, HSQLDB 2.7.4, H2 2.3.232, SnakeYAML 2.3, Groovy 4.0.24, JRuby 9.4.9, Jackson 2.18.1, Gson 2.11, Protobuf 4.28.3, XStream 1.4.21, Woodstox 6.7, TestNG 7.10.2, Selenium 4.26, HtmlUnit 4.6, XMLUnit 2.10, Checkstyle 10.20.1
Closes gh-33876
Closes gh-33878
2024-11-13 20:34:43 +08:00
|
|
|
api("org.xmlunit:xmlunit-assertj:2.10.0")
|
|
|
|
api("org.xmlunit:xmlunit-matchers:2.10.0")
|
|
|
|
api("org.yaml:snakeyaml:2.3")
|
2022-08-30 22:18:49 +08:00
|
|
|
}
|
|
|
|
}
|