Use URLEncoder.encode(String, Charset)
[controller.git] / opendaylight / md-sal / sal-akka-segmented-journal / pom.xml
index 1435c21f96ff2c700212f62e9e18ca280230bc0c..94793f6e265ab7e8a73186f29d2f0ee398a5864b 100644 (file)
@@ -12,18 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.5-SNAPSHOT</version>
+        <version>4.0.4-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
     <artifactId>sal-akka-segmented-journal</artifactId>
     <packaging>bundle</packaging>
 
-    <properties>
-        <!-- FIXME: Remove this -->
-        <odlparent.modernizer.enforce>false</odlparent.modernizer.enforce>
-    </properties>
-
     <dependencies>
         <!-- Akka -->
         <dependency>
@@ -106,6 +101,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <artifactId>commons-io</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.scalatestplus</groupId>
+            <artifactId>junit-4-13_2.13</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>