Refactoring POM and removing duplicate dependency
[ccsdk/cds.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d916d1e..dc76251 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -83,6 +83,9 @@ limitations under the License.
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>tidy-maven-plugin</artifactId>
                     <version>1.1.0</version>
+                    <configuration>
+                        <lineLength>120</lineLength>
+                    </configuration>
                     <executions>
                         <execution>
                             <id>format-pom</id>