diff --git a/MeshModel/pom.xml b/MeshModel/pom.xml
index 630d488f6190a0c23c0fa5cf46756077b6f94cdd..543c36e1d34d98edb7b63cb3bb62f071813fdd1f 100644
--- a/MeshModel/pom.xml
+++ b/MeshModel/pom.xml
@@ -56,7 +56,6 @@
                     <target>8</target>
                 </configuration>
             </plugin>
-            
         </plugins>
     </build>
     <repositories>
diff --git a/application/pom.xml b/application/pom.xml
index b6442232774ebcf27c22b5ebaea27da827c25a15..7748a6cc640dd291354e1fbb2c4f04fcf75b7106 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -34,7 +34,7 @@
         <dependency>
             <groupId>org.netbeans.api</groupId>
             <artifactId>org-netbeans-modules-nbjunit</artifactId>
-            <version>RELEASE113</version>
+            <version>${netbeans.version}</version>
             <scope>test</scope> <!-- beyond platform cluster, this often needs to be dropped down to compile/runtime, some other modules in IDE clusters depend on it -->
         </dependency>
         <!-- To use Jelly Tools in your functional tests, add or replace with:
@@ -86,14 +86,14 @@
                     </systemPropertyVariables>
                 </configuration>
             </plugin>
-            <plugin>
+            <!-- <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
                 <configuration>
                     <source>9</source>
                     <target>9</target>
                 </configuration>
-            </plugin>
+            </plugin> -->
         </plugins>
     </build>