Fix version of javax.ws.rs in feature.xml file for restapi-call-node
to be 2.1.
Change-Id: Ia2a4f065dff2fea8658d7d9e0f2915112a68a353
Issue-ID: CCSDK-489
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Disable broken restapi-call-node
Enabling restapi-call-node in Fluorine breaks the container due to a
version conflict in jersey (restapi-call-node needs version 2.27,
opendaylight aaa-shiro module requires 2.25.2)
Change-Id: I2ed1810eeeb922e1df76ec580a5424832f5af721
Issue-ID: CCSDK-489
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
                        <type>xml</type>
                        <classifier>features</classifier>
                </dependency>
+               <!--  Current breaks container due to jersey version conflict
                <dependency>
                        <groupId>${project.groupId}</groupId>
                        <artifactId>ccsdk-restapi-call-node</artifactId>
                        <type>xml</type>
                        <classifier>features</classifier>
                </dependency>
+               -->
                <dependency>
                        <groupId>${project.groupId}</groupId>
                        <artifactId>ccsdk-template-node</artifactId>
 
 
 
        <dependencies>
-
+        <dependency>
+            <groupId>javax.ws.rs</groupId>
+            <artifactId>javax.ws.rs-api</artifactId>
+            <version>2.1</version>
+        </dependency>
                <dependency>
                        <groupId>org.onap.ccsdk.sli.core</groupId>
                        <artifactId>ccsdk-sli</artifactId>