|
|
@@ -1,15 +1,14 @@ |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" |
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
|
|
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<parent> |
|
|
|
<groupId>work.xuye</groupId> |
|
|
|
<artifactId>std-news-process</artifactId> |
|
|
|
<version>0.0.14-SNAPSHOT</version> |
|
|
|
<version>0.0.14</version> |
|
|
|
</parent> |
|
|
|
<groupId>work.xuye</groupId> |
|
|
|
<artifactId>helper</artifactId> |
|
|
|
<version>0.0.1-SNAPSHOT</version> |
|
|
|
<version>0.0.14</version> |
|
|
|
<name>helper</name> |
|
|
|
<description>helper</description> |
|
|
|
<properties> |
|
|
@@ -19,7 +18,7 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>work.xuye</groupId> |
|
|
|
<artifactId>common</artifactId> |
|
|
|
<version>0.0.14-SNAPSHOT</version> |
|
|
|
<version>0.0.14</version> |
|
|
|
<exclusions> |
|
|
|
<exclusion> |
|
|
|
<groupId>org.springframework.cloud</groupId> |
|
|
|