Skip to content

Commit

Permalink
Cyclical references? Maybe it's time to start using Maven.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbakkar committed Aug 11, 2013
1 parent 562767b commit 218a65d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions netty-dns/pom.xml
Expand Up @@ -34,11 +34,6 @@
<artifactId>netty-codec-dns</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>netty-handler</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>


Expand Down
5 changes: 0 additions & 5 deletions transport/pom.xml
Expand Up @@ -29,11 +29,6 @@
<name>Netty/Transport</name>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>netty-buffer</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>netty-dns</artifactId>
Expand Down

0 comments on commit 218a65d

Please sign in to comment.