Migrate all artifact versions to dependencyManagement
[controller.git] / opendaylight / appauth / pom.xml
index f3a6a3bf4de5719fbc686a96c65906a7cbf6eb8b..157a341094b0b2919b0e8e01cec75bf799b940dc 100644 (file)
     </build>
 
     <dependencies>
-        <dependency>
-         <groupId>org.opendaylight.controller</groupId>
-           <artifactId>sal</artifactId>
-          <version>0.7.0-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-         <groupId>org.opendaylight.controller</groupId>
-         <artifactId>containermanager</artifactId>
-         <version>0.5.1-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-         <groupId>org.opendaylight.controller</groupId>
-           <artifactId>usermanager</artifactId>
-          <version>0.4.1-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-          <groupId>junit</groupId>
+      <dependency>
+        <groupId>org.opendaylight.controller</groupId>
+        <artifactId>sal</artifactId>
+      </dependency>
+      <dependency>
+        <groupId>org.opendaylight.controller</groupId>
+        <artifactId>containermanager</artifactId>
+      </dependency>
+      <dependency>
+        <groupId>org.opendaylight.controller</groupId>
+        <artifactId>usermanager</artifactId>
+      </dependency>
+      <dependency>
+        <groupId>junit</groupId>
           <artifactId>junit</artifactId>
         </dependency>
         <dependency>