Sync Integ to Master
[sdc.git] / catalog-dao / pom.xml
index af4f76c..a6dd88a 100644 (file)
@@ -11,6 +11,9 @@
                <version>1.2.0-SNAPSHOT</version>
        </parent>
 
+       <properties>
+               <sonar.skip>true</sonar.skip>
+       </properties>
        <dependencies>
                <!-- Common of SDC -->
                <dependency>
                        <scope>provided</scope>
                </dependency>
 
-               <dependency>
-                       <groupId>ch.qos.logback</groupId>
-                       <artifactId>logback-core</artifactId>
-                        <version>${logback.version}</version>
-                       <scope>provided</scope>
-               </dependency>
-
                <dependency>
                        <groupId>org.elasticsearch</groupId>
                        <artifactId>elasticsearch</artifactId>
-                        <version>${elastic-search.version}</version>
+                       <version>${elastic-search.version}</version>
                        <scope>provided</scope>
                </dependency>
 
                </dependency>
 
                <dependency>
-                       <groupId>com.fasterxml.jackson.core</groupId>
+                               <groupId>com.fasterxml.jackson.core</groupId>
                        <artifactId>jackson-databind</artifactId>
                        <version>${jackson.version}</version>
-                       <scope>provided</scope>
                </dependency>
 
                <dependency>
-                       <groupId>org.slf4j</groupId>
-                       <artifactId>slf4j-api</artifactId>
-            <version>${slf4j-api.version}</version>
-                       <scope>provided</scope>
+                       <groupId>com.fasterxml.jackson.core</groupId>
+                       <artifactId>jackson-core</artifactId>
+                       <version>${jackson.version}</version>
                </dependency>
+
                <dependency>
                        <groupId>com.googlecode.json-simple</groupId>
                        <artifactId>json-simple</artifactId>
                <dependency>
                        <groupId>org.mockito</groupId>
                        <artifactId>mockito-core</artifactId>
-                       <version>${mockito.version}</version>
                        <scope>test</scope>
                </dependency>
 
                </dependency>
 
                <!-- TEST -->
+               <dependency>
+                       <groupId>org.assertj</groupId>
+                       <artifactId>assertj-core</artifactId>
+                       <scope>test</scope>
+               </dependency>
+
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>spring-test</artifactId>
                        <scope>provided</scope>
                </dependency>
                <!-- CASSANDRA END -->
-
-       </dependencies>
+    </dependencies>
 
        <build>