wcm-io / io.wcm.maven.aem-cloud-dependencies

Maven dependencies for the AEM Cloud Service SDK
https://wcm.io/tooling/maven/aem-dependencies.html
Apache License 2.0
2 stars 3 forks source link

Manage org.osgi:org.osgi.service.condition:1.0.0 #63

Closed kwin closed 2 months ago

kwin commented 2 months ago

AEMaaCS exports package org.osgi.service.condition in version 1.0.0 via the system bundle (as it is part of Felix 7.x). Therefore please manage the following dependency:

<dependency>
  <groupId>org.osgi</groupId>
  <artifactId>org.osgi.service.condition</artifactId>
  <version>1.0.0</version>
</dependency>

which refers to the OSGi Condition Service Specification

stefanseifert commented 2 months ago

done with #64

kwin commented 2 months ago

Thanks a lot for the quick fix @stefanseifert!