2022-08-30 22:18:49 +08:00
|
|
|
plugins {
|
|
|
|
id 'java-platform'
|
|
|
|
}
|
|
|
|
|
|
|
|
javaPlatform {
|
|
|
|
allowDependencies()
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
2024-03-13 03:07:58 +08:00
|
|
|
api(platform("com.fasterxml.jackson:jackson-bom:2.15.4"))
|
|
|
|
api(platform("io.micrometer:micrometer-bom:1.12.4"))
|
2024-02-15 17:13:47 +08:00
|
|
|
api(platform("io.netty:netty-bom:4.1.107.Final"))
|
2022-10-03 21:55:38 +08:00
|
|
|
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
|
2024-03-13 03:07:58 +08:00
|
|
|
api(platform("io.projectreactor:reactor-bom:2023.0.4"))
|
2022-09-15 01:10:46 +08:00
|
|
|
api(platform("io.rsocket:rsocket-bom:1.1.3"))
|
2024-03-13 03:07:58 +08:00
|
|
|
api(platform("org.apache.groovy:groovy-bom:4.0.19"))
|
2023-11-09 17:53:47 +08:00
|
|
|
api(platform("org.apache.logging.log4j:log4j-bom:2.21.1"))
|
2024-02-06 15:33:22 +08:00
|
|
|
api(platform("org.assertj:assertj-bom:3.25.3"))
|
2024-03-13 03:07:58 +08:00
|
|
|
api(platform("org.eclipse.jetty:jetty-bom:12.0.7"))
|
|
|
|
api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.7"))
|
2023-08-24 15:12:11 +08:00
|
|
|
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3"))
|
2023-08-24 15:11:43 +08:00
|
|
|
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.0"))
|
2024-02-04 21:00:56 +08:00
|
|
|
api(platform("org.junit:junit-bom:5.10.2"))
|
2024-03-13 03:07:58 +08:00
|
|
|
api(platform("org.mockito:mockito-bom:5.11.0"))
|
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")
|
2024-03-14 01:06:44 +08:00
|
|
|
api("com.fasterxml.woodstox:woodstox-core:6.6.1")
|
2023-08-16 23:53:02 +08:00
|
|
|
api("com.github.ben-manes.caffeine:caffeine:3.1.8")
|
2024-03-13 03:07:58 +08:00
|
|
|
api("com.github.librepdf:openpdf:1.3.42")
|
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")
|
2023-04-03 01:20:49 +08:00
|
|
|
api("com.google.code.gson:gson:2.10.1")
|
2024-03-14 01:06:44 +08:00
|
|
|
api("com.google.protobuf:protobuf-java-util:3.25.3")
|
2023-11-15 20:29:13 +08:00
|
|
|
api("com.h2database:h2:2.2.224")
|
2024-03-14 01:06:44 +08:00
|
|
|
api("com.jayway.jsonpath:json-path:2.9.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.squareup.okhttp3:okhttp:3.14.9")
|
|
|
|
api("com.sun.activation:jakarta.activation:2.0.1")
|
|
|
|
api("com.sun.mail:jakarta.mail: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")
|
2023-04-03 01:20:49 +08:00
|
|
|
api("com.thoughtworks.xstream:xstream:1.4.20")
|
2023-11-15 20:29:13 +08:00
|
|
|
api("commons-io:commons-io:2.15.0")
|
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")
|
2023-11-15 20:29:13 +08:00
|
|
|
api("io.reactivex.rxjava3:rxjava:3.1.8")
|
2023-11-16 18:22:01 +08:00
|
|
|
api("io.smallrye.reactive:mutiny:1.10.0")
|
2024-02-29 04:38:57 +08:00
|
|
|
api("io.undertow:undertow-core:2.3.12.Final")
|
|
|
|
api("io.undertow:undertow-servlet:2.3.12.Final")
|
|
|
|
api("io.undertow:undertow-websockets-jsr:2.3.12.Final")
|
2022-08-30 22:18:49 +08:00
|
|
|
api("io.vavr:vavr:0.10.4")
|
|
|
|
api("jakarta.activation:jakarta.activation-api:2.0.1")
|
|
|
|
api("jakarta.annotation:jakarta.annotation-api:2.0.0")
|
2023-04-03 01:20:49 +08:00
|
|
|
api("jakarta.ejb:jakarta.ejb-api:4.0.1")
|
2022-08-30 22:18:49 +08:00
|
|
|
api("jakarta.el:jakarta.el-api:4.0.0")
|
|
|
|
api("jakarta.enterprise.concurrent:jakarta.enterprise.concurrent-api:2.0.0")
|
|
|
|
api("jakarta.faces:jakarta.faces-api:3.0.0")
|
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")
|
|
|
|
api("jakarta.interceptor:jakarta.interceptor-api:2.0.0")
|
|
|
|
api("jakarta.jms:jakarta.jms-api:3.0.0")
|
|
|
|
api("jakarta.json.bind:jakarta.json.bind-api:2.0.0")
|
|
|
|
api("jakarta.json:jakarta.json-api:2.0.1")
|
|
|
|
api("jakarta.mail:jakarta.mail-api:2.0.1")
|
|
|
|
api("jakarta.persistence:jakarta.persistence-api:3.0.0")
|
|
|
|
api("jakarta.resource:jakarta.resource-api:2.0.0")
|
2022-11-06 23:08:30 +08:00
|
|
|
api("jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api:3.0.0")
|
2023-04-03 01:20:49 +08:00
|
|
|
api("jakarta.servlet.jsp:jakarta.servlet.jsp-api:3.1.1")
|
2022-11-06 23:08:30 +08:00
|
|
|
api("jakarta.servlet:jakarta.servlet-api:6.0.0")
|
|
|
|
api("jakarta.transaction:jakarta.transaction-api:2.0.1")
|
|
|
|
api("jakarta.validation:jakarta.validation-api:3.0.2")
|
|
|
|
api("jakarta.websocket:jakarta.websocket-api:2.1.0")
|
|
|
|
api("jakarta.websocket:jakarta.websocket-client-api:2.1.0")
|
2022-08-30 22:18:49 +08:00
|
|
|
api("jakarta.xml.bind:jakarta.xml.bind-api:3.0.1")
|
2023-06-21 19:44:01 +08:00
|
|
|
api("javax.annotation:javax.annotation-api:1.3.2")
|
2022-08-30 22:18:49 +08:00
|
|
|
api("javax.cache:cache-api:1.1.1")
|
2023-08-22 19:47:21 +08:00
|
|
|
api("javax.inject:javax.inject:1")
|
2022-08-30 22:18:49 +08:00
|
|
|
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")
|
2023-02-02 01:18:52 +08:00
|
|
|
api("net.sourceforge.htmlunit:htmlunit:2.70.0")
|
2022-08-30 22:18:49 +08:00
|
|
|
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-02-07 00:54:26 +08:00
|
|
|
api("org.apache.httpcomponents.client5:httpclient5:5.3.1")
|
2024-01-10 17:48:12 +08:00
|
|
|
api("org.apache.httpcomponents.core5:httpcore5-reactive:5.2.4")
|
|
|
|
api("org.apache.poi:poi-ooxml:5.2.5")
|
2024-03-13 03:07:58 +08:00
|
|
|
api("org.apache.tomcat.embed:tomcat-embed-core:10.1.19")
|
|
|
|
api("org.apache.tomcat.embed:tomcat-embed-websocket:10.1.19")
|
|
|
|
api("org.apache.tomcat:tomcat-util:10.1.19")
|
|
|
|
api("org.apache.tomcat:tomcat-websocket:10.1.19")
|
|
|
|
api("org.aspectj:aspectjrt:1.9.21.1")
|
|
|
|
api("org.aspectj:aspectjtools:1.9.21.1")
|
|
|
|
api("org.aspectj:aspectjweaver:1.9.21.1")
|
2023-04-03 01:20:49 +08:00
|
|
|
api("org.awaitility:awaitility:4.2.0")
|
|
|
|
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-03-13 03:07:58 +08:00
|
|
|
api("org.eclipse.jetty:jetty-reactive-httpclient:4.0.3")
|
2023-10-26 18:00:03 +08:00
|
|
|
api("org.eclipse.persistence:org.eclipse.persistence.jpa:3.0.4")
|
2022-08-30 22:18:49 +08:00
|
|
|
api("org.eclipse:yasson:2.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")
|
2023-02-08 00:20:11 +08:00
|
|
|
api("org.freemarker:freemarker:2.3.32")
|
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-11-15 20:29:13 +08:00
|
|
|
api("org.glassfish.tyrus:tyrus-container-servlet:2.1.3")
|
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")
|
2023-02-08 00:20:11 +08:00
|
|
|
api("org.hibernate:hibernate-core-jakarta:5.6.15.Final")
|
2022-09-14 18:56:16 +08:00
|
|
|
api("org.hibernate:hibernate-validator:7.0.5.Final")
|
2023-07-05 03:35:37 +08:00
|
|
|
api("org.hsqldb:hsqldb:2.7.2")
|
2022-08-30 22:18:49 +08:00
|
|
|
api("org.javamoney:moneta:1.4.2")
|
2024-02-29 04:38:57 +08:00
|
|
|
api("org.jruby:jruby:9.4.6.0")
|
2024-01-02 22:39:55 +08:00
|
|
|
api("org.junit.support:testng-engine:1.0.5")
|
2023-04-03 01:20:49 +08:00
|
|
|
api("org.mozilla:rhino:1.7.14")
|
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")
|
2023-02-02 01:18:52 +08:00
|
|
|
api("org.seleniumhq.selenium:htmlunit-driver:2.70.0")
|
2022-08-30 22:18:49 +08:00
|
|
|
api("org.seleniumhq.selenium:selenium-java:3.141.59")
|
2023-04-03 01:20:49 +08:00
|
|
|
api("org.skyscreamer:jsonassert:1.5.1")
|
2024-02-07 00:54:26 +08:00
|
|
|
api("org.slf4j:slf4j-api:2.0.12")
|
2024-01-02 22:39:05 +08:00
|
|
|
api("org.testng:testng:7.9.0")
|
2022-08-30 22:18:49 +08:00
|
|
|
api("org.webjars:underscorejs:1.8.3")
|
2023-11-15 20:29:13 +08:00
|
|
|
api("org.webjars:webjars-locator-core:0.55")
|
2023-02-08 00:20:11 +08:00
|
|
|
api("org.xmlunit:xmlunit-assertj:2.9.1")
|
|
|
|
api("org.xmlunit:xmlunit-matchers:2.9.1")
|
2023-11-09 18:52:02 +08:00
|
|
|
api("org.yaml:snakeyaml:2.2")
|
2022-08-30 22:18:49 +08:00
|
|
|
}
|
|
|
|
}
|