NO-JIRA: drop compiler plugin option that no longer does anything, removing warnings
diff --git a/pom.xml b/pom.xml
index 895043d..9973f2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <optimize>true</optimize>
           <showDeprecation>true</showDeprecation>
           <showWarnings>true</showWarnings>
         </configuration>