Add comment to explain what "Web Services" is.

Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
diff --git a/nucleus/parent/pom.xml b/nucleus/parent/pom.xml
index 9d13997..4bf8247 100644
--- a/nucleus/parent/pom.xml
+++ b/nucleus/parent/pom.xml
@@ -84,6 +84,13 @@
         <hibernate-validator.version>7.0.3-SNAPSHOT</hibernate-validator.version>
 
         <!-- Jakarta Web Services -->
+        <!-- 
+        Jakarta XML Web Services 
+        <jakarta.xml.ws-api.version>4.0.0-RC2</jakarta.xml.ws-api.version>
+        
+        Jakarta SOAP (with Attachments) 
+        <jakarta.xml.soap-api.version>3.0.0-RC2</jakarta.xml.soap-api.version>
+         -->
         <webservices.version>4.0.0-M2</webservices.version>
 
         <!-- Jakarta Inject -->