FELIX-3983 - Use inlined Sling commons PropertiesUtil for reading config values

Replaced copied code with direct usage of PropertiesUtil and ManifestParser. Also inlined the classes

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1459169 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/jaas/pom.xml b/jaas/pom.xml
index 9cbc129..befb351 100644
--- a/jaas/pom.xml
+++ b/jaas/pom.xml
@@ -104,6 +104,11 @@
                         <_removeheaders>
                             Embed-Dependency,Private-Package,Include-Resource
                         </_removeheaders>
+                        <Embed-Dependency>
+                          org.apache.sling.commons.osgi;inline=
+                            org/apache/sling/commons/osgi/PropertiesUtil*.class|
+                            org/apache/sling/commons/osgi/ManifestHeader*.class
+                        </Embed-Dependency>
                     </instructions>
                 </configuration>
             </plugin>
@@ -199,6 +204,11 @@
             <artifactId>servlet-api</artifactId>
             <version>2.3</version>
         </dependency>
+        <dependency>
+          <groupId>org.apache.sling</groupId>
+          <artifactId>org.apache.sling.commons.osgi</artifactId>
+          <version>2.2.0</version>
+        </dependency>
 
         <!-- testing -->
         <dependency>