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" 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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>epmet-openapi</artifactId> <artifactId>epmet-openapi-adv</artifactId>
<groupId>com.epmet</groupId> <groupId>com.epmet</groupId>
<version>2.0.0</version> <version>2.0.0</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <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" 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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>epmet-openapi</artifactId> <artifactId>epmet-openapi-adv</artifactId>
<groupId>com.epmet</groupId> <groupId>com.epmet</groupId>
<version>2.0.0</version> <version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

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

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

2
epmet-openapi/pom.xml

@ -14,8 +14,6 @@
<modules> <modules>
<module>epmet-openapi-scan</module> <module>epmet-openapi-scan</module>
<module>epmet-openapi-adv</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> </modules>
</project> </project>
Loading…
Cancel
Save