Fix issues with loading OLT app

Change-Id: I8fecd4307a5ab504447430394dae89d27635a31a
diff --git a/app/pom.xml b/app/pom.xml
index 4b4afc5..3c1209a 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -122,6 +122,25 @@
                     </instructions>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-scr-plugin</artifactId>
+                <version>1.21.0</version>
+                <executions>
+                    <execution>
+                        <id>generate-scr-srcdescriptor</id>
+                        <goals>
+                            <goal>scr</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <supportedProjectTypes>
+                        <supportedProjectType>bundle</supportedProjectType>
+                        <supportedProjectType>war</supportedProjectType>
+                    </supportedProjectTypes>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 </project>