Ver Código Fonte

work-attendance拆分为两个jar包

konghl 4 anos atrás
pai
commit
3ccb8b6136
2 arquivos alterados com 45 adições e 4 exclusões
  1. 16 2
      location-rescue-service/pom.xml
  2. 29 2
      security-protection-service/pom.xml

+ 16 - 2
location-rescue-service/pom.xml

@ -73,7 +73,7 @@
73 73
            <version>2.1.5-SNAPSHOT</version>
74 74
        </dependency>
75 75
76
        <dependency>
76
<!--         <dependency>
77 77
            <groupId>com.ai.bss</groupId>
78 78
            <artifactId>work-attendance-service</artifactId>
79 79
            <version>2.1.5-SNAPSHOT</version>
@ -85,7 +85,21 @@
85 85
                    </artifactId>
86 86
                </exclusion>
87 87
            </exclusions>
88
        </dependency>
88
        </dependency> -->
89
90
		<dependency>
91
             <groupId>com.ai.bss</groupId>
92
		    <artifactId>work-rescue-service</artifactId>
93
		    <version>2.1.5-SNAPSHOT</version>
94
		    <exclusions>
95
                <exclusion>
96
                    <groupId>org.springframework.boot</groupId>
97
                    <artifactId>
98
                        spring-boot-starter-security
99
                    </artifactId>
100
                </exclusion>
101
            </exclusions>
102
		</dependency>
89 103
90 104
        <dependency>
91 105
            <groupId>com.ai.bss</groupId>

+ 29 - 2
security-protection-service/pom.xml

@ -70,7 +70,8 @@
70 70
            <artifactId>worker-service-api</artifactId>
71 71
            <version>2.1.5-SNAPSHOT</version>
72 72
        </dependency>
73
        <dependency>
73
        
74
 <!--        <dependency>
74 75
            <groupId>com.ai.bss</groupId>
75 76
            <artifactId>work-attendance-service-api</artifactId>
76 77
            <version>2.1.5-SNAPSHOT</version>
@ -99,7 +100,33 @@
99 100
                    </artifactId>
100 101
                </exclusion>
101 102
            </exclusions>
102
        </dependency>
103
        </dependency> -->
104
105
		<dependency>
106
             <groupId>com.ai.bss</groupId>
107
		    <artifactId>work-safety-service</artifactId>
108
		    <version>2.1.5-SNAPSHOT</version>
109
		    <exclusions>
110
                <exclusion>
111
                    <groupId>org.springframework.boot</groupId>
112
                    <artifactId>
113
                        spring-boot-starter-security
114
                    </artifactId>
115
                </exclusion>
116
                <exclusion>
117
                    <groupId>org.springframework.boot</groupId>
118
                    <artifactId>
119
                        spring-boot-starter-test
120
                    </artifactId>
121
                </exclusion>
122
                <exclusion>
123
                    <groupId>org.hibernate</groupId>
124
                    <artifactId>
125
                        hibernate-envers
126
                    </artifactId>
127
                </exclusion>
128
            </exclusions>
129
		</dependency>
103 130
104 131
        <dependency>
105 132
            <groupId>com.ai.bss</groupId>