|
@@ -22,30 +22,15 @@
|
|
<dependencies>
|
|
<dependencies>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.hsweb</groupId>
|
|
<groupId>org.hsweb</groupId>
|
|
- <artifactId>hsweb-web-service-impl-common</artifactId>
|
|
|
|
|
|
+ <artifactId>hsweb-web-service-interface</artifactId>
|
|
<version>${parent.version}</version>
|
|
<version>${parent.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.hsweb</groupId>
|
|
<groupId>org.hsweb</groupId>
|
|
<artifactId>hsweb-web-core</artifactId>
|
|
<artifactId>hsweb-web-core</artifactId>
|
|
<version>${parent.version}</version>
|
|
<version>${parent.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
- <dependency>
|
|
|
|
- <groupId>org.hsweb</groupId>
|
|
|
|
- <artifactId>hsweb-web-service-interface</artifactId>
|
|
|
|
- <version>${parent.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
-
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
- <artifactId>spring-boot-starter-web</artifactId>
|
|
|
|
- <version>${spring.boot.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
- <artifactId>spring-boot-starter-logging</artifactId>
|
|
|
|
- <version>${spring.boot.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>commons-fileupload</groupId>
|
|
<groupId>commons-fileupload</groupId>
|