adding version to shade in oecfg/pom.xml
Change-Id: I406196c84949fc0a6dabf529deea0aab388b2011
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -49,6 +49,7 @@ | ... | @@ -49,6 +49,7 @@ |
49 | <plugin> | 49 | <plugin> |
50 | <groupId>org.apache.maven.plugins</groupId> | 50 | <groupId>org.apache.maven.plugins</groupId> |
51 | <artifactId>maven-shade-plugin</artifactId> | 51 | <artifactId>maven-shade-plugin</artifactId> |
52 | + <version>2.3</version> | ||
52 | <executions> | 53 | <executions> |
53 | <execution> | 54 | <execution> |
54 | <phase>package</phase> | 55 | <phase>package</phase> | ... | ... |
-
Please register or login to post a comment