Authored by zhengyouwei

add pom

@@ -12,5 +12,12 @@ @@ -12,5 +12,12 @@
12 <artifactId>monitor-service-middleware</artifactId> 12 <artifactId>monitor-service-middleware</artifactId>
13 <version>1.0-SNAPSHOT</version> 13 <version>1.0-SNAPSHOT</version>
14 14
  15 + <dependencies>
  16 + <dependency>
  17 + <groupId>monitor-service</groupId>
  18 + <artifactId>monitor-service-common</artifactId>
  19 + </dependency>
  20 + </dependencies>
  21 +
15 22
16 </project> 23 </project>