Removing dependence on npn as jetty has changed to alpn
diff --git a/jetty.bundles.f.source/feature.xml b/jetty.bundles.f.source/feature.xml
index 68df0f4..4b57ae6 100644
--- a/jetty.bundles.f.source/feature.xml
+++ b/jetty.bundles.f.source/feature.xml
@@ -98,7 +98,7 @@
 <!-- this must not be loaded by the osgi container
 it has to be on the boot classpath of the JVM -->
    <!--plugin
-         id="org.eclipse.jetty.osgi.npn.fragment.source"
+         id="org.eclipse.jetty.osgi.alpn.fragment.source"
          download-size="0"
          install-size="0"
          version="0.0.0"
diff --git a/jetty.bundles.f/feature.xml b/jetty.bundles.f/feature.xml
index 148e321..41ba2db 100644
--- a/jetty.bundles.f/feature.xml
+++ b/jetty.bundles.f/feature.xml
@@ -115,7 +115,7 @@
 it has to be on the boot classpath of the JVM
 -->
    <plugin
-         id="org.eclipse.jetty.osgi.npn.fragment"
+         id="org.eclipse.jetty.osgi.alpn.fragment"
          download-size="0"
          install-size="0"
          version="0.0.0"
diff --git a/pom.xml b/pom.xml
index 73c0031..248bbb9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,6 @@
 
     <jetty-version>9.1.0-SNAPSHOT</jetty-version>
     <jetty-osgi-servlet-api-version>3.1.0.M3</jetty-osgi-servlet-api-version>
-    <jetty-npn-api-version>1.1.0.v20120525</jetty-npn-api-version>
     <p2-install-folder-name>development</p2-install-folder-name>
 
     <signing-plugin-version>1.0.0</signing-plugin-version>
@@ -159,7 +158,7 @@
     </dependency-->
     <dependency>
       <groupId>org.eclipse.jetty.osgi</groupId>
-      <artifactId>jetty-osgi-npn</artifactId>
+      <artifactId>jetty-osgi-alpn</artifactId>
       <version>${jetty-version}</version>
     </dependency>
     <dependency>
@@ -406,7 +405,7 @@
     </dependency-->
     <dependency>
       <groupId>org.eclipse.jetty.osgi</groupId>
-      <artifactId>jetty-osgi-npn</artifactId>
+      <artifactId>jetty-osgi-alpn</artifactId>
       <version>${jetty-version}</version>
       <classifier>sources</classifier>
     </dependency>