|
@ -3,7 +3,7 @@ |
|
|
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"> |
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
<version>0.3.3</version> |
|
|
<version>0.3.6</version> |
|
|
<parent> |
|
|
<parent> |
|
|
<artifactId>gov-voice</artifactId> |
|
|
<artifactId>gov-voice</artifactId> |
|
|
<groupId>com.epmet</groupId> |
|
|
<groupId>com.epmet</groupId> |
|
@ -76,12 +76,6 @@ |
|
|
<version>2.0.0</version> |
|
|
<version>2.0.0</version> |
|
|
<scope>compile</scope> |
|
|
<scope>compile</scope> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
|
|
|
<groupId>com.epmet</groupId> |
|
|
|
|
|
<artifactId>epmet-user-client</artifactId> |
|
|
|
|
|
<version>2.0.0</version> |
|
|
|
|
|
<scope>compile</scope> |
|
|
|
|
|
</dependency> |
|
|
|
|
|
</dependencies> |
|
|
</dependencies> |
|
|
|
|
|
|
|
|
<build> |
|
|
<build> |
|
@ -146,7 +140,7 @@ |
|
|
<activeByDefault>true</activeByDefault> |
|
|
<activeByDefault>true</activeByDefault> |
|
|
</activation>--> |
|
|
</activation>--> |
|
|
<properties> |
|
|
<properties> |
|
|
<server.port>8104</server.port> |
|
|
<server.port>8105</server.port> |
|
|
<spring.profiles.active>test</spring.profiles.active> |
|
|
<spring.profiles.active>test</spring.profiles.active> |
|
|
|
|
|
|
|
|
<!-- 数据库配置--> |
|
|
<!-- 数据库配置--> |
|
|