2022-08-30 22:18:49 +08:00
|
|
|
plugins {
|
|
|
|
id 'java-platform'
|
|
|
|
}
|
|
|
|
|
|
|
|
javaPlatform {
|
|
|
|
allowDependencies()
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
2025-09-08 16:07:00 +08:00
|
|
|
api(platform("com.fasterxml.jackson:jackson-bom:2.20.0"))
|
2025-09-10 00:50:10 +08:00
|
|
|
api(platform("io.micrometer:micrometer-bom:1.16.0-M3"))
|
2025-09-09 00:28:16 +08:00
|
|
|
api(platform("io.netty:netty-bom:4.2.6.Final"))
|
2025-09-10 00:50:10 +08:00
|
|
|
api(platform("io.projectreactor:reactor-bom:2025.0.0-M7"))
|
2025-02-11 17:39:21 +08:00
|
|
|
api(platform("io.rsocket:rsocket-bom:1.1.5"))
|
2025-09-17 23:37:36 +08:00
|
|
|
api(platform("org.apache.groovy:groovy-bom:5.0.1"))
|
|
|
|
api(platform("org.apache.logging.log4j:log4j-bom:2.25.1"))
|
2025-09-19 17:23:08 +08:00
|
|
|
api(platform("org.assertj:assertj-bom:3.27.5"))
|
2025-09-09 00:28:16 +08:00
|
|
|
api(platform("org.eclipse.jetty:jetty-bom:12.1.1"))
|
|
|
|
api(platform("org.eclipse.jetty.ee11:jetty-ee11-bom:12.1.1"))
|
2025-05-14 21:34:45 +08:00
|
|
|
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2"))
|
2025-07-08 18:33:04 +08:00
|
|
|
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.9.0"))
|
2025-09-30 19:27:47 +08:00
|
|
|
api(platform("org.junit:junit-bom:6.0.0"))
|
2025-08-23 05:05:13 +08:00
|
|
|
api(platform("org.mockito:mockito-bom:5.19.0"))
|
2025-09-22 17:16:25 +08:00
|
|
|
api(platform("tools.jackson:jackson-bom:3.0.0-rc10"))
|
2022-08-30 22:18:49 +08:00
|
|
|
|
|
|
|
constraints {
|
2025-09-11 00:38:20 +08:00
|
|
|
api("com.fasterxml:aalto-xml:1.3.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("com.fasterxml.woodstox:woodstox-core:6.7.0")
|
2025-08-13 06:04:31 +08:00
|
|
|
api("com.github.ben-manes.caffeine:caffeine:3.2.2")
|
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")
|
2025-07-13 22:33:52 +08:00
|
|
|
api("com.google.code.gson:gson:2.13.1")
|
2025-09-17 23:37:36 +08:00
|
|
|
api("com.google.protobuf:protobuf-java-util:4.32.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("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")
|
2025-07-15 22:20:01 +08:00
|
|
|
api("com.squareup.okhttp3:mockwebserver3:5.1.0")
|
2022-08-30 22:18:49 +08:00
|
|
|
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")
|
Upgrade to Jetty 12.0.17 and Jetty Reactive HttpClient 4.0.9
Includes Apache HttpClient 5.4.1, Netty 4.1.119, Jackson 2.18.3, Gson 2.12.1, FreeMarker 2.3.34, Protobuf 4.30, Groovy 4.0.26, Jython 2.7.4, JRuby 9.4.12, Caffeine 3.2, QDox 2.2, Awaitility 4.3, EasyMock 5.5, HtmlUnit 4.10
Closes gh-34561
2025-03-10 18:00:35 +08:00
|
|
|
api("com.thoughtworks.qdox:qdox:2.2.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")
|
2025-04-02 04:54:51 +08:00
|
|
|
api("commons-logging:commons-logging:1.3.5")
|
2023-04-03 01:20:49 +08:00
|
|
|
api("de.bechte.junit:junit-hierarchicalcontextrunner:4.12.2")
|
2025-08-13 06:48:37 +08:00
|
|
|
api("io.mockk:mockk:1.14.5")
|
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")
|
2025-09-11 00:38:20 +08:00
|
|
|
api("io.reactivex.rxjava3:rxjava:3.1.11")
|
2023-11-16 18:22:01 +08:00
|
|
|
api("io.smallrye.reactive:mutiny:1.10.0")
|
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")
|
2025-01-09 16:36:30 +08:00
|
|
|
api("jakarta.validation:jakarta.validation-api:3.1.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")
|
2025-09-17 23:37:36 +08:00
|
|
|
api("org.apache.activemq:activemq-broker:5.17.7")
|
|
|
|
api("org.apache.activemq:activemq-kahadb-store:5.17.7")
|
|
|
|
api("org.apache.activemq:activemq-stomp:5.17.7")
|
|
|
|
api("org.apache.activemq:artemis-jakarta-client:2.42.0")
|
|
|
|
api("org.apache.activemq:artemis-junit-5:2.42.0")
|
|
|
|
api("org.apache.commons:commons-pool2:2.12.1")
|
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")
|
2025-05-26 16:25:00 +08:00
|
|
|
api("org.apache.httpcomponents.client5:httpclient5:5.5")
|
2025-09-10 00:45:38 +08:00
|
|
|
api("org.apache.httpcomponents.core5:httpcore5-reactive:5.3.5")
|
2024-01-10 17:48:12 +08:00
|
|
|
api("org.apache.poi:poi-ooxml:5.2.5")
|
2025-09-10 00:54:52 +08:00
|
|
|
api("org.apache.tomcat.embed:tomcat-embed-core:11.0.11")
|
|
|
|
api("org.apache.tomcat.embed:tomcat-embed-websocket:11.0.11")
|
|
|
|
api("org.apache.tomcat:tomcat-util:11.0.11")
|
|
|
|
api("org.apache.tomcat:tomcat-websocket:11.0.11")
|
2025-04-14 19:38:27 +08:00
|
|
|
api("org.aspectj:aspectjrt:1.9.24")
|
|
|
|
api("org.aspectj:aspectjtools:1.9.24")
|
|
|
|
api("org.aspectj:aspectjweaver:1.9.24")
|
Upgrade to Jetty 12.0.17 and Jetty Reactive HttpClient 4.0.9
Includes Apache HttpClient 5.4.1, Netty 4.1.119, Jackson 2.18.3, Gson 2.12.1, FreeMarker 2.3.34, Protobuf 4.30, Groovy 4.0.26, Jython 2.7.4, JRuby 9.4.12, Caffeine 3.2, QDox 2.2, Awaitility 4.3, EasyMock 5.5, HtmlUnit 4.10
Closes gh-34561
2025-03-10 18:00:35 +08:00
|
|
|
api("org.awaitility:awaitility:4.3.0")
|
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")
|
2025-09-17 23:37:36 +08:00
|
|
|
api("org.dom4j:dom4j:2.2.0")
|
|
|
|
api("org.easymock:easymock:5.6.0")
|
2024-12-03 20:30:25 +08:00
|
|
|
api("org.eclipse.angus:angus-mail:2.0.3")
|
2025-09-09 00:11:27 +08:00
|
|
|
api("org.eclipse.jetty:jetty-reactive-httpclient:4.0.11")
|
2025-09-10 00:54:52 +08:00
|
|
|
api("org.eclipse.persistence:org.eclipse.persistence.jpa:5.0.0-B10")
|
2024-12-03 20:30:25 +08:00
|
|
|
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")
|
Upgrade to Jetty 12.0.17 and Jetty Reactive HttpClient 4.0.9
Includes Apache HttpClient 5.4.1, Netty 4.1.119, Jackson 2.18.3, Gson 2.12.1, FreeMarker 2.3.34, Protobuf 4.30, Groovy 4.0.26, Jython 2.7.4, JRuby 9.4.12, Caffeine 3.2, QDox 2.2, Awaitility 4.3, EasyMock 5.5, HtmlUnit 4.10
Closes gh-34561
2025-03-10 18:00:35 +08:00
|
|
|
api("org.freemarker:freemarker:2.3.34")
|
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")
|
2025-03-12 02:17:00 +08:00
|
|
|
api("org.hamcrest:hamcrest:3.0")
|
2025-10-04 00:05:41 +08:00
|
|
|
api("org.hibernate.orm:hibernate-core:7.1.2.Final")
|
2025-06-23 17:15:33 +08:00
|
|
|
api("org.hibernate.validator:hibernate-validator:9.0.1.Final")
|
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")
|
2025-09-09 00:11:27 +08:00
|
|
|
api("org.htmlunit:htmlunit:4.16.0")
|
2024-07-09 04:55:54 +08:00
|
|
|
api("org.javamoney:moneta:1.4.4")
|
2025-04-14 22:38:02 +08:00
|
|
|
api("org.jboss.logging:jboss-logging:3.6.1.Final")
|
2025-08-13 06:48:37 +08:00
|
|
|
api("org.jruby:jruby:10.0.2.0")
|
2024-12-03 22:22:37 +08:00
|
|
|
api("org.jspecify:jspecify:1.0.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")
|
Upgrade to Jetty 12.0.17 and Jetty Reactive HttpClient 4.0.9
Includes Apache HttpClient 5.4.1, Netty 4.1.119, Jackson 2.18.3, Gson 2.12.1, FreeMarker 2.3.34, Protobuf 4.30, Groovy 4.0.26, Jython 2.7.4, JRuby 9.4.12, Caffeine 3.2, QDox 2.2, Awaitility 4.3, EasyMock 5.5, HtmlUnit 4.10
Closes gh-34561
2025-03-10 18:00:35 +08:00
|
|
|
api("org.python:jython-standalone:2.7.4")
|
2022-08-30 22:18:49 +08:00
|
|
|
api("org.quartz-scheduler:quartz:2.3.2")
|
2025-03-12 19:21:00 +08:00
|
|
|
api("org.reactivestreams:reactive-streams:1.0.4")
|
2025-08-23 05:05:13 +08:00
|
|
|
api("org.seleniumhq.selenium:htmlunit3-driver:4.35.0")
|
2025-08-13 06:04:31 +08:00
|
|
|
api("org.seleniumhq.selenium:selenium-java:4.35.0")
|
2025-01-16 21:10:13 +08:00
|
|
|
api("org.skyscreamer:jsonassert:2.0-rc1")
|
2025-02-13 20:08:54 +08:00
|
|
|
api("org.testng:testng:7.11.0")
|
2022-08-30 22:18:49 +08:00
|
|
|
api("org.webjars:underscorejs:1.8.3")
|
Upgrade to Jetty 12.0.17 and Jetty Reactive HttpClient 4.0.9
Includes Apache HttpClient 5.4.1, Netty 4.1.119, Jackson 2.18.3, Gson 2.12.1, FreeMarker 2.3.34, Protobuf 4.30, Groovy 4.0.26, Jython 2.7.4, JRuby 9.4.12, Caffeine 3.2, QDox 2.2, Awaitility 4.3, EasyMock 5.5, HtmlUnit 4.10
Closes gh-34561
2025-03-10 18:00:35 +08:00
|
|
|
api("org.webjars:webjars-locator-lite:1.1.0")
|
2025-09-17 23:37:36 +08:00
|
|
|
api("org.xmlunit:xmlunit-assertj:2.10.4")
|
|
|
|
api("org.xmlunit:xmlunit-matchers:2.10.4")
|
|
|
|
api("org.yaml:snakeyaml:2.5")
|
2022-08-30 22:18:49 +08:00
|
|
|
}
|
|
|
|
}
|