Add examples to Xref

This commit is contained in:
Trustin Lee 2013-02-26 16:48:01 -08:00
parent bfbd4da1a5
commit d7b782ab7b

View File

@ -126,6 +126,13 @@
<scope>compile</scope> <scope>compile</scope>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>netty-example</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<!-- Add optional dependencies explicitly to avoid Javadoc warnings and errors. --> <!-- Add optional dependencies explicitly to avoid Javadoc warnings and errors. -->
<dependency> <dependency>