Author: davidb
Date: Fri Dec 18 11:41:55 2009
New Revision: 892227

URL: http://svn.apache.org/viewvc?rev=892227&view=rev
Log:
Specify the version of the exported version.

Modified:
    cxf/dosgi/trunk/discovery/distributed/cxf-discovery/pom.xml

Modified: cxf/dosgi/trunk/discovery/distributed/cxf-discovery/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/dosgi/trunk/discovery/distributed/cxf-discovery/pom.xml?rev=892227&r1=892226&r2=892227&view=diff
==============================================================================
--- cxf/dosgi/trunk/discovery/distributed/cxf-discovery/pom.xml (original)
+++ cxf/dosgi/trunk/discovery/distributed/cxf-discovery/pom.xml Fri Dec 18 
11:41:55 2009
@@ -54,10 +54,8 @@
             <groupId>org.apache.cxf.dosgi</groupId>
             <artifactId>cxf-dosgi-remote-service-admin-interfaces</artifactId>
             <version>${remote.service.admin.interfaces.version}</version>
-            <!-- <scope>provided</scope>    Include the interfaces -->
         </dependency>
 
-
         <dependency>
             <groupId>org.apache.cxf.dosgi</groupId>
             
<artifactId>cxf-dosgi-ri-discovery-distributed-zookeeper-wrapper</artifactId>
@@ -105,7 +103,7 @@
                         </Import-Package>
                         
<Private-Package>org.apache.cxf.dosgi.discovery.zookeeper,org.apache.cxf.dosgi.discovery.zookeeper</Private-Package>
                         <Export-Package>
-                            org.osgi.service.remoteserviceadmin,
+                            
org.osgi.service.remoteserviceadmin;version="${remote.service.admin.interfaces.version}"
                         </Export-Package>
                     </instructions>
                 </configuration>


Reply via email to