Processing feedback - tidying comments and new lines.

Signed-off-by: arjantijms <arjan.tijms@gmail.com>
diff --git a/nucleus/admin/util/pom.xml b/nucleus/admin/util/pom.xml
index 79fb56f..a82dfb3 100755
--- a/nucleus/admin/util/pom.xml
+++ b/nucleus/admin/util/pom.xml
@@ -79,9 +79,15 @@
             <artifactId>internal-api</artifactId>
             <version>${project.parent.version}</version>
         </dependency>
-        <dependency><!-- We compile against the security module but we don't want to create a hard dependency because that 
-                would drag it into the nucleus distribution which we'd like to avoid. The actual uses of SSLUtils from the security module 
-                are instantiated just-in-time only when needed, rather than being injected. -->
+        
+        <!-- 
+            We compile against the security module but we don't want to create a hard dependency because that 
+            would drag it into the nucleus distribution which we'd like to avoid. 
+            
+            The actual uses of SSLUtils from the security module are instantiated just-in-time only when needed, 
+            rather than being injected. 
+        -->
+        <dependency>
             <groupId>org.glassfish.main.security</groupId>
             <artifactId>security</artifactId>
             <version>${project.parent.version}</version>
diff --git a/nucleus/core/bootstrap/pom.xml b/nucleus/core/bootstrap/pom.xml
index 1714079..12d2dbd 100755
--- a/nucleus/core/bootstrap/pom.xml
+++ b/nucleus/core/bootstrap/pom.xml
@@ -68,9 +68,15 @@
             <artifactId>osgi.cmpn</artifactId>
             <scope>provided</scope>
         </dependency>
-        <dependency><!-- Although we package simple-glassfish-api bundle's content in glassfish.jar, in standalone mode, 
-                we have to create a launcher classloader that has the launching APIs and OSGi APIs in same level. SO, we need this jar to 
-                be part of distribution. Making it a compile scoped dependency forces this jar to be part of all distribution. -->
+        
+        <!-- 
+            Although we package simple-glassfish-api bundle's content in glassfish.jar, in standalone mode, 
+            we have to create a launcher classloader that has the launching APIs and OSGi APIs in same level. 
+            SO, we need this jar to be part of distribution. 
+            
+            Making it a compile scoped dependency forces this jar to be part of all distribution. 
+        -->
+        <dependency>
             <groupId>org.glassfish.main.common</groupId>
             <artifactId>simple-glassfish-api</artifactId>
             <version>${project.version}</version>
@@ -108,9 +114,12 @@
                     </archive>
                 </configuration>
             </plugin>
-            <plugin><!-- We package simple-glassfish-api classes in this bundle for embedded scenario, we expect user to 
-                    just bootstrap the runtime by installing glassfish.jar alone -->
-                <groupId>org.apache.maven.plugins</groupId>
+            
+            <!-- 
+                We package simple-glassfish-api classes in this bundle for embedded scenario, we expect user to 
+                just bootstrap the runtime by installing glassfish.jar alone.
+            -->
+            <plugin>
                 <artifactId>maven-dependency-plugin</artifactId>
                 <executions>
                     <execution>
diff --git a/nucleus/featuresets/atomic/pom.xml b/nucleus/featuresets/atomic/pom.xml
index 12b9d2c..bf8aca3 100644
--- a/nucleus/featuresets/atomic/pom.xml
+++ b/nucleus/featuresets/atomic/pom.xml
@@ -86,8 +86,10 @@
                 </exclusion>
             </exclusions>
         </dependency>
-        <!-- We install fileinstall bundle which monitors modules dir and autodeploy dir for addition/removal/updation of 
-            bundles -->
+        <!-- 
+            We install fileinstall bundle which monitors modules dir and autodeploy dir for 
+            addition/removal/updation of bundles 
+        -->
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.fileinstall</artifactId>
@@ -961,9 +963,6 @@
                 </exclusion>
             </exclusions>
         </dependency>
-        <!-- TODO: see https://github.com/eclipse-ee4j/jersey/issues/4454 -->
-        <!-- <dependency> <groupId>org.glassfish.jersey.media</groupId> <artifactId>jersey-media-json-processing</artifactId> 
-            <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> -->
         <dependency>
             <groupId>org.glassfish.jersey.media</groupId>
             <artifactId>jersey-media-json-binding</artifactId>
diff --git a/nucleus/featuresets/nucleus/pom.xml b/nucleus/featuresets/nucleus/pom.xml
index 8614f84..dc42392 100644
--- a/nucleus/featuresets/nucleus/pom.xml
+++ b/nucleus/featuresets/nucleus/pom.xml
@@ -216,10 +216,6 @@
                 </exclusion>
             </exclusions>
         </dependency>
-        <!-- <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> <exclusions> 
-            <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> 
-            <artifactId>jaxb-osgi</artifactId> </dependency> <dependency> <groupId>org.glassfish.metro</groupId> <artifactId>webservices-extra-jdk-packages</artifactId> 
-            </dependency> -->
 
         <!-- nucleus-corba-base -->
         <dependency>