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

ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git


The following commit(s) were added to refs/heads/master by this push:
     new 0cffa0b4d CAY-2820 Remove `server` from the components naming  - fix 
OSGi configuration
0cffa0b4d is described below

commit 0cffa0b4d7f429d3be68d2fa6d1ca0ac94d328b0
Author: stariy95 <[email protected]>
AuthorDate: Mon Nov 27 17:39:07 2023 +0400

    CAY-2820 Remove `server` from the components naming
     - fix OSGi configuration
---
 cayenne-osgi/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cayenne-osgi/pom.xml b/cayenne-osgi/pom.xml
index adf21c095..e45e49f52 100644
--- a/cayenne-osgi/pom.xml
+++ b/cayenne-osgi/pom.xml
@@ -79,7 +79,7 @@
                         <!-- TODO: export package filters. -->
                         <configuration>
                             <instructions>
-                                
<Require-Bundle>org.apache.cayenne.server</Require-Bundle>
+                                
<Require-Bundle>org.apache.cayenne</Require-Bundle>
                             </instructions>
                         </configuration>
                     </execution>

Reply via email to