Browse Source

修改pom,排除登录验证

konghl 4 years ago
parent
commit
8b281e8053
1 changed files with 8 additions and 0 deletions
  1. 8 0
      location-rescue-service/pom.xml

+ 8 - 0
location-rescue-service/pom.xml

49
            <groupId>com.ai.bss</groupId>
49
            <groupId>com.ai.bss</groupId>
50
            <artifactId>worker-service</artifactId>
50
            <artifactId>worker-service</artifactId>
51
            <version>2.1.5-SNAPSHOT</version>
51
            <version>2.1.5-SNAPSHOT</version>
52
            <exclusions>
53
            	<exclusion>
54
            		<groupId>org.springframework.boot</groupId>
55
            		<artifactId>
56
            			spring-boot-starter-security
57
            		</artifactId>
58
            	</exclusion>
59
            </exclusions>
52
        </dependency>
60
        </dependency>
53
61
54
		<dependency>
62
		<dependency>