Refactoring POM and removing duplicate dependency 15/115215/1
authorSingal, Kapil (ks220y) <ks220y@att.com>
Fri, 20 Nov 2020 23:51:05 +0000 (18:51 -0500)
committerSingal, Kapil (ks220y) <ks220y@att.com>
Fri, 20 Nov 2020 23:51:05 +0000 (18:51 -0500)
Issue-ID: CCSDK-2998
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I68e5c0c89c8f7100c3f3725e1682676688c319ab

ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml
pom.xml

index 34fdb55..7aa68d3 100644 (file)
     <name>MS Blueprints Processor Modules - Blueprints - Blueprints Core</name>
 
     <dependencies>
-        <!-- Compiler Service -->
-        <dependency>
-            <groupId>org.jetbrains.kotlin</groupId>
-            <artifactId>kotlin-compiler-embeddable</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jetbrains.kotlin</groupId>
-            <artifactId>kotlin-scripting-jvm-host</artifactId>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.jetbrains.kotlin</groupId>
-                    <artifactId>kotlin-compiler</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>org.jetbrains.kotlin</groupId>
-            <artifactId>kotlin-script-util</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.jetbrains.kotlin</groupId>
             <artifactId>kotlin-script-runtime</artifactId>
                 </exclusion>
             </exclusions>
         </dependency>
+        <dependency>
+            <groupId>commons-lang</groupId>
+            <artifactId>commons-lang</artifactId>
+        </dependency>
         <dependency>
             <groupId>com.hubspot.jinjava</groupId>
             <artifactId>jinjava</artifactId>
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>