FELIX-3456 Apply final patch #7 introducing locking
   instead of Java synchronized to prevent deadlocks

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1344701 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scr/pom.xml b/scr/pom.xml
index 83f5058..899990d 100644
--- a/scr/pom.xml
+++ b/scr/pom.xml
@@ -110,6 +110,12 @@
             <version>2.2.2</version>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>concurrent</groupId>
+            <artifactId>concurrent</artifactId>
+            <version>1.3.4</version>
+            <scope>provided</scope>
+        </dependency>
         
         <!-- Integration Testing with Pax Exam -->
         <dependency>
@@ -297,7 +303,8 @@
                             org.osgi.service.metatype;version="[1.1,2)"
                         </DynamicImport-Package>
                         <Embed-Dependency>
-                            kxml2;inline=org/kxml2/io/KXmlParser.class|org/xmlpull/v1/XmlPull**
+                            kxml2;inline=org/kxml2/io/KXmlParser.class|org/xmlpull/v1/XmlPull**,
+                            concurrent;inline=EDU/oswego/cs/dl/util/concurrent/ReentrantLock.class|EDU/oswego/cs/dl/util/concurrent/Sync.class
                         </Embed-Dependency>
                     </instructions>
                 </configuration>