nacos/pom.xml

1030 lines
42 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 1999-2021 Alibaba Group Holding Ltd.
2020-06-12 16:05:58 +08:00
~
~ Licensed 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.
-->
2018-07-21 00:27:23 +08:00
<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">
2018-10-01 11:19:53 +08:00
<modelVersion>4.0.0</modelVersion>
<inceptionYear>2018</inceptionYear>
<groupId>com.alibaba.nacos</groupId>
<artifactId>nacos-all</artifactId>
<version>${revision}</version>
2018-10-01 11:19:53 +08:00
<packaging>pom</packaging>
2018-10-01 11:19:53 +08:00
<name>Alibaba NACOS ${project.version}</name>
<description>Top Nacos project pom.xml file</description>
<url>http://nacos.io</url>
<prerequisites>
<maven>3.2.5</maven>
</prerequisites>
2018-10-01 11:19:53 +08:00
<scm>
<url>git@github.com:alibaba/nacos.git</url>
<connection>scm:git@github.com:alibaba/nacos.git</connection>
<developerConnection>scm:git@github.com:alibaba/nacos.git</developerConnection>
<tag>nacos-all-${revision}</tag>
2018-10-01 11:19:53 +08:00
</scm>
2018-10-01 11:19:53 +08:00
<mailingLists>
<mailingList>
<name>Development List</name>
<subscribe>dev-nacos+subscribe@googlegroups.com</subscribe>
<unsubscribe>dev-nacos+unsubscribe@googlegroups.com</unsubscribe>
<post>dev-nacos@googlegroups.com</post>
</mailingList>
<mailingList>
<name>User List</name>
<subscribe>users-nacos+subscribe@googlegroups.com</subscribe>
<unsubscribe>users-nacos+unsubscribe@googlegroups.com</unsubscribe>
<post>users-nacos@googlegroups.com</post>
</mailingList>
<mailingList>
<name>Commits List</name>
<subscribe>commits-nacos+subscribe@googlegroups.com</subscribe>
<unsubscribe>commits-nacos+unsubscribe@googlegroups.com</unsubscribe>
<post>commits-nacos@googlegroups.com</post>
</mailingList>
</mailingLists>
2018-10-01 11:19:53 +08:00
<developers>
<developer>
<id>Alibaba Nacos</id>
<name>Nacos</name>
<url>http://nacos.io</url>
<email>nacos_dev@linux.alibaba.com</email>
</developer>
</developers>
2018-10-01 11:19:53 +08:00
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
2018-10-01 11:19:53 +08:00
<organization>
<name>Alibaba Group</name>
<url>https://github.com/alibaba</url>
</organization>
2018-10-01 11:19:53 +08:00
<issueManagement>
<system>github</system>
<url>https://github.com/alibaba/nacos/issues</url>
</issueManagement>
2018-10-01 11:19:53 +08:00
<properties>
2022-12-14 11:23:49 +08:00
<revision>2.2.0</revision>
2018-10-01 11:19:53 +08:00
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- Compiler settings properties -->
2019-04-10 20:03:52 +08:00
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<!-- Maven properties -->
<maven.test.skip>false</maven.test.skip>
<maven.javadoc.skip>true</maven.javadoc.skip>
2018-10-01 11:19:53 +08:00
<!-- Exclude all generated code -->
<sonar.exclusions>file:**/generated-sources/**,**/test/**</sonar.exclusions>
2020-05-29 00:02:19 +08:00
<!-- plugin version -->
<versions-maven-plugin.version>2.2</versions-maven-plugin.version>
<dependency-mediator-maven-plugin.version>1.0.2</dependency-mediator-maven-plugin.version>
<clirr-maven-plugin.version>2.7</clirr-maven-plugin.version>
<maven-enforcer-plugin.version>1.4.1</maven-enforcer-plugin.version>
<maven-compiler-plugin.version>3.5.1</maven-compiler-plugin.version>
<maven-javadoc-plugin.version>2.10.4</maven-javadoc-plugin.version>
<maven-source-plugin.version>3.0.1</maven-source-plugin.version>
<maven-pmd-plugin.version>3.8</maven-pmd-plugin.version>
<apache-rat-plugin.version>0.12</apache-rat-plugin.version>
<maven-resources-plugin.version>3.0.2</maven-resources-plugin.version>
<jacoco-maven-plugin.version>0.8.7</jacoco-maven-plugin.version>
2020-05-29 00:02:19 +08:00
<maven-surefire-plugin.version>2.20</maven-surefire-plugin.version>
<findbugs-maven-plugin.version>3.0.4</findbugs-maven-plugin.version>
<sonar-maven-plugin.version>3.0.2</sonar-maven-plugin.version>
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
<maven-failsafe-plugin.version>2.19.1</maven-failsafe-plugin.version>
<maven-assembly-plugin.version>3.0.0</maven-assembly-plugin.version>
<maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
<maven-flatten-version>1.1.0</maven-flatten-version>
2020-05-29 00:02:19 +08:00
<!-- dependency version related to plugin -->
<extra-enforcer-rules.version>1.0-beta-4</extra-enforcer-rules.version>
<p3c-pmd.version>1.3.0</p3c-pmd.version>
2020-05-29 00:02:19 +08:00
<!-- dependency version -->
<spring-boot-dependencies.version>2.6.14</spring-boot-dependencies.version>
2020-05-29 00:02:19 +08:00
<servlet-api.version>3.0</servlet-api.version>
<commons-io.version>2.7</commons-io.version>
2020-05-29 00:02:19 +08:00
<commons-collections.version>3.2.2</commons-collections.version>
<slf4j-api.version>1.7.7</slf4j-api.version>
2021-12-29 10:39:30 +08:00
<logback.version>1.2.9</logback.version>
<log4j.version>2.17.1</log4j.version>
2020-05-29 00:02:19 +08:00
<httpasyncclient.version>4.1.3</httpasyncclient.version>
<mysql-connector-java.version>8.0.28</mysql-connector-java.version>
2020-05-29 19:01:48 +08:00
<derby.version>10.14.2.0</derby.version>
<jackson-core.version>2.12.6</jackson-core.version>
<jackson-databind.version>2.12.7.1</jackson-databind.version>
<jackson.annotations.version>2.12.6</jackson.annotations.version>
<jackson-core-asl.version>1.9.13</jackson-core-asl.version>
<jjwt.version>0.11.2</jjwt.version>
<guava.version>30.1-jre</guava.version>
2020-05-29 00:02:19 +08:00
<javatuples.version>1.2</javatuples.version>
<grpc-java.version>1.50.2</grpc-java.version>
<proto-google-common-protos.version>2.7.1</proto-google-common-protos.version>
<protobuf-java.version>3.21.11</protobuf-java.version>
<protoc-gen-grpc-java.version>${grpc-java.version}</protoc-gen-grpc-java.version>
<hessian.version>4.0.63</hessian.version>
<mockito-all.version>1.10.19</mockito-all.version>
<mockito-core.version>3.8.0</mockito-core.version>
2020-05-29 19:01:48 +08:00
<HikariCP.version>3.4.2</HikariCP.version>
<jraft-core.version>1.3.12</jraft-core.version>
<rpc-grpc-impl.version>${jraft-core.version}</rpc-grpc-impl.version>
<SnakeYaml.version>1.32</SnakeYaml.version>
2018-10-01 11:19:53 +08:00
</properties>
<!-- == -->
<!-- =========================================================Build plugins================================================ -->
<!-- == -->
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring-boot-dependencies.version}</version>
</plugin>
</plugins>
</pluginManagement>
2018-10-01 11:19:53 +08:00
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
2020-05-29 00:02:19 +08:00
<version>${versions-maven-plugin.version}</version>
2018-10-01 11:19:53 +08:00
</plugin>
<plugin>
<groupId>com.github.vongosling</groupId>
<artifactId>dependency-mediator-maven-plugin</artifactId>
2020-05-29 00:02:19 +08:00
<version>${dependency-mediator-maven-plugin.version}</version>
2018-10-01 11:19:53 +08:00
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>clirr-maven-plugin</artifactId>
2020-05-29 00:02:19 +08:00
<version>${clirr-maven-plugin.version}</version>
2018-10-01 11:19:53 +08:00
</plugin>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
2020-05-29 00:02:19 +08:00
<version>${maven-enforcer-plugin.version}</version>
2018-10-01 11:19:53 +08:00
<executions>
<execution>
<id>enforce-ban-circular-dependencies</id>
<goals>
<goal>enforce</goal>
</goals>
</execution>
</executions>
<configuration>
<rules>
<banCircularDependencies/>
</rules>
<fail>true</fail>
</configuration>
<dependencies>
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>extra-enforcer-rules</artifactId>
2020-05-29 00:02:19 +08:00
<version>${extra-enforcer-rules.version}</version>
2018-10-01 11:19:53 +08:00
</dependency>
</dependencies>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
2020-05-29 00:02:19 +08:00
<version>${maven-compiler-plugin.version}</version>
2018-10-01 11:19:53 +08:00
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
<compilerVersion>${maven.compiler.source}</compilerVersion>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
</configuration>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
2020-05-29 00:02:19 +08:00
<version>${maven-javadoc-plugin.version}</version>
2018-10-01 11:19:53 +08:00
<configuration>
<charset>UTF-8</charset>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
2020-05-29 00:02:19 +08:00
<version>${maven-source-plugin.version}</version>
2018-10-01 11:19:53 +08:00
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
2020-05-29 00:02:19 +08:00
<version>${maven-pmd-plugin.version}</version>
2018-10-01 11:19:53 +08:00
<configuration>
<rulesets>
<ruleset>rulesets/java/ali-comment.xml</ruleset>
<ruleset>rulesets/java/ali-concurrent.xml</ruleset>
<ruleset>rulesets/java/ali-constant.xml</ruleset>
<ruleset>rulesets/java/ali-exception.xml</ruleset>
<ruleset>rulesets/java/ali-flowcontrol.xml</ruleset>
<ruleset>rulesets/java/ali-naming.xml</ruleset>
<ruleset>rulesets/java/ali-oop.xml</ruleset>
<ruleset>rulesets/java/ali-orm.xml</ruleset>
<ruleset>rulesets/java/ali-other.xml</ruleset>
<ruleset>rulesets/java/ali-set.xml</ruleset>
</rulesets>
<printFailingErrors>true</printFailingErrors>
2019-10-15 18:07:27 +08:00
<excludes>
2020-03-26 20:53:46 +08:00
<exclude>**/consistency/entity/*.java</exclude>
2019-10-15 18:07:27 +08:00
<exclude>**/istio/model/mcp/*.java</exclude>
<exclude>**/istio/model/naming/*.java</exclude>
<exclude>**/istio/model/*.java</exclude>
<exclude>**/api/grpc/auto/*.java</exclude>
<exclude>**/istio/mcp/**</exclude>
<exclude>**/istio/networking/**</exclude>
<exclude>**/google/protobuf/**</exclude>
<exclude>**/common/packagescan/classreading/*.java</exclude>
<exclude>**/common/packagescan/resource/*.java</exclude>
<exclude>**/common/packagescan/util/*.java</exclude>
2019-10-15 18:07:27 +08:00
</excludes>
2018-10-01 11:19:53 +08:00
</configuration>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>com.alibaba.p3c</groupId>
<artifactId>p3c-pmd</artifactId>
2020-05-29 00:02:19 +08:00
<version>${p3c-pmd.version}</version>
2018-10-01 11:19:53 +08:00
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>${maven-checkstyle-plugin.version}</version>
<configuration>
<configLocation>style/NacosCheckStyle.xml</configLocation>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<encoding>UTF-8</encoding>
<consoleOutput>true</consoleOutput>
<failsOnError>true</failsOnError>
<excludes>**/consistency/entity/**,**/nacos/test/**,**/api/grpc/auto/**,**/istio/**,**/protobuf/**</excludes>
</configuration>
<executions>
<execution>
<id>validate</id>
<phase>validate</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
2018-10-01 11:19:53 +08:00
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
2020-05-29 00:02:19 +08:00
<version>${apache-rat-plugin.version}</version>
2018-10-01 11:19:53 +08:00
<configuration>
<excludes>
<exclude>.editorconfig</exclude>
2018-10-01 11:19:53 +08:00
<exclude>.travis.yml</exclude>
<exclude>codecov.yml</exclude>
2018-10-01 11:19:53 +08:00
<exclude>CONTRIBUTING.md</exclude>
2018-11-08 16:00:01 +08:00
<exclude>CODE_OF_CONDUCT.md</exclude>
2018-10-01 11:19:53 +08:00
<exclude>CHANGELOG.md</exclude>
<exclude>style/codeStyle.md</exclude>
<exclude>REPORTING-BUGS.md</exclude>
<exclude>README.md</exclude>
2018-11-16 14:22:12 +08:00
<exclude>.github/**/*</exclude>
2020-04-04 11:22:50 +08:00
<exclude>doc/*</exclude>
<exclude>derby.log</exclude>
2020-03-30 13:42:55 +08:00
<exclude>logs/*</exclude>
2020-06-12 16:05:58 +08:00
<exclude>src/main/resources/static/**</exclude>
2019-10-22 17:05:48 +08:00
<exclude>**/istio/model/**</exclude>
2020-03-27 14:43:55 +08:00
<exclude>**/consistency/entity/**</exclude>
2020-06-12 16:05:58 +08:00
<exclude>**/*.txt</exclude>
<exclude>**/*.factories</exclude>
<exclude>/console-ui/**</exclude>
<exclude>**/gogo.proto</exclude>
<exclude>**/any.proto</exclude>
<exclude>src/main/java/com/alibaba/nacos/common/packagescan/classreading/**</exclude>
2018-10-01 11:19:53 +08:00
</excludes>
</configuration>
2020-06-12 16:05:58 +08:00
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
2018-10-01 11:19:53 +08:00
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
2020-05-29 00:02:19 +08:00
<version>${maven-resources-plugin.version}</version>
2018-10-01 11:19:53 +08:00
<configuration>
<!-- We are not suppose to setup the customer resources here -->
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
2020-05-29 00:02:19 +08:00
<version>${jacoco-maven-plugin.version}</version>
<configuration>
<skip>${maven.test.skip}</skip>
<destFile>${project.build.directory}/coverage-reports/jacoco-unit.exec</destFile>
<dataFile>${project.build.directory}/coverage-reports/jacoco-unit.exec</dataFile>
<output>file</output>
<append>true</append>
</configuration>
2018-10-01 11:19:53 +08:00
<executions>
<execution>
<id>default-prepare-agent</id>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>default-report</id>
<phase>test</phase>
2018-10-01 11:19:53 +08:00
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
2020-05-29 00:02:19 +08:00
<version>${maven-surefire-plugin.version}</version>
2018-10-01 11:19:53 +08:00
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
2020-05-29 00:02:19 +08:00
<version>${findbugs-maven-plugin.version}</version>
2018-10-01 11:19:53 +08:00
</plugin>
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
2020-05-29 00:02:19 +08:00
<version>${sonar-maven-plugin.version}</version>
2018-10-01 11:19:53 +08:00
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>${maven-assembly-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>${maven-flatten-version}</version>
<configuration>
<updatePomFile>true</updatePomFile>
<flattenMode>resolveCiFriendliesOnly</flattenMode>
<pomElements>
<dependencies>expand</dependencies>
</pomElements>
</configuration>
<executions>
<execution>
<id>flatten</id>
<phase>process-resources</phase>
<goals>
<goal>flatten</goal>
</goals>
</execution>
<execution>
<id>flatten.clean</id>
<phase>clean</phase>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
2018-10-01 11:19:53 +08:00
</plugins>
</build>
2018-10-01 11:19:53 +08:00
<profiles>
<profile>
2019-08-13 21:41:26 +08:00
<id>jdk8</id>
2018-10-01 11:19:53 +08:00
<activation>
2019-08-13 21:41:26 +08:00
<jdk>[1.8,)</jdk>
2018-10-01 11:19:53 +08:00
</activation>
<!-- Disable doclint under JDK 8 -->
<reporting>
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
2020-05-29 00:02:19 +08:00
<version>${maven-javadoc-plugin.version}</version>
2018-10-01 11:19:53 +08:00
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</plugin>
</plugins>
</reporting>
<build>
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
2020-05-29 00:02:19 +08:00
<version>${maven-javadoc-plugin.version}</version>
2018-10-01 11:19:53 +08:00
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>release-sign-artifacts</id>
<activation>
<property>
<name>performRelease</name>
<value>true</value>
</property>
</activation>
2018-10-19 15:41:47 +08:00
<properties>
<maven.javadoc.skip>false</maven.javadoc.skip>
</properties>
2018-10-01 11:19:53 +08:00
<build>
<plugins>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
2020-05-29 00:02:19 +08:00
<version>${maven-gpg-plugin.version}</version>
2018-10-01 11:19:53 +08:00
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<!-- Run integration tests for configuration modules separately -->
<id>cit-test</id>
<build>
<plugins>
<plugin>
2021-04-23 18:36:02 +08:00
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
<configuration>
2021-04-23 18:36:02 +08:00
<testFailureIgnore>false</testFailureIgnore>
<includes>
<include>**/*CITCase.java</include>
</includes>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<!-- Run integration tests for all modules separately -->
2021-04-23 18:36:02 +08:00
<id>nit-test</id>
2018-10-01 11:19:53 +08:00
<build>
<plugins>
<plugin>
2021-04-23 18:36:02 +08:00
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
2018-10-01 11:19:53 +08:00
<configuration>
2021-04-23 18:36:02 +08:00
<testFailureIgnore>false</testFailureIgnore>
2018-10-01 11:19:53 +08:00
<includes>
2021-04-23 18:36:02 +08:00
<include>**/naming/*ITCase.java</include>
2018-10-01 11:19:53 +08:00
</includes>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>sonar-apache</id>
<properties>
<!-- URL of the ASF SonarQube server -->
<sonar.host.url>https://builds.apache.org/analysis</sonar.host.url>
</properties>
</profile>
<profile>
<id>remove-test-data</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<configuration>
<followSymLinks>false</followSymLinks>
<filesets>
<fileset>
<directory>${user.home}/nacos/data</directory>
</fileset>
</filesets>
</configuration>
</plugin>
</plugins>
</build>
</profile>
2018-10-01 11:19:53 +08:00
</profiles>
<reporting>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
2020-05-29 00:02:19 +08:00
<version>${findbugs-maven-plugin.version}</version>
2018-10-01 11:19:53 +08:00
</plugin>
</plugins>
</reporting>
<!-- Submodule management -->
2018-10-01 11:19:53 +08:00
<modules>
<module>config</module>
<module>core</module>
<module>naming</module>
<module>address</module>
2018-10-01 11:19:53 +08:00
<module>test</module>
<module>api</module>
<module>client</module>
<module>example</module>
<module>common</module>
<module>distribution</module>
<module>console</module>
2018-11-22 20:31:53 +08:00
<module>cmdb</module>
2019-10-15 18:07:27 +08:00
<module>istio</module>
2020-03-26 12:06:35 +08:00
<module>consistency</module>
<module>auth</module>
<module>sys</module>
<module>plugin</module>
<module>plugin-default-impl</module>
2022-11-17 11:13:51 +08:00
<module>prometheus</module>
2018-10-01 11:19:53 +08:00
</modules>
<!-- Default dependencies in all subprojects -->
2018-10-01 11:19:53 +08:00
<dependencies>
2018-10-01 11:19:53 +08:00
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<scope>test</scope>
</dependency>
2018-10-01 11:19:53 +08:00
</dependencies>
<!-- Manage the version numbers of dependencies,
sub-modules will not introduce these dependencies by default -->
2018-10-01 11:19:53 +08:00
<dependencyManagement>
<dependencies>
<dependency>
<!-- Import dependency management from Spring Boot -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
2020-05-29 00:02:19 +08:00
<version>${spring-boot-dependencies.version}</version>
2018-10-01 11:19:53 +08:00
<type>pom</type>
<scope>import</scope>
</dependency>
2018-10-01 12:15:21 +08:00
<!-- Internal libs -->
2018-10-01 11:19:53 +08:00
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>nacos-config</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>nacos-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>nacos-naming</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>nacos-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>nacos-client</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>nacos-test</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>nacos-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>nacos-cmdb</artifactId>
<version>${project.version}</version>
</dependency>
2018-10-01 11:19:53 +08:00
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>nacos-console</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>nacos-distribution</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>nacos-example</artifactId>
<version>${project.version}</version>
</dependency>
2020-01-09 19:13:37 +08:00
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>nacos-address</artifactId>
<version>${project.version}</version>
</dependency>
2019-10-15 18:07:27 +08:00
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>nacos-istio</artifactId>
<version>${project.version}</version>
</dependency>
2022-11-17 11:13:51 +08:00
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>nacos-prometheus</artifactId>
<version>${project.version}</version>
</dependency>
2020-03-26 12:06:35 +08:00
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>nacos-consistency</artifactId>
<version>${project.version}</version>
</dependency>
2022-01-24 15:35:45 +08:00
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>nacos-auth-plugin</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
[ISSUE #5695] Add config encrypt spi for nacos server. (#7934) * [ISSUE#5695] Add a plugin SPI for configuration encryption and decryption for Nacos 2.0 (#6655) * Defines the interface * 增加aes实现 * 客户端、服务端加解密实现 * 客户端、服务端加解密实现 * fix code quality (#6727) * [ISSUE#5695] Add a plugin SPI for configuration encryption and decryption for Nacos 2.0, EncryptedDataKey is persisted (#6740) * Defines the interface * 增加aes实现 * 客户端、服务端加解密实现 * 客户端、服务端加解密实现 * 秘钥持久化 * 秘钥持久化 * [ISSUE#5695] Summer2021 Cache encryptedDataKey (#6878) * Defines the interface * 增加aes实现 * 客户端、服务端加解密实现 * 客户端、服务端加解密实现 * 秘钥持久化 * 秘钥持久化 * 秘钥缓存到内存中 * 解决冲突 * 修改filter继承AbstractConfigFilter (#6879) * [ISSUE#5695] Summer2021 EncryptedDataKey is persisted to Derby (#6882) * [ISSUE#5695] Add a plugin SPI for configuration encryption and decryption for Nacos 2.0 (#6655) * Defines the interface * 增加aes实现 * 客户端、服务端加解密实现 * 客户端、服务端加解密实现 * fix code quality (#6727) * # This is a combination of 6 commits.tree cf7a399f99c4d81b8667c8de06f5ceb8c79fb6f0 parent 8024ecf31bf23a9edab416be8a3bfd1c0e48ce5e author 李晓双 Li Xiao Shuang <644968328@qq.com> 1630028256 +0800 committer lixiaoshuang <644968328@qq.com> 1631804378 +0800 # This is a combination of 3 commits. # This is the 1st commit message: [ISSUE#5695] Add a plugin SPI for configuration encryption and decryption for Nacos 2.0, EncryptedDataKey is persisted (#6740) * Defines the interface * 增加aes实现 * 客户端、服务端加解密实现 * 客户端、服务端加解密实现 * 秘钥持久化 * 秘钥持久化 # This is the commit message #2: [ISSUE#5695] Summer2021 Cache encryptedDataKey (#6878) * Defines the interface * 增加aes实现 * 客户端、服务端加解密实现 * 客户端、服务端加解密实现 * 秘钥持久化 * 秘钥持久化 * 秘钥缓存到内存中 * 解决冲突 # This is the commit message #3: 修改filter继承AbstractConfigFilter (#6879) # This is the commit message #6: 客户端、服务端加解密实现 * parent 8024ecf31bf23a9edab416be8a3bfd1c0e48ce5e author 李晓双 Li Xiao Shuang <644968328@qq.com> 1630028256 +0800 committer lixiaoshuang <644968328@qq.com> 1631805204 +0800 parent 8024ecf31bf23a9edab416be8a3bfd1c0e48ce5e author 李晓双 Li Xiao Shuang <644968328@qq.com> 1630028256 +0800 committer lixiaoshuang <644968328@qq.com> 1631804378 +0800 [ISSUE#5695] Add a plugin SPI for configuration encryption and decryption for Nacos 2.0, EncryptedDataKey is persisted (#6740) * 配置加解密插件 * derby支持秘钥存储 * 克隆功能兼容配置加解密 (#6913) * [ISSUE#5695] Summer2021 Import/export compatible with configuration encryption and decryption (#6956) * 克隆功能兼容配置加解密 * 导入导出兼容配置加解密 * 秘钥base64编码、更换AES加密模式 (#6974) * [ISSUE#5695] Summer2021 add unit test for ConfigCryptoFilter (#6991) * add unit test for ConfigCryptoFilter * add unit test for ConfigCryptoFilter * [ISSUE#5695] Summer2021 add unit test for CryptoExecutor (#6990) * add unit test for CryptoExecutor * add Copyright * [ISSUE#5695] Summer2021 add unit test for CryptoManager (#6989) * add unit test for CryptoManager * add unit test for CryptoManager * [ISSUE#5695] Summer2021 add unit test for AesCrypto (#6988) * add unit test for AesCrypto * update AesCryptoTest * Increased iv randomness * add default Iv * fix javadoc * fix unit test * defining plugin intergace * Replace the client encryption and decryption actuator * Replace the server encryption and decryption actuator * add unit test * add unit test * remove old code * fix NacosConfigServiceTest * Encryption and decryption to achieve migration Co-authored-by: 杨翊 SionYang <263976490@qq.com>
2022-03-16 10:54:11 +08:00
<artifactId>nacos-encryption-plugin</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>nacos-control-plugin</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.alibaba.nacos</groupId>
<artifactId>nacos-trace-plugin</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.alibaba.nacos</groupId>
<artifactId>nacos-datasource-plugin</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>nacos-custom-environment-plugin</artifactId>
<version>${project.version}</version>
</dependency>
[ISSUE #5695] Add config encrypt spi for nacos server. (#7934) * [ISSUE#5695] Add a plugin SPI for configuration encryption and decryption for Nacos 2.0 (#6655) * Defines the interface * 增加aes实现 * 客户端、服务端加解密实现 * 客户端、服务端加解密实现 * fix code quality (#6727) * [ISSUE#5695] Add a plugin SPI for configuration encryption and decryption for Nacos 2.0, EncryptedDataKey is persisted (#6740) * Defines the interface * 增加aes实现 * 客户端、服务端加解密实现 * 客户端、服务端加解密实现 * 秘钥持久化 * 秘钥持久化 * [ISSUE#5695] Summer2021 Cache encryptedDataKey (#6878) * Defines the interface * 增加aes实现 * 客户端、服务端加解密实现 * 客户端、服务端加解密实现 * 秘钥持久化 * 秘钥持久化 * 秘钥缓存到内存中 * 解决冲突 * 修改filter继承AbstractConfigFilter (#6879) * [ISSUE#5695] Summer2021 EncryptedDataKey is persisted to Derby (#6882) * [ISSUE#5695] Add a plugin SPI for configuration encryption and decryption for Nacos 2.0 (#6655) * Defines the interface * 增加aes实现 * 客户端、服务端加解密实现 * 客户端、服务端加解密实现 * fix code quality (#6727) * # This is a combination of 6 commits.tree cf7a399f99c4d81b8667c8de06f5ceb8c79fb6f0 parent 8024ecf31bf23a9edab416be8a3bfd1c0e48ce5e author 李晓双 Li Xiao Shuang <644968328@qq.com> 1630028256 +0800 committer lixiaoshuang <644968328@qq.com> 1631804378 +0800 # This is a combination of 3 commits. # This is the 1st commit message: [ISSUE#5695] Add a plugin SPI for configuration encryption and decryption for Nacos 2.0, EncryptedDataKey is persisted (#6740) * Defines the interface * 增加aes实现 * 客户端、服务端加解密实现 * 客户端、服务端加解密实现 * 秘钥持久化 * 秘钥持久化 # This is the commit message #2: [ISSUE#5695] Summer2021 Cache encryptedDataKey (#6878) * Defines the interface * 增加aes实现 * 客户端、服务端加解密实现 * 客户端、服务端加解密实现 * 秘钥持久化 * 秘钥持久化 * 秘钥缓存到内存中 * 解决冲突 # This is the commit message #3: 修改filter继承AbstractConfigFilter (#6879) # This is the commit message #6: 客户端、服务端加解密实现 * parent 8024ecf31bf23a9edab416be8a3bfd1c0e48ce5e author 李晓双 Li Xiao Shuang <644968328@qq.com> 1630028256 +0800 committer lixiaoshuang <644968328@qq.com> 1631805204 +0800 parent 8024ecf31bf23a9edab416be8a3bfd1c0e48ce5e author 李晓双 Li Xiao Shuang <644968328@qq.com> 1630028256 +0800 committer lixiaoshuang <644968328@qq.com> 1631804378 +0800 [ISSUE#5695] Add a plugin SPI for configuration encryption and decryption for Nacos 2.0, EncryptedDataKey is persisted (#6740) * 配置加解密插件 * derby支持秘钥存储 * 克隆功能兼容配置加解密 (#6913) * [ISSUE#5695] Summer2021 Import/export compatible with configuration encryption and decryption (#6956) * 克隆功能兼容配置加解密 * 导入导出兼容配置加解密 * 秘钥base64编码、更换AES加密模式 (#6974) * [ISSUE#5695] Summer2021 add unit test for ConfigCryptoFilter (#6991) * add unit test for ConfigCryptoFilter * add unit test for ConfigCryptoFilter * [ISSUE#5695] Summer2021 add unit test for CryptoExecutor (#6990) * add unit test for CryptoExecutor * add Copyright * [ISSUE#5695] Summer2021 add unit test for CryptoManager (#6989) * add unit test for CryptoManager * add unit test for CryptoManager * [ISSUE#5695] Summer2021 add unit test for AesCrypto (#6988) * add unit test for AesCrypto * update AesCryptoTest * Increased iv randomness * add default Iv * fix javadoc * fix unit test * defining plugin intergace * Replace the client encryption and decryption actuator * Replace the server encryption and decryption actuator * add unit test * add unit test * remove old code * fix NacosConfigServiceTest * Encryption and decryption to achieve migration Co-authored-by: 杨翊 SionYang <263976490@qq.com>
2022-03-16 10:54:11 +08:00
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>nacos-auth</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>nacos-sys</artifactId>
<version>${project.version}</version>
</dependency>
2018-10-01 12:15:21 +08:00
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
2020-05-29 00:02:19 +08:00
<version>${servlet-api.version}</version>
2018-10-01 12:15:21 +08:00
<scope>provided</scope>
</dependency>
2020-03-26 12:06:35 +08:00
<!-- HikariCP -->
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
2020-05-29 19:01:48 +08:00
<version>${HikariCP.version}</version>
2020-03-26 12:06:35 +08:00
</dependency>
<!-- hessian -->
2020-03-26 12:06:35 +08:00
<dependency>
<groupId>com.caucho</groupId>
<artifactId>hessian</artifactId>
<version>${hessian.version}</version>
2020-03-26 12:06:35 +08:00
</dependency>
2018-10-01 12:15:21 +08:00
<!-- Apache commons -->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
2020-05-29 00:02:19 +08:00
<version>${commons-io.version}</version>
2018-10-01 12:15:21 +08:00
</dependency>
2018-10-01 11:19:53 +08:00
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
2020-05-29 00:02:19 +08:00
<version>${commons-collections.version}</version>
2018-10-01 11:19:53 +08:00
</dependency>
2018-10-01 12:15:21 +08:00
<!-- Logging libs -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
2020-05-29 00:02:19 +08:00
<version>${slf4j-api.version}</version>
2018-10-01 11:19:53 +08:00
</dependency>
2018-10-01 11:19:53 +08:00
<dependency>
2018-10-01 12:15:21 +08:00
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
2020-05-29 00:02:19 +08:00
<version>${logback.version}</version>
2018-10-01 11:19:53 +08:00
</dependency>
2018-10-01 11:19:53 +08:00
<dependency>
2018-10-01 12:15:21 +08:00
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
2020-05-29 00:02:19 +08:00
<version>${logback.version}</version>
2018-10-01 11:19:53 +08:00
</dependency>
2018-10-01 11:19:53 +08:00
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
2020-05-29 00:02:19 +08:00
<version>${log4j.version}</version>
2018-10-01 11:19:53 +08:00
</dependency>
2020-07-03 09:22:44 +08:00
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j.version}</version>
</dependency>
2018-10-01 11:19:53 +08:00
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
2020-05-29 00:02:19 +08:00
<version>${log4j.version}</version>
2018-10-01 11:19:53 +08:00
</dependency>
2018-10-01 12:15:21 +08:00
<!-- HTTP client libs -->
2018-10-01 11:19:53 +08:00
<dependency>
2018-10-01 12:15:21 +08:00
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpasyncclient</artifactId>
2020-05-29 00:02:19 +08:00
<version>${httpasyncclient.version}</version>
2018-10-01 11:19:53 +08:00
</dependency>
2018-10-01 12:15:21 +08:00
<!-- JDBC libs -->
2018-10-01 11:19:53 +08:00
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
2020-05-29 00:02:19 +08:00
<version>${mysql-connector-java.version}</version>
2018-10-01 11:19:53 +08:00
</dependency>
2018-10-01 11:19:53 +08:00
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
2020-05-29 00:02:19 +08:00
<version>${derby.version}</version>
2018-10-01 11:19:53 +08:00
</dependency>
2020-05-11 20:21:11 +08:00
<!-- JRaft -->
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>jraft-core</artifactId>
2020-05-29 19:01:48 +08:00
<version>${jraft-core.version}</version>
2020-05-11 20:21:11 +08:00
<exclusions>
2020-05-23 14:33:56 +08:00
<exclusion>
<groupId>com.alipay.sofa</groupId>
<artifactId>bolt</artifactId>
</exclusion>
2020-05-11 20:21:11 +08:00
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jcl</artifactId>
</exclusion>
</exclusions>
</dependency>
2020-05-11 20:21:11 +08:00
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>rpc-grpc-impl</artifactId>
2020-05-29 19:01:48 +08:00
<version>${rpc-grpc-impl.version}</version>
2020-05-11 20:21:11 +08:00
</dependency>
2018-10-01 12:15:21 +08:00
<!-- Third-party libs -->
2018-10-01 11:19:53 +08:00
<dependency>
2019-04-01 21:16:44 +08:00
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
2020-05-29 00:02:19 +08:00
<version>${jackson-core.version}</version>
2018-10-01 11:19:53 +08:00
</dependency>
2019-04-01 21:16:44 +08:00
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
2020-05-29 00:02:19 +08:00
<version>${jackson-databind.version}</version>
2019-04-01 21:16:44 +08:00
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>${jackson.annotations.version}</version>
</dependency>
2018-10-01 12:15:21 +08:00
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
2020-05-29 00:02:19 +08:00
<version>${jackson-core-asl.version}</version>
2018-10-01 12:15:21 +08:00
</dependency>
2018-12-24 02:07:48 +08:00
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-api</artifactId>
2020-05-29 00:02:19 +08:00
<version>${jjwt.version}</version>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-impl</artifactId>
2020-05-29 00:02:19 +08:00
<version>${jjwt.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-jackson</artifactId>
2020-05-29 00:02:19 +08:00
<version>${jjwt.version}</version>
<scope>runtime</scope>
2018-12-24 02:07:48 +08:00
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</dependency>
2018-10-01 11:19:53 +08:00
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
2020-05-29 00:02:19 +08:00
<version>${guava.version}</version>
2018-10-01 11:19:53 +08:00
</dependency>
2018-10-01 11:19:53 +08:00
<dependency>
<groupId>org.javatuples</groupId>
<artifactId>javatuples</artifactId>
2020-05-29 00:02:19 +08:00
<version>${javatuples.version}</version>
2018-10-01 11:19:53 +08:00
</dependency>
2020-05-17 23:13:40 +08:00
<!-- gRPC dependency start -->
2019-10-15 18:07:27 +08:00
<dependency>
<groupId>io.grpc</groupId>
2020-05-14 20:35:32 +08:00
<artifactId>grpc-netty-shaded</artifactId>
2020-05-17 23:13:40 +08:00
<version>${grpc-java.version}</version>
2019-10-15 18:07:27 +08:00
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf</artifactId>
2020-05-17 23:13:40 +08:00
<version>${grpc-java.version}</version>
2019-10-15 18:07:27 +08:00
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId>
2020-05-17 23:13:40 +08:00
<version>${grpc-java.version}</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>protoc-gen-grpc-java</artifactId>
<version>${grpc-java.version}</version>
<type>pom</type>
2019-10-15 18:07:27 +08:00
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-testing</artifactId>
<version>${grpc-java.version}</version>
<scope>test</scope>
</dependency>
2019-10-15 18:07:27 +08:00
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
2020-05-29 00:02:19 +08:00
<version>${proto-google-common-protos.version}</version>
2019-10-15 18:07:27 +08:00
</dependency>
2020-05-17 23:13:40 +08:00
<!-- gRPC dependency end -->
2019-10-22 17:05:48 +08:00
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
2020-05-29 00:02:19 +08:00
<version>${protobuf-java.version}</version>
2019-10-22 17:05:48 +08:00
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>${mockito-all.version}</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>${mockito-core.version}</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<version>${mockito-core.version}</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.9.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${SnakeYaml.version}</version>
</dependency>
2018-10-01 11:19:53 +08:00
</dependencies>
</dependencyManagement>
<distributionManagement>
<snapshotRepository>
<!-- The ID here must be exactly the same as the value
of the server element id in the settings.xml file of MAVEN -->
<id>sona</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
<repository>
<id>sona</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
2018-07-21 00:27:23 +08:00
</project>
2018-09-17 23:08:31 +08:00