|
@@ -11,11 +11,28 @@
|
|
|
|
|
|
<artifactId>device-api-service</artifactId>
|
|
<artifactId>device-api-service</artifactId>
|
|
|
|
|
|
|
|
+ <properties>
|
|
|
|
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
+ <maven.compiler.source>1.8</maven.compiler.source>
|
|
|
|
+ <maven.compiler.target>1.8</maven.compiler.target>
|
|
|
|
+ </properties>
|
|
|
|
+
|
|
<dependencies>
|
|
<dependencies>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.xy</groupId>
|
|
<groupId>com.xy</groupId>
|
|
<artifactId>device-api</artifactId>
|
|
<artifactId>device-api</artifactId>
|
|
<version>1.0</version>
|
|
<version>1.0</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.xy</groupId>
|
|
|
|
+ <artifactId>xy-redis</artifactId>
|
|
|
|
+ <version>1.0</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.xy</groupId>
|
|
|
|
+ <artifactId>xy-mp</artifactId>
|
|
|
|
+ <version>1.0</version>
|
|
|
|
+ </dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
</project>
|
|
</project>
|