prepared merge with upstream
This commit is contained in:
parent
f62bb850ec
commit
0a99e8bb57
32
pom.xml
32
pom.xml
@ -54,20 +54,6 @@
|
||||
<developerConnection>scm:git:ssh://git@github.com/netty/netty.git</developerConnection>
|
||||
</scm>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>JBoss-Public</id>
|
||||
<url>http://repository.jboss.org/nexus/content/groups/public-jboss/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>JBoss-Public</id>
|
||||
<url>http://repository.jboss.org/nexus/content/groups/public-jboss/</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
<dependencies>
|
||||
<!-- Google Protocol Buffers - completely optional -->
|
||||
<dependency>
|
||||
@ -586,25 +572,7 @@
|
||||
<addVersionToProjectName>true</addVersionToProjectName>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>exec-maven-plugin</artifactId>
|
||||
<version>1.2.1</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>archiva.internal</id>
|
||||
<name>Internal Release Repository</name>
|
||||
<url>http://192.168.0.7:8080/archiva/repository/internal/</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>archiva.snapshots</id>
|
||||
<name>Internal Snapshot Repository</name>
|
||||
<url>http://192.168.0.7:8080/archiva/repository/snapshots/</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
</project>
|
||||
|
||||
|
@ -18,7 +18,6 @@ package org.jboss.netty.handler.execution;
|
||||
import java.util.concurrent.ConcurrentMap;
|
||||
import java.util.concurrent.Executor;
|
||||
import java.util.concurrent.Executors;
|
||||
import java.util.concurrent.LinkedTransferQueue;
|
||||
import java.util.concurrent.RejectedExecutionException;
|
||||
import java.util.concurrent.RejectedExecutionHandler;
|
||||
import java.util.concurrent.ThreadFactory;
|
||||
|
@ -71,4 +71,4 @@ public class ConversionUtilTest {
|
||||
assertFalse(ConversionUtil.toBoolean("FALSE"));
|
||||
assertFalse(ConversionUtil.toBoolean("0"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user