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,7 +126,14 @@
<scope>compile</scope>
<optional>true</optional>
</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. -->
<dependency>
<groupId>com.google.protobuf</groupId>