|
@@ -31,6 +31,14 @@
|
|
|
|
|
|
<build>
|
|
|
<plugins>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
+ <artifactId>maven-deploy-plugin</artifactId>
|
|
|
+ <version>2.8.2</version>
|
|
|
+ <configuration>
|
|
|
+ <skip>true</skip>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
@@ -89,9 +97,9 @@
|
|
|
</dependency>
|
|
|
|
|
|
<!--<dependency>-->
|
|
|
- <!--<groupId>org.hswebframework.web</groupId>-->
|
|
|
- <!--<artifactId>hsweb-system-authorization-starter</artifactId>-->
|
|
|
- <!--<version>${project.version}</version>-->
|
|
|
+ <!--<groupId>org.hswebframework.web</groupId>-->
|
|
|
+ <!--<artifactId>hsweb-system-authorization-starter</artifactId>-->
|
|
|
+ <!--<version>${project.version}</version>-->
|
|
|
<!--</dependency>-->
|
|
|
|
|
|
<dependency>
|