| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| ~ Licensed to the Apache Software Foundation (ASF) under one or more |
| ~ contributor license agreements. See the NOTICE file distributed with |
| ~ this work for additional information regarding copyright ownership. |
| ~ The ASF licenses this file to You under the Apache License, Version 2.0 |
| ~ (the "License"); you may not use this file except in compliance with |
| ~ the License. You may obtain a copy of the License at |
| ~ |
| ~ http://www.apache.org/licenses/LICENSE-2.0 |
| ~ |
| ~ Unless required by applicable law or agreed to in writing, software |
| ~ distributed under the License is distributed on an "AS IS" BASIS, |
| ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| ~ See the License for the specific language governing permissions and |
| ~ limitations under the License. |
| --> |
| |
| <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| <modelVersion>4.0.0</modelVersion> |
| <parent> |
| <groupId>org.apache.servicecomb</groupId> |
| <artifactId>java-chassis-dependencies-parent</artifactId> |
| <version>3.3.0-SNAPSHOT</version> |
| </parent> |
| |
| <artifactId>java-chassis-dependencies</artifactId> |
| <name>Java Chassis::Dependencies::Default</name> |
| <packaging>pom</packaging> |
| |
| <properties> |
| <!-- Dependency versions: sort by alphabetic order --> |
| <activation.version>1.2.2</activation.version> |
| <assertj.version>3.27.3</assertj.version> |
| <awaitility.version>4.3.0</awaitility.version> |
| <brave.version>6.2.0</brave.version> |
| <commons-beanutils.version>1.10.1</commons-beanutils.version> |
| <commons-io.version>2.19.0</commons-io.version> |
| <commons-lang.version>2.6</commons-lang.version> |
| <commons-lang3.version>3.17.0</commons-lang3.version> |
| <commons-logging.version>1.3.5</commons-logging.version> |
| <commons-text.version>1.13.0</commons-text.version> |
| <curator.version>5.7.1</curator.version> |
| <failureaccess.version>1.0.3</failureaccess.version> |
| <findbugs-jsr305.version>3.0.2</findbugs-jsr305.version> |
| <governator-annotations.version>1.17.12</governator-annotations.version> |
| <governator-api.version>1.17.13</governator-api.version> |
| <guava.version>33.4.8-jre</guava.version> |
| <guice.version>5.1.0</guice.version> |
| <hamcrest.version>1.3</hamcrest.version> |
| <hdr-histogram.version>2.2.2</hdr-histogram.version> |
| <hibernate-validator.version>8.0.1.Final</hibernate-validator.version> |
| <httpcomponents.version>4.5.14</httpcomponents.version> |
| <hystrix.version>1.5.18</hystrix.version> |
| <jackson.version>2.18.3</jackson.version> |
| <java-websocket.version>1.6.0</java-websocket.version> |
| <javax-annotation.version>1.3.2</javax-annotation.version> |
| <javax-inject.version>1</javax-inject.version> |
| <javax-resource.version>1.5</javax-resource.version> |
| <jersey.version>3.1.4</jersey.version> |
| <jmockit.version>1.34</jmockit.version> |
| <junit.version>4.13.2</junit.version> |
| <junit5.version>5.12.2</junit5.version> |
| <log4j.version>1.2.17</log4j.version> |
| <log4j2.version>2.24.3</log4j2.version> |
| <maven-model.version>3.9.9</maven-model.version> |
| <micrometer.version>1.14.6</micrometer.version> |
| <mockito.version>5.15.2</mockito.version> |
| <mockito-inline.version>5.2.0</mockito-inline.version> |
| <mock-server.version>5.15.0</mock-server.version> |
| <nacos-client.version>3.0.0</nacos-client.version> |
| <netflix-commons.version>0.3.0</netflix-commons.version> |
| <netty.version>4.1.119.Final</netty.version> |
| <okhttp3.version>4.12.0</okhttp3.version> |
| <prometheus.version>0.16.0</prometheus.version> |
| <protobuf.version>3.23.4</protobuf.version> |
| <protostuff.version>1.8.0</protostuff.version> |
| <protostuff-parser.version>2.2.27</protostuff-parser.version> |
| <reactive-streams.version>1.0.4</reactive-streams.version> |
| <resilience4j.versioin>1.7.0</resilience4j.versioin> |
| <ribbon.version>2.7.18</ribbon.version> |
| <rxjava.version>3.1.10</rxjava.version> |
| <seanyinx.version>1.0.0</seanyinx.version> |
| <servo.version>0.13.2</servo.version> |
| <servlet-api.version>6.0.0</servlet-api.version> |
| <slf4j.version>1.7.36</slf4j.version> |
| <snakeyaml.version>2.4</snakeyaml.version> |
| <spring.version>6.1.10</spring.version> |
| <swagger.version>2.2.29</swagger.version> |
| <vertx.version>4.5.13</vertx.version> |
| <zipkin.version>3.5.1</zipkin.version> |
| <zipkin-reporter.version>3.4.0</zipkin-reporter.version> |
| <jetcd-core.version>0.8.5</jetcd-core.version> |
| <consul-client.version>1.5.0</consul-client.version> |
| <!-- Base dir of main --> |
| <main.basedir>${basedir}/../..</main.basedir> |
| </properties> |
| |
| <dependencyManagement> |
| <dependencies> |
| <!-- Third Party --> |
| <dependency> |
| <groupId>com.fasterxml.jackson</groupId> |
| <artifactId>jackson-bom</artifactId> |
| <version>${jackson.version}</version> |
| <scope>import</scope> |
| <type>pom</type> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.mockito</groupId> |
| <artifactId>mockito-bom</artifactId> |
| <version>${mockito.version}</version> |
| <scope>import</scope> |
| <type>pom</type> |
| </dependency> |
| <dependency> |
| <groupId>org.mockito</groupId> |
| <artifactId>mockito-inline</artifactId> |
| <version>${mockito-inline.version}</version> |
| <scope>test</scope> |
| </dependency> |
| |
| <dependency> |
| <groupId>com.github.seanyinx</groupId> |
| <artifactId>unit-scaffolding</artifactId> |
| <version>${seanyinx.version}</version> |
| <scope>test</scope> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.curator</groupId> |
| <artifactId>curator-x-discovery</artifactId> |
| <version>${curator.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.curator</groupId> |
| <artifactId>curator-framework</artifactId> |
| <version>${curator.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.curator</groupId> |
| <artifactId>curator-recipes</artifactId> |
| <version>${curator.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>com.google.code.findbugs</groupId> |
| <artifactId>jsr305</artifactId> |
| <version>${findbugs-jsr305.version}</version> |
| <scope>provided</scope> |
| </dependency> |
| |
| <dependency> |
| <groupId>com.google.guava</groupId> |
| <artifactId>guava</artifactId> |
| <version>${guava.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>*</groupId> |
| <artifactId>*</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>com.google.guava</groupId> |
| <artifactId>failureaccess</artifactId> |
| <version>${failureaccess.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>com.google.inject</groupId> |
| <artifactId>guice</artifactId> |
| <version>${guice.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>aopalliance</groupId> |
| <artifactId>aopalliance</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>com.google.inject.extensions</groupId> |
| <artifactId>guice-assistedinject</artifactId> |
| <version>${guice.version}</version> |
| </dependency> |
| |
| <!-- will not update anymore, only for testing --> |
| <dependency> |
| <groupId>com.google.protobuf</groupId> |
| <artifactId>protobuf-java</artifactId> |
| <version>${protobuf.version}</version> |
| <scope>test</scope> |
| </dependency> |
| |
| <dependency> |
| <groupId>com.squareup.okhttp3</groupId> |
| <artifactId>okhttp</artifactId> |
| <version>${okhttp3.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>com.squareup.okhttp3</groupId> |
| <artifactId>mockwebserver</artifactId> |
| <version>${okhttp3.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-beanutils</groupId> |
| <artifactId>commons-beanutils</artifactId> |
| <version>${commons-beanutils.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-io</groupId> |
| <artifactId>commons-io</artifactId> |
| <version>${commons-io.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-lang</groupId> |
| <artifactId>commons-lang</artifactId> |
| <version>${commons-lang.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-logging</groupId> |
| <artifactId>commons-logging</artifactId> |
| <version>${commons-logging.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>io.netty</groupId> |
| <artifactId>netty-bom</artifactId> |
| <scope>import</scope> |
| <version>${netty.version}</version> |
| <type>pom</type> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.maven</groupId> |
| <artifactId>maven-model</artifactId> |
| <version>${maven-model.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>io.micrometer</groupId> |
| <artifactId>micrometer-bom</artifactId> |
| <version>${micrometer.version}</version> |
| <type>pom</type> |
| <scope>import</scope> |
| </dependency> |
| <dependency> |
| <groupId>io.prometheus</groupId> |
| <artifactId>simpleclient_bom</artifactId> |
| <version>${prometheus.version}</version> |
| <type>pom</type> |
| <scope>import</scope> |
| </dependency> |
| |
| <dependency> |
| <groupId>io.protostuff</groupId> |
| <artifactId>protostuff-core</artifactId> |
| <version>${protostuff.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>io.protostuff</groupId> |
| <artifactId>protostuff-parser</artifactId> |
| <version>${protostuff-parser.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.abego.treelayout</groupId> |
| <artifactId>org.abego.treelayout.core</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>com.google.inject.extensions</groupId> |
| <artifactId>guice-multibindings</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>io.protostuff</groupId> |
| <artifactId>protostuff-runtime</artifactId> |
| <version>${protostuff.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>io.swagger.core.v3</groupId> |
| <artifactId>swagger-core-jakarta</artifactId> |
| <version>${swagger.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>io.reactivex.rxjava3</groupId> |
| <artifactId>rxjava</artifactId> |
| <version>${rxjava.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.reactivestreams</groupId> |
| <artifactId>reactive-streams</artifactId> |
| <version>${reactive-streams.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>io.vertx</groupId> |
| <artifactId>vertx-codegen</artifactId> |
| <version>${vertx.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>io.vertx</groupId> |
| <artifactId>vertx-core</artifactId> |
| <version>${vertx.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>io.vertx</groupId> |
| <artifactId>vertx-web</artifactId> |
| <version>${vertx.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>io.vertx</groupId> |
| <artifactId>vertx-rx-java3</artifactId> |
| <version>${vertx.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>io.zipkin.brave</groupId> |
| <artifactId>brave-bom</artifactId> |
| <version>${brave.version}</version> |
| <type>pom</type> |
| <scope>import</scope> |
| </dependency> |
| |
| <dependency> |
| <groupId>io.zipkin.reporter2</groupId> |
| <artifactId>zipkin-reporter-bom</artifactId> |
| <version>${zipkin-reporter.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>io.zipkin.zipkin2</groupId> |
| <artifactId>zipkin</artifactId> |
| <version>${zipkin.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>jakarta.servlet</groupId> |
| <artifactId>jakarta.servlet-api</artifactId> |
| <version>${servlet-api.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>com.sun.activation</groupId> |
| <artifactId>jakarta.activation</artifactId> |
| <version>${activation.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>javax.annotation</groupId> |
| <artifactId>javax.annotation-api</artifactId> |
| <version>${javax-annotation.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>javax.inject</groupId> |
| <artifactId>javax.inject</artifactId> |
| <version>${javax-inject.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>javax.resource</groupId> |
| <artifactId>connector-api</artifactId> |
| <version>${javax-resource.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>junit</groupId> |
| <artifactId>junit</artifactId> |
| <version>${junit.version}</version> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.junit</groupId> |
| <artifactId>junit-bom</artifactId> |
| <version>${junit5.version}</version> |
| <type>pom</type> |
| <scope>import</scope> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.commons</groupId> |
| <artifactId>commons-lang3</artifactId> |
| <version>${commons-lang3.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.commons</groupId> |
| <artifactId>commons-text</artifactId> |
| <version>${commons-text.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.httpcomponents</groupId> |
| <artifactId>httpclient</artifactId> |
| <version>${httpcomponents.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.logging.log4j</groupId> |
| <artifactId>log4j-api</artifactId> |
| <version>${log4j2.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.logging.log4j</groupId> |
| <artifactId>log4j-core</artifactId> |
| <version>${log4j2.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.logging.log4j</groupId> |
| <artifactId>log4j-slf4j-impl</artifactId> |
| <version>${log4j2.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.awaitility</groupId> |
| <artifactId>awaitility</artifactId> |
| <version>${awaitility.version}</version> |
| <scope>test</scope> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.assertj</groupId> |
| <artifactId>assertj-core</artifactId> |
| <version>${assertj.version}</version> |
| <scope>test</scope> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.glassfish.jersey.core</groupId> |
| <artifactId>jersey-common</artifactId> |
| <version>${jersey.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.glassfish.jersey.core</groupId> |
| <artifactId>jersey-client</artifactId> |
| <version>${jersey.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.hamcrest</groupId> |
| <artifactId>hamcrest-all</artifactId> |
| <version>${hamcrest.version}</version> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.hamcrest</groupId> |
| <artifactId>hamcrest-core</artifactId> |
| <version>${hamcrest.version}</version> |
| <scope>test</scope> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.hibernate.validator</groupId> |
| <artifactId>hibernate-validator</artifactId> |
| <version>${hibernate-validator.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.hibernate.validator</groupId> |
| <artifactId>hibernate-validator-annotation-processor</artifactId> |
| <version>${hibernate-validator.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.hdrhistogram</groupId> |
| <artifactId>HdrHistogram</artifactId> |
| <version>${hdr-histogram.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.jmockit</groupId> |
| <artifactId>jmockit</artifactId> |
| <version>${jmockit.version}</version> |
| <scope>test</scope> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.mock-server</groupId> |
| <artifactId>mockserver-netty</artifactId> |
| <version>${mock-server.version}</version> |
| <scope>test</scope> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>slf4j-api</artifactId> |
| <version>${slf4j.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.springframework</groupId> |
| <artifactId>spring-framework-bom</artifactId> |
| <version>${spring.version}</version> |
| <type>pom</type> |
| <scope>import</scope> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.springframework.boot</groupId> |
| <artifactId>spring-boot-dependencies</artifactId> |
| <version>${spring-boot.version}</version> |
| <type>pom</type> |
| <scope>import</scope> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.yaml</groupId> |
| <artifactId>snakeyaml</artifactId> |
| <version>${snakeyaml.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>com.alibaba.nacos</groupId> |
| <artifactId>nacos-client</artifactId> |
| <version>${nacos-client.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>io.github.resilience4j</groupId> |
| <artifactId>resilience4j-bom</artifactId> |
| <version>${resilience4j.versioin}</version> |
| <type>pom</type> |
| <scope>import</scope> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.java-websocket</groupId> |
| <artifactId>Java-WebSocket</artifactId> |
| <version>${java-websocket.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.servicecomb</groupId> |
| <artifactId>java-chassis-bom</artifactId> |
| <version>${project.version}</version> |
| <type>pom</type> |
| <scope>import</scope> |
| </dependency> |
| |
| <dependency> |
| <groupId>io.etcd</groupId> |
| <artifactId>jetcd-core</artifactId> |
| <version>${jetcd-core.version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.kiwiproject</groupId> |
| <artifactId>consul-client</artifactId> |
| <version>${consul-client.version}</version> |
| </dependency> |
| </dependencies> |
| </dependencyManagement> |
| </project> |