|
@@ -15,17 +15,23 @@
|
|
|
<druid.version>1.1.1</druid.version>
|
|
<druid.version>1.1.1</druid.version>
|
|
|
<java.version>1.7</java.version>
|
|
<java.version>1.7</java.version>
|
|
|
</properties>
|
|
</properties>
|
|
|
- <dependencyManagement>
|
|
|
|
|
- <dependencies>
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
|
- <artifactId>spring-boot-starter-parent</artifactId>
|
|
|
|
|
- <version>${spring-boot.version}</version>
|
|
|
|
|
- <type>pom</type>
|
|
|
|
|
- <scope>import</scope>
|
|
|
|
|
- </dependency>
|
|
|
|
|
- </dependencies>
|
|
|
|
|
- </dependencyManagement>
|
|
|
|
|
|
|
+ <parent>
|
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
|
+ <artifactId>spring-boot-starter-parent</artifactId>
|
|
|
|
|
+ <version>1.5.13.RELEASE</version>
|
|
|
|
|
+ <relativePath/>
|
|
|
|
|
+ </parent>
|
|
|
|
|
+ <!-- <dependencyManagement>-->
|
|
|
|
|
+ <!-- <dependencies>-->
|
|
|
|
|
+ <!-- <dependency>-->
|
|
|
|
|
+ <!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
|
|
+ <!-- <artifactId>spring-boot-starter-parent</artifactId>-->
|
|
|
|
|
+ <!-- <version>${spring-boot.version}</version>-->
|
|
|
|
|
+ <!-- <type>pom</type>-->
|
|
|
|
|
+ <!-- <scope>import</scope>-->
|
|
|
|
|
+ <!-- </dependency>-->
|
|
|
|
|
+ <!-- </dependencies>-->
|
|
|
|
|
+ <!-- </dependencyManagement>-->
|
|
|
|
|
|
|
|
<profiles>
|
|
<profiles>
|
|
|
<profile>
|
|
<profile>
|
|
@@ -189,7 +195,7 @@
|
|
|
<goal>java</goal>
|
|
<goal>java</goal>
|
|
|
</goals>
|
|
</goals>
|
|
|
<configuration>
|
|
<configuration>
|
|
|
- <mainClass>cn.vbdsm.statistics.StatisticsApplication</mainClass>
|
|
|
|
|
|
|
+ <mainClass>cn.vbdsm.statistic.StatisticsApplication</mainClass>
|
|
|
</configuration>
|
|
</configuration>
|
|
|
</execution>
|
|
</execution>
|
|
|
</executions>
|
|
</executions>
|