Clean up installer
[ccsdk/sli/plugins.git] / sshapi-call-node / installer / pom.xml
index 44cc82a..b2f5cb0 100755 (executable)
                        <artifactId>sshapi-call-node-provider</artifactId>
                        <version>${project.version}</version>
                </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-beans</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-context</artifactId>
-        </dependency>
        </dependencies>
 
        <build>
                                                        <useRepositoryLayout>true</useRepositoryLayout>
                                                        <addParentPoms>false</addParentPoms>
                                                        <copyPom>false</copyPom>
-                                                       <excludeGroupIds>org.onap.ccsdk.sli.core</excludeGroupIds>
+                                                       <includeGroupIds>org.onap.ccsdk.sli.plugins</includeGroupIds>
                                                        <scope>provided</scope>
                                                </configuration>
                                        </execution>