Aaron Kruglikov
Committed by Gerrit Code Review

fixing bundling

Change-Id: I11bd416e9b5e2c6e8dd25bc485c3ea210ba7fadb
...@@ -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>
......
1 +package org.onlab.catalyst;
2 +
3 +/**
4 + * Created by admin on 11/24/15.
5 + */
6 +public class OnlabCatalyst {
7 +}
1 +/**
2 + * Created by admin on 11/24/15.
3 + */
4 +package org.onlab.catalyst;
...\ No newline at end of file ...\ No newline at end of file