You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ta...@apache.org on 2016/02/24 00:46:54 UTC

qpid-jms git commit: QPIDJMS-151 Remove netty-codec

Repository: qpid-jms
Updated Branches:
  refs/heads/master 1c69cb2f6 -> e978a8617


QPIDJMS-151 Remove netty-codec


Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/e978a861
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/e978a861
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/e978a861

Branch: refs/heads/master
Commit: e978a8617fd0597951c439258ae0470b65c21f30
Parents: 1c69cb2
Author: Timothy Bish <ta...@gmail.com>
Authored: Tue Feb 23 18:46:47 2016 -0500
Committer: Timothy Bish <ta...@gmail.com>
Committed: Tue Feb 23 18:46:47 2016 -0500

----------------------------------------------------------------------
 pom.xml                 | 5 -----
 qpid-jms-client/pom.xml | 4 ----
 2 files changed, 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/e978a861/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a1c4a73..17c4d02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,11 +123,6 @@
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
-        <artifactId>netty-codec</artifactId>
-        <version>${netty-version}</version>
-      </dependency>
-      <dependency>
-        <groupId>io.netty</groupId>
         <artifactId>netty-common</artifactId>
         <version>${netty-version}</version>
       </dependency>

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/e978a861/qpid-jms-client/pom.xml
----------------------------------------------------------------------
diff --git a/qpid-jms-client/pom.xml b/qpid-jms-client/pom.xml
index a7e3d6f..95b44b2 100644
--- a/qpid-jms-client/pom.xml
+++ b/qpid-jms-client/pom.xml
@@ -50,10 +50,6 @@
     </dependency>
     <dependency>
       <groupId>io.netty</groupId>
-      <artifactId>netty-codec</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>io.netty</groupId>
       <artifactId>netty-common</artifactId>
     </dependency>
     <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org