Committed by
Gerrit Code Review
fixing bundling
Change-Id: I11bd416e9b5e2c6e8dd25bc485c3ea210ba7fadb
Showing
3 changed files
with
17 additions
and
2 deletions
| ... | @@ -15,6 +15,11 @@ | ... | @@ -15,6 +15,11 @@ |
| 15 | <description>ONLab catalyst dependency</description> | 15 | <description>ONLab catalyst dependency</description> |
| 16 | 16 | ||
| 17 | <dependencies> | 17 | <dependencies> |
| 18 | + <dependency> | ||
| 19 | + <groupId>io.atomix.catalyst</groupId> | ||
| 20 | + <artifactId>catalyst-netty</artifactId> | ||
| 21 | + <version>1.0.0-rc5</version> | ||
| 22 | + </dependency> | ||
| 18 | 23 | ||
| 19 | </dependencies> | 24 | </dependencies> |
| 20 | 25 | ||
| ... | @@ -24,10 +29,9 @@ | ... | @@ -24,10 +29,9 @@ |
| 24 | <groupId>org.apache.maven.plugins</groupId> | 29 | <groupId>org.apache.maven.plugins</groupId> |
| 25 | <artifactId>maven-shade-plugin</artifactId> | 30 | <artifactId>maven-shade-plugin</artifactId> |
| 26 | <configuration> | 31 | <configuration> |
| 27 | - <createSourcesJar>true</createSourcesJar> | ||
| 28 | <artifactSet> | 32 | <artifactSet> |
| 29 | <includes> | 33 | <includes> |
| 30 | - <include>io.atomix.catalyst.*</include> | 34 | + <include>io/atomix/catalyst/**</include> |
| 31 | </includes> | 35 | </includes> |
| 32 | </artifactSet> | 36 | </artifactSet> |
| 33 | </configuration> | 37 | </configuration> | ... | ... |
-
Please register or login to post a comment