BUG 5089: Fix incorrect slave schema repo behaviour
[netconf.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index ebe2c1fdc3655896d39fef30f3e384fb4f2877a4..87ddd0e2e722d660e134dacc0d5b4fe69699034d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     </modules>
 
     <properties>
-        <config.netconf.client.configfile>01-netconf.xml</config.netconf.client.configfile>
-        <config.netconf.topology.configfile>02-netconf-topology.xml</config.netconf.topology.configfile>
-        <config.netconf.mdsal.configfile>08-mdsal-netconf.xml</config.netconf.mdsal.configfile>
-        <config.restconf.configfile>10-rest-connector.xml</config.restconf.configfile>
-         <config.restconf.service.configfile>10-restconf-service.xml</config.restconf.service.configfile>
-        <config.netconf.connector.configfile>99-netconf-connector.xml</config.netconf.connector.configfile>
-
         <aaa.version>0.3.0-SNAPSHOT</aaa.version>
+        <akka.version>2.3.14</akka.version>
         <commons.logback_settings.version>0.2.0-SNAPSHOT</commons.logback_settings.version>
         <commons.opendaylight.version>1.6.0-SNAPSHOT</commons.opendaylight.version>
         <config.version>0.4.0-SNAPSHOT</config.version>
@@ -41,7 +35,6 @@
         <ietf-restconf.version>2013.10.19.8-SNAPSHOT</ietf-restconf.version>
         <ietf-topology.version>2013.10.21.8-SNAPSHOT</ietf-topology.version>
         <ietf-yang-types.version>2010.09.24.8-SNAPSHOT</ietf-yang-types.version>
-        <jersey-servlet.version>1.17</jersey-servlet.version>
 
         <mdsal.version>2.0.0-SNAPSHOT</mdsal.version>
         <mdsal.model.version>0.8.0-SNAPSHOT</mdsal.model.version>
@@ -50,6 +43,8 @@
         <restconf.version>1.3.0-SNAPSHOT</restconf.version>
         <protocol-framework.version>0.7.0-SNAPSHOT</protocol-framework.version>
         <sshd-core.version>0.14.0</sshd-core.version>
+        <scala.major.version>2.11</scala.major.version>
+        <scala.minor.version>7</scala.minor.version>
         <surefire.version>2.15</surefire.version>
         <yangtools.version>0.8.0-SNAPSHOT</yangtools.version>
 
                 <!-- module>opendaylight/netconf/netconf-it</module -->
             </modules>
         </profile>
-        <profile>
-            <id>doclint-java8-disable</id>
-            <activation>
-                <jdk>[1.8,)</jdk>
-            </activation>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-javadoc-plugin</artifactId>
-                        <configuration>
-                            <additionalparam>-Xdoclint:none</additionalparam>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
     </profiles>
 </project>