|
@@ -31,6 +31,8 @@
|
|
<spring.boot.version>1.3.1.RELEASE</spring.boot.version>
|
|
<spring.boot.version>1.3.1.RELEASE</spring.boot.version>
|
|
<fastjson.version>1.2.6</fastjson.version>
|
|
<fastjson.version>1.2.6</fastjson.version>
|
|
|
|
|
|
|
|
+ <h2.version>1.4.191</h2.version>
|
|
|
|
+ <mysql.version>5.1.38</mysql.version>
|
|
<cglib.version>3.2.2</cglib.version>
|
|
<cglib.version>3.2.2</cglib.version>
|
|
<aspectj.version>1.6.12</aspectj.version>
|
|
<aspectj.version>1.6.12</aspectj.version>
|
|
<hibernate.validator.version>5.1.1.Final</hibernate.validator.version>
|
|
<hibernate.validator.version>5.1.1.Final</hibernate.validator.version>
|
|
@@ -131,17 +133,17 @@
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<!--<dependency>-->
|
|
<!--<dependency>-->
|
|
- <!--<groupId>com.vaadin</groupId>-->
|
|
|
|
- <!--<artifactId>vaadin-bom</artifactId>-->
|
|
|
|
- <!--<version>7.6.4</version>-->
|
|
|
|
- <!--<type>pom</type>-->
|
|
|
|
- <!--<scope>import</scope>-->
|
|
|
|
|
|
+ <!--<groupId>com.vaadin</groupId>-->
|
|
|
|
+ <!--<artifactId>vaadin-bom</artifactId>-->
|
|
|
|
+ <!--<version>7.6.4</version>-->
|
|
|
|
+ <!--<type>pom</type>-->
|
|
|
|
+ <!--<scope>import</scope>-->
|
|
<!--</dependency>-->
|
|
<!--</dependency>-->
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.h2database</groupId>
|
|
<groupId>com.h2database</groupId>
|
|
<artifactId>h2</artifactId>
|
|
<artifactId>h2</artifactId>
|
|
- <version>1.4.191</version>
|
|
|
|
|
|
+ <version>${h2.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.oracle</groupId>
|
|
<groupId>com.oracle</groupId>
|
|
@@ -151,7 +153,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>mysql</groupId>
|
|
<groupId>mysql</groupId>
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
- <version>5.1.38</version>
|
|
|
|
|
|
+ <version>${mysql.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.hsweb</groupId>
|
|
<groupId>org.hsweb</groupId>
|
|
@@ -202,7 +204,7 @@
|
|
<repository>
|
|
<repository>
|
|
<id>hsweb-nexus</id>
|
|
<id>hsweb-nexus</id>
|
|
<name>Nexus Release Repository</name>
|
|
<name>Nexus Release Repository</name>
|
|
- <url>http://121.199.3.43:8889/nexus/content/repositories/public/</url>
|
|
|
|
|
|
+ <url>http://121.199.3.43/content/groups/public/</url>
|
|
<snapshots>
|
|
<snapshots>
|
|
<enabled>true</enabled>
|
|
<enabled>true</enabled>
|
|
</snapshots>
|
|
</snapshots>
|
|
@@ -213,12 +215,12 @@
|
|
<repository>
|
|
<repository>
|
|
<id>releases</id>
|
|
<id>releases</id>
|
|
<name>Nexus Release Repository</name>
|
|
<name>Nexus Release Repository</name>
|
|
- <url>http://121.199.3.43:8889/nexus/content/repositories/releases/</url>
|
|
|
|
|
|
+ <url>http://121.199.3.43/content/repositories/releases/</url>
|
|
</repository>
|
|
</repository>
|
|
<snapshotRepository>
|
|
<snapshotRepository>
|
|
<id>snapshots</id>
|
|
<id>snapshots</id>
|
|
<name>Nexus Snapshot Repository</name>
|
|
<name>Nexus Snapshot Repository</name>
|
|
- <url>http://121.199.3.43:8889/nexus/content/repositories/snapshots/</url>
|
|
|
|
|
|
+ <url>http://121.199.3.43/content/repositories/snapshots/</url>
|
|
</snapshotRepository>
|
|
</snapshotRepository>
|
|
</distributionManagement>
|
|
</distributionManagement>
|
|
</project>
|
|
</project>
|