Слияние кода завершено, страница обновится автоматически
<?xml version="1.0" encoding="UTF-8"?>
<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>com.free.bsf</groupId>
<artifactId>free-bsf-dependencies</artifactId>
<version>3.4-SNAPSHOT</version>
<relativePath/>
</parent>
<artifactId>free-bsf-all</artifactId>
<packaging>pom</packaging>
<modules>
<module>free-bsf-api</module>
<module>free-bsf-dependencies</module>
<module>free-bsf-core</module>
<module>free-bsf-nacos</module>
<module>free-bsf-elk</module>
<module>free-bsf-demo</module>
<module>free-bsf-starter</module>
<module>free-bsf-apollo</module>
<module>free-bsf-cat</module>
<module>free-bsf-message</module>
<module>free-bsf-job</module>
<module>free-bsf-mq</module>
<module>free-bsf-shardingjdbc</module>
<module>free-bsf-elasticsearch</module>
<module>free-bsf-redis</module>
<module>free-bsf-swagger</module>
<module>free-bsf-health</module>
<module>free-bsf-file</module>
<module>free-bsf-sentinel</module>
<module>free-bsf-transaction</module>
<module>free-bsf-autotest</module>
<module>free-bsf-apiregistry</module>
</modules>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.free.bsf</groupId>
<artifactId>free-bsf-dependencies</artifactId>
<version>${project.parent.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.24</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<compilerArgument>-Xlint:unchecked</compilerArgument>
</configuration>
</plugin>
<!--包冲突检测-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.3.0</version>
<executions>
<execution>
<id>enforce</id>
<phase>validate</phase>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<dependencyConvergence>
</dependencyConvergence>
</rules>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Опубликовать ( 0 )