|
|
<?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>
|
|
|
<packaging>jar</packaging>
|
|
|
<parent>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
|
<version>2.2.0.BUILD-SNAPSHOT</version>
|
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
|
</parent>
|
|
|
<groupId>com.tianbo</groupId>
|
|
|
<artifactId>customs</artifactId>
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
<name>customMessageProcess</name>
|
|
|
<description>process customs xml files with RabbitMQ</description>
|
|
|
<properties>
|
|
|
<druid.version>1.1.9</druid.version>
|
|
|
<spring-cloud.version>Greenwich.BUILD-SNAPSHOT</spring-cloud.version>
|
|
|
<lombok_sersion>1.18.6</lombok_sersion>
|
|
|
</properties>
|
|
|
<dependencies>
|
|
|
<!--spring boot-->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-jdbc</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.mybatis.spring.boot</groupId>
|
|
|
<artifactId>mybatis-spring-boot-starter</artifactId>
|
|
|
<version>1.3.2</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-websocket</artifactId>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter</artifactId>
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-thymeleaf</artifactId>
|
|
|
</dependency>
|
|
|
<!--配合thymeleaf的LEGACYHTML5需要搭配一个额外的库NekoHTML才可用。-->
|
|
|
<dependency>
|
|
|
<groupId>net.sourceforge.nekohtml</groupId>
|
|
|
<artifactId>nekohtml</artifactId>
|
|
|
<version>1.9.22</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<!--clound-->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
|
|
|
</dependency>
|
|
|
<!--lombok-->
|
|
|
<dependency>
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
<artifactId>lombok</artifactId>
|
|
|
<version>${lombok_sersion}</version>
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
<!--数据库-->
|
|
|
<dependency>
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
<artifactId>druid</artifactId>
|
|
|
<version>${druid.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.mybatis</groupId>
|
|
|
<artifactId>mybatis</artifactId>
|
|
|
<version>3.4.6</version>
|
|
|
</dependency>
|
|
|
<!--<!– mysql–>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>mysql</groupId>-->
|
|
|
<!--<artifactId>mysql-connector-java</artifactId>-->
|
|
|
<!--<version>8.0.15</version>-->
|
|
|
<!--</dependency>-->
|
|
|
<!-- oracle-->
|
|
|
<dependency>
|
|
|
<groupId>com.oracle</groupId>
|
|
|
<artifactId>ojdbc6</artifactId>
|
|
|
<version>11.2.0.4.0-atlassian-hosted</version>
|
|
|
</dependency>
|
|
|
<!--util依赖-->
|
|
|
<dependency>
|
|
|
<groupId>com.tianbo</groupId>
|
|
|
<artifactId>util</artifactId>
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
</dependency>
|
|
|
<!--util依赖-->
|
|
|
|
|
|
<!--<!–IMF需要的包–>-->
|
|
|
<!--<!– https://mvnrepository.com/artifact/org.apache.xmlbeans/xmlbeans –>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>org.apache.xmlbeans</groupId>-->
|
|
|
<!--<artifactId>xmlbeans</artifactId>-->
|
|
|
<!--<version>2.4.0</version>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<!– https://mvnrepository.com/artifact/org.apache.ws.commons.schema/XmlSchema –>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>org.apache.ws.commons.schema</groupId>-->
|
|
|
<!--<artifactId>XmlSchema</artifactId>-->
|
|
|
<!--<version>1.4.7</version>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<!– https://mvnrepository.com/artifact/wsdl4j/wsdl4j –>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>wsdl4j</groupId>-->
|
|
|
<!--<artifactId>wsdl4j</artifactId>-->
|
|
|
<!--<version>1.6.2</version>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<!– https://mvnrepository.com/artifact/org.apache.neethi/neethi –>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>org.apache.neethi</groupId>-->
|
|
|
<!--<artifactId>neethi</artifactId>-->
|
|
|
<!--<version>2.0.4</version>-->
|
|
|
<!--</dependency>-->
|
|
|
|
|
|
|
|
|
|
|
|
<!--<!– LOG –>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>log4j</groupId>-->
|
|
|
<!--<artifactId>log4j</artifactId>-->
|
|
|
<!--<version>1.2.16</version>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<!– https://mvnrepository.com/artifact/org.slf4j/slf4j-api –>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>org.slf4j</groupId>-->
|
|
|
<!--<artifactId>slf4j-api</artifactId>-->
|
|
|
<!--<version>1.6.1</version>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<!– https://mvnrepository.com/artifact/org.slf4j/slf4j-jdk14 –>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>org.slf4j</groupId>-->
|
|
|
<!--<artifactId>slf4j-jdk14</artifactId>-->
|
|
|
<!--<version>1.6.1</version>-->
|
|
|
<!--<scope>test</scope>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<!– https://mvnrepository.com/artifact/org.apache.cxf.xjcplugins/cxf-xjc-boolean –>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>org.apache.cxf.xjcplugins</groupId>-->
|
|
|
<!--<artifactId>cxf-xjc-boolean</artifactId>-->
|
|
|
<!--<version>3.2.3</version>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<!–添加本地IMF包–>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>com.caac</groupId>-->
|
|
|
<!--<artifactId>imf</artifactId>-->
|
|
|
<!--<version>1.0.0</version>-->
|
|
|
<!--<scope>system</scope>-->
|
|
|
<!--<systemPath>${project.basedir}/lib/IMFClient.1.0.0.jar</systemPath>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>com.caac.imf</groupId>-->
|
|
|
<!--<artifactId>imfmessage</artifactId>-->
|
|
|
<!--<version>1.0.0</version>-->
|
|
|
<!--<scope>system</scope>-->
|
|
|
<!--<systemPath>${project.basedir}/lib/imfmsg.jar</systemPath>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>com.caac.imf</groupId>-->
|
|
|
<!--<artifactId>process</artifactId>-->
|
|
|
<!--<version>1.0.0</version>-->
|
|
|
<!--<scope>system</scope>-->
|
|
|
<!--<systemPath>${project.basedir}/lib/ProcessService.jar</systemPath>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>com.caac.imf</groupId>-->
|
|
|
<!--<artifactId>apiconfig</artifactId>-->
|
|
|
<!--<version>1.0.0</version>-->
|
|
|
<!--<scope>system</scope>-->
|
|
|
<!--<systemPath>${project.basedir}/lib/apiConfig.jar</systemPath>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>com.caac.imf</groupId>-->
|
|
|
<!--<artifactId>upload</artifactId>-->
|
|
|
<!--<version>1.0.0</version>-->
|
|
|
<!--<scope>system</scope>-->
|
|
|
<!--<systemPath>${project.basedir}/lib/UploadService.jar</systemPath>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>com.caac.imf</groupId>-->
|
|
|
<!--<artifactId>heartbeat</artifactId>-->
|
|
|
<!--<version>1.0.0</version>-->
|
|
|
<!--<scope>system</scope>-->
|
|
|
<!--<systemPath>${project.basedir}/lib/HeartbeatService.jar</systemPath>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>com.caac.imf</groupId>-->
|
|
|
<!--<artifactId>returnxml</artifactId>-->
|
|
|
<!--<version>1.0.0</version>-->
|
|
|
<!--<scope>system</scope>-->
|
|
|
<!--<systemPath>${project.basedir}/lib/returnXml.jar</systemPath>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<!– https://mvnrepository.com/artifact/org.hyperic/sigar –>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>org.hyperic</groupId>-->
|
|
|
<!--<artifactId>sigar</artifactId>-->
|
|
|
<!--<version>1.6.4</version>-->
|
|
|
<!--<scope>system</scope>-->
|
|
|
<!--<systemPath>${project.basedir}/lib/sigar.jar</systemPath>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>org.apache</groupId>-->
|
|
|
<!--<artifactId>cxf</artifactId>-->
|
|
|
<!--<version>2.3.2</version>-->
|
|
|
<!--<scope>system</scope>-->
|
|
|
<!--<systemPath>${project.basedir}/lib/cxf-2.3.2.jar</systemPath>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>org.apache.cxf</groupId>-->
|
|
|
<!--<artifactId>xjc</artifactId>-->
|
|
|
<!--<version>2.3.2</version>-->
|
|
|
<!--<scope>system</scope>-->
|
|
|
<!--<systemPath>${project.basedir}/lib/cxf-xjc-bug671-2.3.2.jar</systemPath>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>maven.org.apache</groupId>-->
|
|
|
<!--<artifactId>cxf</artifactId>-->
|
|
|
<!--<version>2.0</version>-->
|
|
|
<!--<scope>system</scope>-->
|
|
|
<!--<systemPath>${project.basedir}/lib/cxf-manifest.jar</systemPath>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>org.apache.cxf.xjc</groupId>-->
|
|
|
<!--<artifactId>dv</artifactId>-->
|
|
|
<!--<version>2.3.2</version>-->
|
|
|
<!--<scope>system</scope>-->
|
|
|
<!--<systemPath>${project.basedir}/lib/cxf-xjc-dv-2.3.2.jar</systemPath>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>org.apache.cxf.xjc</groupId>-->
|
|
|
<!--<artifactId>ts</artifactId>-->
|
|
|
<!--<version>2.3.2</version>-->
|
|
|
<!--<scope>system</scope>-->
|
|
|
<!--<systemPath>${project.basedir}/lib/cxf-xjc-ts-2.3.2.jar</systemPath>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>org.apache.xml</groupId>-->
|
|
|
<!--<artifactId>xmlsec</artifactId>-->
|
|
|
<!--<version>1.4.4</version>-->
|
|
|
<!--<scope>system</scope>-->
|
|
|
<!--<systemPath>${project.basedir}/lib/xmlsec-1.4.4.jar</systemPath>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>com.ibm.disthub2.impl</groupId>-->
|
|
|
<!--<artifactId>cl3e</artifactId>-->
|
|
|
<!--<version>1.0.0</version>-->
|
|
|
<!--<scope>system</scope>-->
|
|
|
<!--<systemPath>${project.basedir}/lib/CL3Export.jar</systemPath>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>com.ibm.disthub2.impl</groupId>-->
|
|
|
<!--<artifactId>cl3ne</artifactId>-->
|
|
|
<!--<version>1.0.0</version>-->
|
|
|
<!--<scope>system</scope>-->
|
|
|
<!--<systemPath>${project.basedir}/lib/CL3Nonexport.jar</systemPath>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>com.ibm.mq</groupId>-->
|
|
|
<!--<artifactId>axis2</artifactId>-->
|
|
|
<!--<version>1.0.0</version>-->
|
|
|
<!--<scope>system</scope>-->
|
|
|
<!--<systemPath>${project.basedir}/lib/com.ibm.mq.axis2.jar</systemPath>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>com.ibm.mq</groupId>-->
|
|
|
<!--<artifactId>commonservices</artifactId>-->
|
|
|
<!--<version>1.0.0</version>-->
|
|
|
<!--<scope>system</scope>-->
|
|
|
<!--<systemPath>${project.basedir}/lib/com.ibm.mq.commonservices.jar</systemPath>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>com.ibm.mq</groupId>-->
|
|
|
<!--<artifactId>defaultconfig</artifactId>-->
|
|
|
<!--<version>1.0.0</version>-->
|
|
|
<!--<scope>system</scope>-->
|
|
|
<!--<systemPath>${project.basedir}/lib/com.ibm.mq.defaultconfig.jar</systemPath>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>com.ibm.mq</groupId>-->
|
|
|
<!--<artifactId>fta</artifactId>-->
|
|
|
<!--<version>1.0.0</version>-->
|
|
|
<!--<scope>system</scope>-->
|
|
|
<!--<systemPath>${project.basedir}/lib/com.ibm.mq.fta.jar</systemPath>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>com.ibm.mq</groupId>-->
|
|
|
<!--<artifactId>headers</artifactId>-->
|
|
|
<!--<version>1.0.0</version>-->
|
|
|
<!--<scope>system</scope>-->
|
|
|
<!--<systemPath>${project.basedir}/lib/com.ibm.mq.headers.jar</systemPath>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>com.ibm</groupId>-->
|
|
|
<!--<artifactId>mq</artifactId>-->
|
|
|
<!--<version>1.0.0</version>-->
|
|
|
<!--<scope>system</scope>-->
|
|
|
<!--<systemPath>${project.basedir}/lib/com.ibm.mq.jar</systemPath>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>com.ibm</groupId>-->
|
|
|
<!--<artifactId>jmqi</artifactId>-->
|
|
|
<!--<version>1.0.0</version>-->
|
|
|
<!--<scope>system</scope>-->
|
|
|
<!--<systemPath>${project.basedir}/lib/com.ibm.mq.jmqi.jar</systemPath>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>com.ibm.mq</groupId>-->
|
|
|
<!--<artifactId>jms.nojndi</artifactId>-->
|
|
|
<!--<version>1.0.0</version>-->
|
|
|
<!--<scope>system</scope>-->
|
|
|
<!--<systemPath>${project.basedir}/lib/com.ibm.mq.jms.Nojndi.jar</systemPath>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>com.ibm.mq</groupId>-->
|
|
|
<!--<artifactId>pcf</artifactId>-->
|
|
|
<!--<version>1.0.0</version>-->
|
|
|
<!--<scope>system</scope>-->
|
|
|
<!--<systemPath>${project.basedir}/lib/com.ibm.mq.pcf.jar</systemPath>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>com.ibm.mq</groupId>-->
|
|
|
<!--<artifactId>postcard</artifactId>-->
|
|
|
<!--<version>1.0.0</version>-->
|
|
|
<!--<scope>system</scope>-->
|
|
|
<!--<systemPath>${project.basedir}/lib/com.ibm.mq.postcard.jar</systemPath>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>com.ibm.mq</groupId>-->
|
|
|
<!--<artifactId>soap</artifactId>-->
|
|
|
<!--<version>1.0.0</version>-->
|
|
|
<!--<scope>system</scope>-->
|
|
|
<!--<systemPath>${project.basedir}/lib/com.ibm.mq.soap.jar</systemPath>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>com.ibm.mq</groupId>-->
|
|
|
<!--<artifactId>tools.ras</artifactId>-->
|
|
|
<!--<version>1.0.0</version>-->
|
|
|
<!--<scope>system</scope>-->
|
|
|
<!--<systemPath>${project.basedir}/lib/com.ibm.mq.tools.ras.jar</systemPath>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>com.ibm.mq</groupId>-->
|
|
|
<!--<artifactId>etclient</artifactId>-->
|
|
|
<!--<version>1.0.0</version>-->
|
|
|
<!--<scope>system</scope>-->
|
|
|
<!--<systemPath>${project.basedir}/lib/com.ibm.mqetclient.jar</systemPath>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>com.ibm</groupId>-->
|
|
|
<!--<artifactId>mqjms</artifactId>-->
|
|
|
<!--<version>1.0.0</version>-->
|
|
|
<!--<scope>system</scope>-->
|
|
|
<!--<systemPath>${project.basedir}/lib/com.ibm.mqjms.jar</systemPath>-->
|
|
|
<!--<!– https://mvnrepository.com/artifact/javax.resource/connector –>-->
|
|
|
<!--</dependency>-->
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>javax.resource</groupId>-->
|
|
|
<!--<artifactId>connector</artifactId>-->
|
|
|
<!--<version>1.0</version>-->
|
|
|
<!--<scope>system</scope>-->
|
|
|
<!--<systemPath>${project.basedir}/lib/connector.jar</systemPath>-->
|
|
|
<!--</dependency>-->
|
|
|
</dependencies>
|
|
|
|
|
|
<dependencyManagement>
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
<artifactId>spring-cloud-dependencies</artifactId>
|
|
|
<version>${spring-cloud.version}</version>
|
|
|
<type>pom</type>
|
|
|
<scope>import</scope>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
</dependencyManagement>
|
|
|
<build>
|
|
|
<plugins>
|
|
|
<plugin>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
<configuration>
|
|
|
<includeSystemScope>true</includeSystemScope>
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
<!-- mybatis generator 自动生成代码插件 -->
|
|
|
<plugin>
|
|
|
<groupId>org.mybatis.generator</groupId>
|
|
|
<artifactId>mybatis-generator-maven-plugin</artifactId>
|
|
|
<version>1.3.2</version>
|
|
|
<configuration>
|
|
|
<configurationFile>${basedir}/src/main/resources/generator/generatorConfig.xml</configurationFile>
|
|
|
<overwrite>true</overwrite>
|
|
|
<verbose>true</verbose>
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
</build>
|
|
|
|
|
|
<repositories>
|
|
|
<repository>
|
|
|
<id>spring-snapshots</id>
|
|
|
<name>Spring Snapshots</name>
|
|
|
<url>https://repo.spring.io/snapshot</url>
|
|
|
<snapshots>
|
|
|
<enabled>true</enabled>
|
|
|
</snapshots>
|
|
|
</repository>
|
|
|
<repository>
|
|
|
<id>spring-milestones</id>
|
|
|
<name>Spring Milestones</name>
|
|
|
<url>https://repo.spring.io/milestone</url>
|
|
|
</repository>
|
|
|
</repositories>
|
|
|
<pluginRepositories>
|
|
|
<pluginRepository>
|
|
|
<id>spring-snapshots</id>
|
|
|
<name>Spring Snapshots</name>
|
|
|
<url>https://repo.spring.io/snapshot</url>
|
|
|
<snapshots>
|
|
|
<enabled>true</enabled>
|
|
|
</snapshots>
|
|
|
</pluginRepository>
|
|
|
<pluginRepository>
|
|
|
<id>spring-milestones</id>
|
|
|
<name>Spring Milestones</name>
|
|
|
<url>https://repo.spring.io/milestone</url>
|
|
|
</pluginRepository>
|
|
|
</pluginRepositories>
|
|
|
</project> |
|
|
\ No newline at end of file |
...
|
...
|
|