Add FaaS into distribution
[integration/distribution.git] / artifacts / upstream / single-features / pom.xml
index b398b1213131ef590d4c4d3bb4cfc3a550390ae8..1e4839a0be43a945180f9f39c47da253cd8b9ad2 100644 (file)
                 <classifier>features</classifier>
             </dependency>
 
+            <!-- FAAS -->
+            <dependency>
+                <groupId>org.opendaylight.faas</groupId>
+                <artifactId>odl-faas-base</artifactId>
+                <version>${faas.version}</version>
+                <type>xml</type>
+                <classifier>features</classifier>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.faas</groupId>
+                <artifactId>odl-faas-vxlan-ovs-adapter</artifactId>
+                <version>${faas.version}</version>
+                <type>xml</type>
+                <classifier>features</classifier>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.faas</groupId>
+                <artifactId>odl-faas-vxlan-fabric</artifactId>
+                <version>${faas.version}</version>
+                <type>xml</type>
+                <classifier>features</classifier>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.faas</groupId>
+                <artifactId>odl-faas-vlan-fabric</artifactId>
+                <version>${faas.version}</version>
+                <type>xml</type>
+                <classifier>features</classifier>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.faas</groupId>
+                <artifactId>odl-faas-fabric</artifactId>
+                <version>${faas.version}</version>
+                <type>xml</type>
+                <classifier>features</classifier>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.faas</groupId>
+                <artifactId>odl-faas-fabricmgr</artifactId>
+                <version>${faas.version}</version>
+                <type>xml</type>
+                <classifier>features</classifier>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.faas</groupId>
+                <artifactId>odl-faas-uln-mapper</artifactId>
+                <version>${faas.version}</version>
+                <type>xml</type>
+                <classifier>features</classifier>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.faas</groupId>
+                <artifactId>odl-faas-all</artifactId>
+                <version>${faas.version}</version>
+                <type>xml</type>
+                <classifier>features</classifier>
+            </dependency>
+
             <!-- L2switch -->
             <dependency>
                 <groupId>org.opendaylight.l2switch</groupId>