Fix user changing their password
[controller.git] / opendaylight / web / topology / pom.xml
index daef22cf23675ef4b1e1d27bbd07d5aab3ce6187..b260e2d1f8b0bbd7130674b4bc51daf0746736cc 100644 (file)
@@ -25,6 +25,7 @@
                                                </Export-Package>
                                                <Import-Package>
                                                        org.opendaylight.controller.containermanager,
+                                                       org.opendaylight.controller.configuration,
                                                        org.opendaylight.controller.sal.authorization,
                                                        org.opendaylight.controller.sal.packet.address,
                                                        org.opendaylight.controller.sal.action,
                                                        org.springframework.web.servlet,
                                                        org.springframework.web.servlet.config,
                                                        org.springframework.web.servlet.view,
-
                                                        org.springframework.web.filter,
                                                        org.springframework.web.context,
-                                                       org.springframework.security.core,
-                                                       org.springframework.security.core.userdetails,
-                                                       org.springframework.security.core.authority,
-                                                       org.springframework.security.core.context,
-                                                       org.springframework.security.authentication,
-                                                       org.springframework.security.config,
-                                                       org.springframework.security.config.authentication,
-                                                       org.springframework.security.taglibs.authz,
-                                                       org.springframework.security.web,
-                                                       org.springframework.security.web.context,
-                                                       org.springframework.security.web.authentication,
-                                                       org.springframework.security.web.authentication.www,
-                                                       org.springframework.security.provisioning,
-                                                       org.springframework.security.web.util,
-                                                       org.springframework.security.web.authentication.rememberme,
-                                                       org.springframework.security.web.authentication.logout,
-                                                       org.springframework.dao
                                                </Import-Package>
                                                <Web-ContextPath>/controller/web/topology</Web-ContextPath>
                                        </instructions>
                        <artifactId>containermanager</artifactId>
                        <version>0.4.0-SNAPSHOT</version>
                </dependency>
+               <dependency>
+                       <groupId>org.opendaylight.controller</groupId>
+                       <artifactId>configuration</artifactId>
+                       <version>0.4.0-SNAPSHOT</version>
+               </dependency>           
                <dependency>
                        <groupId>org.opendaylight.controller</groupId>
                        <artifactId>switchmanager</artifactId>
                <dependency>
                        <groupId>org.opendaylight.controller</groupId>
                        <artifactId>sal</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
+                       <version>0.5.0-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.opendaylight.controller</groupId>