Browse Source

调整adv服务的模块包含关系

dev
wxz 5 years ago
parent
commit
754eaec170
  1. 4
      epmet-openapi/epmet-openapi-adv/epmet-openapi-adv-client/pom.xml
  2. 3
      epmet-openapi/epmet-openapi-adv/epmet-openapi-adv-server/pom.xml
  3. 6
      epmet-openapi/epmet-openapi-adv/pom.xml
  4. 2
      epmet-openapi/pom.xml

4
epmet-openapi/epmet-openapi-adv/epmet-openapi-adv-client/pom.xml

@ -3,10 +3,10 @@
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">
<parent>
<artifactId>epmet-openapi</artifactId>
<artifactId>epmet-openapi-adv</artifactId>
<groupId>com.epmet</groupId>
<version>2.0.0</version>
<relativePath>../../pom.xml</relativePath>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

3
epmet-openapi/epmet-openapi-adv/epmet-openapi-adv-server/pom.xml

@ -3,9 +3,10 @@
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">
<parent>
<artifactId>epmet-openapi</artifactId>
<artifactId>epmet-openapi-adv</artifactId>
<groupId>com.epmet</groupId>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

6
epmet-openapi/epmet-openapi-adv/pom.xml

@ -7,9 +7,15 @@
<groupId>com.epmet</groupId>
<version>2.0.0</version>
</parent>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
<artifactId>epmet-openapi-adv</artifactId>
<modules>
<module>epmet-openapi-adv-client</module>
<module>epmet-openapi-adv-server</module>
</modules>
</project>

2
epmet-openapi/pom.xml

@ -14,8 +14,6 @@
<modules>
<module>epmet-openapi-scan</module>
<module>epmet-openapi-adv</module>
<module>epmet-openapi-adv/epmet-openapi-adv-client</module>
<module>epmet-openapi-adv/epmet-openapi-adv-server</module>
</modules>
</project>
Loading…
Cancel
Save