update the example osgi servlet bridge webapp

This commit is contained in:
hmalphettes 2011-09-07 17:08:24 -07:00
parent 336e3b383b
commit 8d51bc05ac
2 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,8 @@
<parent>
<groupId>org.eclipse.jetty.osgi</groupId>
<artifactId>jetty-osgi-project</artifactId>
<version>7.4.3-SNAPSHOT</version>
<!--version>7.5.0.v20110901</version-->
<version>7.5.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -52,7 +52,7 @@ import javax.sql.DataSource;
//import org.eclipse.jetty.http.HttpHeaders;
//import org.eclipse.jetty.util.StringUtil;
//import org.eclipse.jetty.util.log.Log;
import org.eclipse.jetty.util.log.Logger;
//import org.eclipse.jetty.util.log.Logger;
@ -62,7 +62,7 @@ import org.eclipse.jetty.util.log.Logger;
*/
public class Dump extends HttpServlet
{
private static final Logger LOG = Log.getLogger(Dump.class);
//private static final Logger LOG = Log.getLogger(Dump.class);
boolean fixed;