Format POM
diff --git a/pom.xml b/pom.xml
index f09232b..6944136 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.intel.jndn.mock</groupId>
   <artifactId>jndn-mock</artifactId>
@@ -49,7 +50,7 @@
     </dependency>
   </dependencies>
   <profiles>
-    
+
     <!-- for scanning code using Sonarqube: `mvn test -P sonarqube` -->
     <profile>
       <id>sonarqube</id>
@@ -105,7 +106,7 @@
         </dependency>
       </dependencies>
     </profile>
-    
+
     <!-- to deploy to Maven Central: `mvn deploy -P ossrh` -->
     <profile>
       <id>ossrh</id>