call start() on connector as opposed to open in setuid server, adjust dep for test with profile

This commit is contained in:
Jesse McConnell 2012-09-14 14:00:30 -05:00
parent 44885bcfd2
commit 332a256497
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
<dependencies>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-setuid-linux</artifactId>
<artifactId>jetty-setuid-osx</artifactId>
<version>${project.version}</version>
<type>pom</type>
</dependency>