|
|
@@ -1,14 +1,13 @@ |
|
|
|
<?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.10-SNAPSHOT</version> |
|
|
|
<version>0.0.10</version> |
|
|
|
</parent> |
|
|
|
<artifactId>source</artifactId> |
|
|
|
<version>0.0.10-SNAPSHOT</version> |
|
|
|
<version>0.0.10</version> |
|
|
|
<name>source</name> |
|
|
|
<description>source</description> |
|
|
|
<properties> |
|
|
@@ -18,7 +17,7 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>work.xuye</groupId> |
|
|
|
<artifactId>common</artifactId> |
|
|
|
<version>0.0.10-SNAPSHOT</version> |
|
|
|
<version>0.0.10</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.squareup.okhttp3</groupId> |
|
|
|