Fixed typo in pom.xml for a1Adapter and oofpcipoc that was preventing
karaf features file from being included in installation bundle.
Change-Id: I162356cf3d3f32a79c7c7f7b2218fed35a09ff73
Issue-ID: CCSDK-2027
Signed-off-by: Dan Timoney <dtimoney@att.com>
                             <useRepositoryLayout>true</useRepositoryLayout>
                             <addParentPoms>false</addParentPoms>
                             <copyPom>false</copyPom>
-                            <includeArtifactIds>a1Adapter-model,a1Adapter-provider,sdnr-a1Adapter</includeArtifactIds>
+                            <includeArtifactIds>a1Adapter-model,a1Adapter-provider,a1Adapter-feature</includeArtifactIds>
                             <scope>provided</scope>
                         </configuration>
                     </execution>
 
                             <useRepositoryLayout>true</useRepositoryLayout>
                             <addParentPoms>false</addParentPoms>
                             <copyPom>false</copyPom>
-                            <includeArtifactIds>oofpcipoc-model,oofpcipoc-provider,oofpcipoc-consumer,sdnr-oofpcipoc</includeArtifactIds>
+                            <includeArtifactIds>oofpcipoc-model,oofpcipoc-provider,oofpcipoc-consumer,oofpcipoc-feature</includeArtifactIds>
                             <scope>provided</scope>
                         </configuration>
                     </execution>