[MSO-8] Update the maven dependency
[so.git] / adapters / mso-sdnc-adapter / pom.xml
index 5e6c5c6..f439459 100644 (file)
             <artifactId>mso-adapters-rest-interface</artifactId>
             <version>${project.version}</version>
         </dependency>
+               <!-- For UriUtils which does URL encoding according to RFC 3986 Section 2 -->
+               <dependency>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>spring-web</artifactId>
+                       <version>4.3.2.RELEASE</version>
+               </dependency>
        </dependencies>
 </project>
\ No newline at end of file