diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-11-20 18:51:05 -0500 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-11-20 18:51:05 -0500 |
commit | cd4d989d174b6992742de5682fb8a36d9a9ea35a (patch) | |
tree | 6bb3744edf93c5e36b70e0d852b662e7e6b0e74f /pom.xml | |
parent | 86c0b5d57b75bc80f8219e5b32bd7e7b8c9c0527 (diff) |
Refactoring POM and removing duplicate dependency
Issue-ID: CCSDK-2998
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I68e5c0c89c8f7100c3f3725e1682676688c319ab
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |