Merge "Fix UI DCAE Deploy"
[clamp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 010fd50..4b19b80 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
            By Default "mvn clean install" command will execute also the unit tests
            and the integration tests. The integration tests require a docker engine running.
 
-           If you want to skip the intergation test you can by doing:
+           If you want to skip the integration test you can by doing:
            "mvn clean install -DskipITs=true"
 
            For Spring it's possible to specify the application.properties location
                                                <groupId>junit</groupId>
                                                <artifactId>junit</artifactId>
                                </dependency>
-                               <dependency>
-                                               <groupId>com.fasterxml.jackson.core</groupId>
-                                               <artifactId>jackson-core</artifactId>
-                               </dependency>
                                <dependency>
                                                <groupId>javax.transaction</groupId>
                                                <artifactId>jta</artifactId>
                                                                                <artifactId>apache-log4j-extras</artifactId>
                                                                                <groupId>log4j</groupId>
                                                                </exclusion>
-                                                               <exclusion>
-                                                                               <artifactId>jackson-databind</artifactId>
-                                                                               <groupId>com.fasterxml.jackson.core</groupId>
-                                                               </exclusion>
                                                                <exclusion>
                                                                                <groupId>mysql</groupId>
                                                                                <artifactId>mysql-connector-java</artifactId>
                                                                </exclusion>
                                                </exclusions>
                                </dependency>
-                               <dependency>
-                                               <groupId>com.fasterxml.jackson.dataformat</groupId>
-                                               <artifactId>jackson-dataformat-yaml</artifactId>
-                                               <version>2.9.4</version>
-                               </dependency>
                                <dependency>
                                                <groupId>org.apache.commons</groupId>
                                                <artifactId>commons-csv</artifactId>
                                        <artifactId>sdc-tosca</artifactId>
                                        <version>1.2.2</version>
                                </dependency>
-
-
                </dependencies>
 
                <build>