|
|
@@ -47,7 +47,7 @@
|
|
47
|
47
|
</dependency>
|
|
48
|
48
|
<dependency>
|
|
49
|
49
|
<groupId>org.springframework.cloud</groupId>
|
|
50
|
|
- <artifactId>spring-cloud-starter-netflix-eureka-server</artifactId>
|
|
|
50
|
+ <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
|
|
51
|
51
|
</dependency>
|
|
52
|
52
|
|
|
53
|
53
|
<dependency>
|
|
|
@@ -110,6 +110,14 @@
|
|
110
|
110
|
<systemPath>${project.basedir}/src/main/resources/RXTXcomm-2.0.1.jar</systemPath>
|
|
111
|
111
|
</dependency>
|
|
112
|
112
|
<!--短信发送平台jar包-->
|
|
|
113
|
+
|
|
|
114
|
+ <!--海康插件包-->
|
|
|
115
|
+ <dependency>
|
|
|
116
|
+ <groupId>org.artemis</groupId>
|
|
|
117
|
+ <artifactId>artemis</artifactId>
|
|
|
118
|
+ <version>1.2.0</version>
|
|
|
119
|
+ </dependency>
|
|
|
120
|
+
|
|
113
|
121
|
<dependency>
|
|
114
|
122
|
<groupId>org.projectlombok</groupId>
|
|
115
|
123
|
<artifactId>lombok</artifactId>
|
|
|
@@ -160,7 +168,7 @@
|
|
160
|
168
|
</dependency>
|
|
161
|
169
|
|
|
162
|
170
|
<!-- 阿里巴巴json -->
|
|
163
|
|
- <dependency>
|
|
|
171
|
+ <!-- <dependency>
|
|
164
|
172
|
<groupId>com.alibaba</groupId>
|
|
165
|
173
|
<artifactId>fastjson</artifactId>
|
|
166
|
174
|
<version>1.2.37</version>
|
|
|
@@ -170,7 +178,7 @@
|
|
170
|
178
|
<groupId>org.apache.httpcomponents</groupId>
|
|
171
|
179
|
<artifactId>httpclient</artifactId>
|
|
172
|
180
|
<version>4.5.6</version>
|
|
173
|
|
- </dependency>
|
|
|
181
|
+ </dependency> -->
|
|
174
|
182
|
|
|
175
|
183
|
</dependencies>
|
|
176
|
184
|
|