Tell to IT the version of object-api in BGPCEP 16/9716/4
authorGiovanni Meo <gmeo@cisco.com>
Tue, 5 Aug 2014 16:27:04 +0000 (18:27 +0200)
committerRobert Varga <rovarga@cisco.com>
Fri, 15 Aug 2014 17:28:52 +0000 (17:28 +0000)
Change-Id: Ia377178f883a2747f2663e728c8752cf9137a52f
Signed-off-by: Giovanni Meo <gmeo@cisco.com>
Signed-off-by: Robert Varga <rovarga@cisco.com>
commons/parent/pom.xml
integration-tests/pom.xml

index cede4c261457a2778fb97f2a2b2012dd7574f17a..b05c48a54e4a8e4293db4b9c9463fe09927a2208 100644 (file)
                 <artifactId>yang-common</artifactId>
                 <version>${yangtools.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.opendaylight.yangtools</groupId>
+                <artifactId>object-cache-api</artifactId>
+                <version>${yangtools.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.yangtools</groupId>
+                <artifactId>object-cache-guava</artifactId>
+                <version>${yangtools.version}</version>
+            </dependency>
 
             <!-- Controller infrastructure -->
             <dependency>
                 </executions>
             </plugin>
             <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-checkstyle-plugin</artifactId>
-              <version>2.12</version>
-              <configuration>
-                <failOnViolation>true</failOnViolation>
-                <configLocation>checkstyle-logging.xml</configLocation>
-                <consoleOutput>true</consoleOutput>
-                <includeTestSourceDirectory>true</includeTestSourceDirectory>
-                <sourceDirectory>${project.basedir}</sourceDirectory>
-                <includes>**\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat,**\/*.yang</includes>
-                <excludes>**\/target\/,**\/bin\/,**\/target-ide\/,**\/src/main/yang-gen-config\/,**\/src/main/yang-gen-sal\/</excludes>
-              </configuration>
-              <dependencies>
-                <dependency>
-                  <groupId>org.opendaylight.yangtools</groupId>
-                  <artifactId>checkstyle-logging</artifactId>
-                  <version>${yangtools.version}</version>
-                </dependency>
-              </dependencies>
-              <executions>
-                <execution>
-                  <goals>
-                    <goal>check</goal>
-                  </goals>
-                </execution>
-              </executions>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-checkstyle-plugin</artifactId>
+                <version>2.12</version>
+                <configuration>
+                    <failOnViolation>true</failOnViolation>
+                    <configLocation>checkstyle-logging.xml</configLocation>
+                    <consoleOutput>true</consoleOutput>
+                    <includeTestSourceDirectory>true</includeTestSourceDirectory>
+                    <sourceDirectory>${project.basedir}</sourceDirectory>
+                    <includes>**\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat,**\/*.yang</includes>
+                    <excludes>**\/target\/,**\/bin\/,**\/target-ide\/,**\/src/main/yang-gen-config\/,**\/src/main/yang-gen-sal\/</excludes>
+                </configuration>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.opendaylight.yangtools</groupId>
+                        <artifactId>checkstyle-logging</artifactId>
+                        <version>${yangtools.version}</version>
+                    </dependency>
+                </dependencies>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>check</goal>
+                        </goals>
+                    </execution>
+                </executions>
             </plugin>
             <plugin>
                 <groupId>org.jacoco</groupId>
index 3473d88d3242d27bad70ccf8dfe78249a0a89716..465f9632c9bea1f54c194aafda27173bcf1987c0 100644 (file)
             <scope>test</scope>
             <type>test-jar</type>
         </dependency>
-
+        <dependency>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>object-cache-api</artifactId>
+        </dependency>
 
     </dependencies>