enapps-enorman commented on PR #18:
URL: 
https://github.com/apache/sling-org-apache-sling-jcr-jackrabbit-usermanager/pull/18#issuecomment-1675429298

   FYI: I tried the changes in the patch below and the build seemed to work 
locally if you want to update your pull request to do the same?
   
   ```
   diff --git a/bnd.bnd b/bnd.bnd
   index c4e7541..a3b0bd2 100644
   --- a/bnd.bnd
   +++ b/bnd.bnd
   @@ -1,7 +1,6 @@
    
    -includeresource:\
   -  
@org.apache.sling.servlets.post-*.jar!/org/apache/sling/servlets/post/impl/helper/(RequestProperty*|DateParser*),\
   -  ${project.build.directory}/adapter-plugin-generated
   +  
@org.apache.sling.servlets.post-*.jar!/org/apache/sling/servlets/post/impl/helper/(RequestProperty*|DateParser*)
    
    -removeheaders:\
      Include-Resource,\
   diff --git a/pom.xml b/pom.xml
   index 459febb..438ec32 100644
   --- a/pom.xml
   +++ b/pom.xml
   @@ -23,7 +23,7 @@
        <parent>
            <groupId>org.apache.sling</groupId>
            <artifactId>sling-bundle-parent</artifactId>
   -        <version>49</version>
   +        <version>52</version>
            <relativePath />
        </parent>
    
   @@ -166,7 +166,7 @@
            </dependency>
            <dependency>
                <groupId>org.osgi</groupId>
   -            <artifactId>osgi.core</artifactId>
   +            <artifactId>org.osgi.framework</artifactId>
                <scope>provided</scope>
            </dependency>
            <dependency>
   @@ -261,9 +261,9 @@
              <scope>test</scope>
            </dependency>
            <dependency>
   -          <groupId>org.osgi</groupId>
   -          <artifactId>osgi.cmpn</artifactId>
   -          <scope>test</scope>
   +            <groupId>org.osgi</groupId>
   +            <artifactId>org.osgi.service.cm</artifactId>
   +            <scope>test</scope>
            </dependency>
            <dependency>
              <groupId>org.slf4j</groupId>
   @@ -281,6 +281,13 @@
                <artifactId>org.apache.felix.healthcheck.api</artifactId>
                <version>2.0.4</version>
                <scope>test</scope>
   +            <exclusions>
   +                <!-- workaround to exclude the banned aggregate artifact -->
   +                <exclusion>
   +                    <groupId>org.osgi</groupId>
   +                    <artifactId>osgi.core</artifactId>
   +                </exclusion>
   +            </exclusions> 
            </dependency>
           <dependency>
                <groupId>org.awaitility</groupId>
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to