Commit 79217a85a38b5384bbc8d081146f1223e12a23b7
1 parent
66dd232e
修改domain包的groupId
Showing
1 changed file
with
12 additions
and
5 deletions
mobsite-getway-domain/pom.xml
@@ -2,11 +2,11 @@ | @@ -2,11 +2,11 @@ | ||
2 | <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | 2 | <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" |
3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
4 | <modelVersion>4.0.0</modelVersion> | 4 | <modelVersion>4.0.0</modelVersion> |
5 | - <!--<parent>--> | ||
6 | - <!--<groupId>com.diligrp.mobsite</groupId>--> | ||
7 | - <!--<artifactId>mobsite-getway</artifactId>--> | ||
8 | - <!--<version>0.0.1-SNAPSHOT</version>--> | ||
9 | - <!--</parent>--> | 5 | + <parent> |
6 | + <groupId>com.diligrp.mobsite</groupId> | ||
7 | + <artifactId>mobsite-getway</artifactId> | ||
8 | + <version>0.0.1-SNAPSHOT</version> | ||
9 | + </parent> | ||
10 | 10 | ||
11 | 11 | ||
12 | <groupId>com.b2c.mobsite</groupId> | 12 | <groupId>com.b2c.mobsite</groupId> |
@@ -18,4 +18,11 @@ | @@ -18,4 +18,11 @@ | ||
18 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | 18 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
19 | </properties> | 19 | </properties> |
20 | 20 | ||
21 | +<!--<dependencies>--> | ||
22 | + <!--<dependency>--> | ||
23 | + <!--<groupId>io.swagger</groupId>--> | ||
24 | + <!--<artifactId>swagger-annotations</artifactId>--> | ||
25 | + <!--<version>1.5.3</version>--> | ||
26 | + <!--</dependency>--> | ||
27 | +<!--</dependencies>--> | ||
21 | </project> | 28 | </project> |