Commit 79217a85a38b5384bbc8d081146f1223e12a23b7

Authored by weiliwhereareyou@163.com
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 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 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4 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 12 <groupId>com.b2c.mobsite</groupId>
... ... @@ -18,4 +18,11 @@
18 18 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19 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 28 </project>
... ...