diff --git a/pom.xml b/pom.xml
index 5ad55dc524..5eb2da2844 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,6 @@
                             <Specification-Title>Bukkit</Specification-Title>
                             <Specification-Version>${api.version}</Specification-Version>
                             <Specification-Vendor>Bukkit Team</Specification-Vendor>
-                            <Sealed>true</Sealed>
                         </manifestEntries>
                         <manifestSections>
                             <manifestSection>
@@ -193,20 +192,6 @@
                                     <pattern>org.gjt</pattern>
                                     <shadedPattern>org.bukkit.craftbukkit.libs.org.gjt</shadedPattern>
                                 </relocation>
-                                <!-- These contain native libraries, and cannot be properly relocated
-                                <relocation>
-                                  <pattern>org.fusesource</pattern>
-                                  <shadedPattern>org.bukkit.craftbukkit.libs.${project.dependencies[4].version}.org.fusesource</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                  <pattern>org.sqlite</pattern>
-                                  <shadedPattern>org.bukkit.craftbukkit.libs.${project.dependencies[5].version}.org.sqlite</shadedPattern>
-                                </relocation>
-                                <relocation>
-                                  <pattern>com.mysql</pattern>
-                                  <shadedPattern>org.bukkit.craftbukkit.libs.${project.dependencies[6].version}.com.mysql</shadedPattern>
-                                </relocation>
-                                !-->
                                 <relocation>
                                     <pattern>org.bukkit.craftbukkit</pattern>
                                     <shadedPattern>org.bukkit.craftbukkit.v${minecraft_version}</shadedPattern>
@@ -268,42 +253,10 @@
                 <configuration>
                     <workingDirectory>${basedir}/target/test-server</workingDirectory>
                     <excludes>
-                        <exclude>org/bukkit/craftbukkit/updater/BukkitDLUpdaterServiceTest.java</exclude>
                         <exclude>org/bukkit/craftbukkit/inventory/ItemStack*Test.java</exclude>
                     </excludes>
                 </configuration>
             </plugin>
         </plugins>
-        <pluginManagement>
-            <plugins>
-                <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
-                <plugin>
-                    <groupId>org.eclipse.m2e</groupId>
-                    <artifactId>lifecycle-mapping</artifactId>
-                    <version>1.0.0</version>
-                    <configuration>
-                        <lifecycleMappingMetadata>
-                            <pluginExecutions>
-                                <pluginExecution>
-                                    <pluginExecutionFilter>
-                                        <groupId>com.lukegb.mojo</groupId>
-                                        <artifactId>
-                                            gitdescribe-maven-plugin
-                                        </artifactId>
-                                        <versionRange>[1.3,)</versionRange>
-                                        <goals>
-                                            <goal>gitdescribe</goal>
-                                        </goals>
-                                    </pluginExecutionFilter>
-                                    <action>
-                                        <ignore></ignore>
-                                    </action>
-                                </pluginExecution>
-                            </pluginExecutions>
-                        </lifecycleMappingMetadata>
-                    </configuration>
-                </plugin>
-            </plugins>
-        </pluginManagement>
     </build>
 </project>