zhaolx5 лет назад: 4
Родитель
Сommit
84e32ed3ca
2 измененных файлов с 6 добавлено и 54 удалено
  1. 0 14
      location-rescue-service/pom.xml
  2. 6 40
      security-protection-service/pom.xml

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

@ -174,20 +174,6 @@
174 174
                <updatePolicy>always</updatePolicy>
175 175
            </snapshots>
176 176
        </repository>
177
178
        <repository>
179
            <id>ipu</id>
180
            <name>ipu repository</name>
181
            <url>http://114.215.100.48:9090/nexus/content/groups/public/</url>
182
            <releases>
183
                <enabled>true</enabled>
184
            </releases>
185
            <snapshots>
186
                <enabled>true</enabled>
187
                <updatePolicy>always</updatePolicy>
188
            </snapshots>
189
        </repository>
190
191 177
    </repositories>
192 178
193 179
    <pluginRepositories>

+ 6 - 40
security-protection-service/pom.xml

@ -6,13 +6,13 @@
6 6
7 7
    <groupId>com.ai.bss</groupId>
8 8
    <artifactId>security-protection-service</artifactId>
9
    <version>1.0-SNAPSHOT</version>
10 9
11 10
    <parent>
12 11
        <artifactId>components</artifactId>
13 12
        <groupId>com.ai.bss</groupId>
14
        <version>2.1-SNAPSHOT</version>
13
        <version>2.1.5-SNAPSHOT</version>
15 14
    </parent>
15
16 16
    <dependencies>
17 17
        <dependency>
18 18
            <groupId>com.github.pagehelper</groupId>
@ -36,7 +36,7 @@
36 36
        <dependency>
37 37
            <groupId>com.ai.bss</groupId>
38 38
            <artifactId>system-user-service</artifactId>
39
            <version>2.1-SNAPSHOT</version>
39
            <version>2.1.5-SNAPSHOT</version>
40 40
            <exclusions>
41 41
                <exclusion>
42 42
                    <groupId>org.springframework.boot</groupId>
@ -61,12 +61,6 @@
61 61
62 62
        <dependency>
63 63
            <groupId>com.ai.bss</groupId>
64
            <artifactId>system-user-service-api</artifactId>
65
            <version>2.1-SNAPSHOT</version>
66
        </dependency>
67
68
        <dependency>
69
            <groupId>com.ai.bss</groupId>
70 64
            <artifactId>work-attendance-service</artifactId>
71 65
            <version>2.1.5-SNAPSHOT</version>
72 66
            <exclusions>
@ -78,35 +72,7 @@
78 72
                </exclusion>
79 73
            </exclusions>
80 74
        </dependency>
81
82
        <dependency>
83
            <groupId>com.ai.bss</groupId>
84
            <artifactId>work-attendance-service-api</artifactId>
85
            <version>2.1.5-SNAPSHOT</version>
86
        </dependency>
87
88
89
        <dependency>
90
            <groupId>com.ai.bss</groupId>
91
            <artifactId>work-service-api</artifactId>
92
            <version>2.1.5-SNAPSHOT</version>
93
        </dependency>
94
95
        <dependency>
96
            <groupId>com.ai.bss</groupId>
97
            <artifactId>work-service</artifactId>
98
            <version>2.1.5-SNAPSHOT</version>
99
            <exclusions>
100
                <exclusion>
101
                    <groupId>org.springframework.boot</groupId>
102
                    <artifactId>
103
                        spring-boot-starter-security
104
                    </artifactId>
105
                </exclusion>
106
            </exclusions>
107
        </dependency>
108 75
    </dependencies>
109
110 76
    <repositories>
111 77
        <repository>
112 78
            <id>mgpd</id>
@ -114,6 +80,7 @@
114 80
            <url>http://maven.cst.asiainfo.com/repository/mgpd-group/</url>
115 81
            <snapshots>
116 82
                <enabled>true</enabled>
83
                <updatePolicy>always</updatePolicy>
117 84
            </snapshots>
118 85
        </repository>
119 86
    </repositories>
@ -129,10 +96,7 @@
129 96
        </pluginRepository>
130 97
    </pluginRepositories>
131 98
132
133
134 99
    <build>
135
136 100
        <resources>
137 101
            <resource>
138 102
                <directory>src/main/resources</directory>
@ -225,5 +189,7 @@
225 189
            </plugin>
226 190
        </plugins>
227 191
192
        <finalName>${project.artifactId}</finalName>
193
228 194
    </build>
229 195
</project>