Showing
1 changed file
with
7 additions
and
0 deletions
@@ -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> |
-
Please register or login to post a comment