Commented out the spdx plugin which requires java 11 to run
diff --git a/pom.xml b/pom.xml
index 335cedf..4b272e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -489,11 +489,11 @@
     </pluginManagement>
     
     <plugins>
-      <plugin>
+      <!-- plugin>
         <groupId>org.spdx</groupId>
-        <artifactId>spdx-maven-plugin</artifactId>
+        <artifactId>spdx-maven-plugin</artifactId -->
         <!-- please check for updates on https://search.maven.org/search?q=a:spdx-maven-plugin -->  
-        <version>0.6.5</version>
+        <!-- version>0.6.5</version>
         <executions>
           <execution>
             <id>build-spdx</id>
@@ -506,9 +506,8 @@
           <excludedFilePatterns>
             <param>*.spdx</param>
           </excludedFilePatterns>
-          <!-- See documentation below for additional configuration -->
         </configuration>
-      </plugin>
+      </plugin -->
 
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>