|
@@ -16,25 +16,21 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.hsweb</groupId>
|
|
<groupId>org.hsweb</groupId>
|
|
<artifactId>hsweb-web-core</artifactId>
|
|
<artifactId>hsweb-web-core</artifactId>
|
|
- <version>${parent.version}</version>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.hsweb</groupId>
|
|
<groupId>org.hsweb</groupId>
|
|
<artifactId>hsweb-web-dao-interface</artifactId>
|
|
<artifactId>hsweb-web-dao-interface</artifactId>
|
|
- <version>${parent.version}</version>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.hsweb</groupId>
|
|
<groupId>org.hsweb</groupId>
|
|
<artifactId>hsweb-web-service-interface</artifactId>
|
|
<artifactId>hsweb-web-service-interface</artifactId>
|
|
- <version>${parent.version}</version>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-jdbc</artifactId>
|
|
<artifactId>spring-boot-starter-jdbc</artifactId>
|
|
- <version>${spring.boot.version}</version>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
|