You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by ra...@apache.org on 2020/02/20 08:08:52 UTC

[olingo-odata4] branch master updated: [OLINGO-1431]Remove versions in Import-Packages for client-core

This is an automated email from the ASF dual-hosted git repository.

ramyav pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/olingo-odata4.git


The following commit(s) were added to refs/heads/master by this push:
     new ea727e9  [OLINGO-1431]Remove versions in Import-Packages for client-core
ea727e9 is described below

commit ea727e92253ebc3d4a8f08dde635b93d86f71fb0
Author: ramya vasanth <ra...@sap.com>
AuthorDate: Thu Feb 20 13:38:42 2020 +0530

    [OLINGO-1431]Remove versions in Import-Packages for client-core
---
 lib/client-core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/client-core/pom.xml b/lib/client-core/pom.xml
index 59fe1bf..bd665e7 100644
--- a/lib/client-core/pom.xml
+++ b/lib/client-core/pom.xml
@@ -144,7 +144,7 @@
               org.apache.olingo.client.core.communication.request*
             </Export-Package>
             <Import-Package>
-              *
+              *;version=!
             </Import-Package>
           </instructions>
         </configuration>