Index: json-simple/pom.xml
===================================================================
--- json-simple.orig/pom.xml
+++ json-simple/pom.xml
@@ -68,27 +68,6 @@
                 </configuration>
             </plugin>
             <plugin>
-                <!-- Produces the project's lexers. -->
-                <groupId>de.jflex</groupId>
-                <artifactId>maven-jflex-plugin</artifactId>
-                <version>1.4.3</version>
-                <executions>
-                    <execution>
-                        <id>jlex</id>
-                        <goals>
-                            <goal>generate</goal>
-                        </goals>
-                        <configuration>
-                            <outputDirectory>src/main/java</outputDirectory>
-                            <lexDefinitions>
-                                <lexDefinition>src/main/lex</lexDefinition>
-                            </lexDefinitions>
-                            <jlex>true</jlex>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
                 <!-- Can jar the project for local repository installs and public repository releases. Will also put the pom defined version number into the manifest. -->
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
@@ -147,19 +126,6 @@
                 </executions>
             </plugin>
             <plugin>
-                <!-- Pushes the signed artifacts to the public repository. -->
-                <groupId>org.sonatype.plugins</groupId>
-                <artifactId>nexus-staging-maven-plugin</artifactId>
-                <version>1.6.8</version>
-                <extensions>true</extensions>
-                <configuration>
-                    <serverId>ossrh</serverId>
-                    <nexusUrl>https://oss.sonatype.org/</nexusUrl>
-                    <autoReleaseAfterClose>true</autoReleaseAfterClose>
-                    <goals>deploy</goals>
-                </configuration>
-            </plugin>
-            <plugin>
                 <!-- Helps guide the release process. -->
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-release-plugin</artifactId>
