Put javax.websocket bundles back in the build in time for 9.1.4.
diff --git a/jetty.bundles.f.source/feature.xml b/jetty.bundles.f.source/feature.xml
index 8bcd8ea..f255f99 100644
--- a/jetty.bundles.f.source/feature.xml
+++ b/jetty.bundles.f.source/feature.xml
@@ -264,8 +264,6 @@
          install-size="0"
          version="0.0.0"
          unpack="false"/>
-<!-- Temporarily commented out until 9.1.4 release which contains correct import/export statements -->
-<!--
 
    <plugin
          id="org.eclipse.jetty.websocket.javax.websocket.server.source"
@@ -280,7 +278,6 @@
          install-size="0"
          version="0.0.0"
          unpack="false"/>
--->
 
    <plugin
          id="org.eclipse.jetty.xml.source"
diff --git a/jetty.bundles.f/feature.xml b/jetty.bundles.f/feature.xml
index 1a2d73a..5a5687a 100644
--- a/jetty.bundles.f/feature.xml
+++ b/jetty.bundles.f/feature.xml
@@ -290,8 +290,6 @@
          install-size="0"
          version="0.0.0"
          unpack="false"/>
-<!-- Temporarily commented out until 9.1.4 build is released which contains correct import/export statements -->
-<!--
    <plugin
          id="org.eclipse.jetty.websocket.javax.websocket.server"
          download-size="0"
@@ -305,7 +303,6 @@
          install-size="0"
          version="0.0.0"
          unpack="false"/>
--->
 
    <plugin
          id="org.eclipse.jetty.xml"
diff --git a/pom.xml b/pom.xml
index d7d51d7..6d61264 100644
--- a/pom.xml
+++ b/pom.xml
@@ -277,8 +277,6 @@
       <artifactId>websocket-servlet</artifactId>
       <version>${jetty-version}</version>
     </dependency>
-<!-- Temporarily commented out until 9.1.4 release which contains correct import/export statements -->
-<!--
     <dependency>
       <groupId>org.eclipse.jetty.websocket</groupId>
       <artifactId>javax-websocket-server-impl</artifactId>
@@ -289,7 +287,6 @@
       <artifactId>javax-websocket-client-impl</artifactId>
       <version>${jetty-version}</version>
     </dependency>
--->
     <dependency>
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-xml</artifactId>
@@ -540,8 +537,6 @@
       <version>${jetty-version}</version>
       <classifier>sources</classifier>
     </dependency>
-<!-- Temporarily commented out until 9.1.4 release which contains correct import/export statements -->
-<!--
     <dependency>
       <groupId>org.eclipse.jetty.websocket</groupId>
       <artifactId>javax-websocket-server-impl</artifactId>
@@ -554,7 +549,6 @@
       <version>${jetty-version}</version>
       <classifier>sources</classifier>
     </dependency>
--->
     <dependency>
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-xml</artifactId>