|
|
@@ -12,13 +12,9 @@
|
|
|
<artifactId>device-server</artifactId>
|
|
|
|
|
|
<dependencies>
|
|
|
- <dependency>
|
|
|
- <groupId>net.java.dev.jna</groupId>
|
|
|
- <artifactId>jna</artifactId>
|
|
|
- </dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.usoftchina.smartschool</groupId>
|
|
|
- <artifactId>device-sdk-dahua</artifactId>
|
|
|
+ <artifactId>device-sdk</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.usoftchina.smartschool</groupId>
|
|
|
@@ -60,6 +56,10 @@
|
|
|
<artifactId>test-starter</artifactId>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.usoftchina.smartschool</groupId>
|
|
|
+ <artifactId>device-core</artifactId>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|