use snapshot of spifly on Java 17

Signed-off-by: Raymond Auge <rotty3000@apache.org>
diff --git a/pom.xml b/pom.xml
index 5a2267d..d87124b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -722,6 +722,15 @@
                 </dependency>
             </dependencies>
         </profile>
+        <profile>
+            <id>java-release-17+</id>
+            <activation>
+                <jdk>[17,)</jdk>
+            </activation>
+            <properties>
+                <spifly.extension.version>1.3.3-SNAPSHOT</spifly.extension.version>
+            </properties>
+        </profile>
     </profiles>
 
     <reporting>