Skip to content

Commit

Permalink
Add codec-smtp to all jar.
Browse files Browse the repository at this point in the history
Motivation:

562d8d2 added codec-smtp but we missed to add it to the all jar.

Modifications:

Include codec-smtp in the all jar.

Result:

Include all codecs in the all jar.
  • Loading branch information
normanmaurer committed Dec 2, 2016
1 parent 243b2b9 commit efeb4cd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,13 @@
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>netty-codec-smtp</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>netty-codec-socks</artifactId>
Expand Down

0 comments on commit efeb4cd

Please sign in to comment.