Committed by
Gerrit Code Review
Fix Netconf pom dependency problem
Change-Id: Icf7c25c18bb0e4549ddc7f6a8553bbbb3e3e59f4
Showing
1 changed file
with
4 additions
and
0 deletions
... | @@ -88,6 +88,10 @@ | ... | @@ -88,6 +88,10 @@ |
88 | </instructions> | 88 | </instructions> |
89 | </configuration> | 89 | </configuration> |
90 | </plugin> | 90 | </plugin> |
91 | + <plugin> | ||
92 | + <groupId>org.apache.felix</groupId> | ||
93 | + <artifactId>maven-scr-plugin</artifactId> | ||
94 | + </plugin> | ||
91 | </plugins> | 95 | </plugins> |
92 | </build> | 96 | </build> |
93 | </project> | 97 | </project> | ... | ... |
-
Please register or login to post a comment