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 <[email protected]>
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>