Skip to content

Commit

Permalink
Add changes for wso2/api-manager#2943
Browse files Browse the repository at this point in the history
  • Loading branch information
YasasRangika committed Jul 3, 2024
1 parent 3f01e13 commit 81c9ae3
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<artifactId>org.wso2.securevault</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.osgi</groupId>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.osgi.services</artifactId>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<artifactId>org.wso2.securevault</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.osgi</groupId>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.osgi.services</artifactId>
</dependency>
<dependency>
Expand Down
3 changes: 3 additions & 0 deletions components/logging/org.wso2.carbon.logging.updater/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
org.osgi.service.component.*;version="${osgi.service.imp.pkg.version}",
*;resolution:=optional
</Import-Package>
<Provide-Capability>
osgi.service;objectClass=org.wso2.carbon.logging.service.RemoteLoggingConfigService
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
9 changes: 8 additions & 1 deletion components/ntask/org.wso2.carbon.ntask.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependencies>

<dependency>
<groupId>org.eclipse.osgi</groupId>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.osgi</artifactId>
</dependency>
<dependency>
Expand Down Expand Up @@ -84,6 +84,13 @@
org.wso2.carbon.ntask.core.*; version="${carbon.commons.exp.package.version}",
</Export-Package>
<Carbon-Component>UIBundle</Carbon-Component>
<Provide-Capability>
osgi.service;objectClass=org.apache.axis2.engine.ListenerManager,
osgi.service;objectClass=org.wso2.carbon.registry.core.service.RegistryService,
osgi.service;objectClass=org.wso2.carbon.user.core.service.RealmService,
osgi.service;objectClass=org.wso2.carbon.utils.ConfigurationContextService,
osgi.service;objectClass=org.wso2.carbon.securevault.SecretCallbackHandlerService
</Provide-Capability>
</instructions>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<dependencies>
<dependency>
<groupId>org.eclipse.osgi</groupId>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.osgi</artifactId>
</dependency>
<dependency>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
<version>${orbit.version.h2.engine}</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.osgi</groupId>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.osgi</artifactId>
</exclusion>
<exclusion>
Expand Down Expand Up @@ -1091,12 +1091,12 @@
<version>${orbit.version.json}</version>
</dependency>
<dependency>
<groupId>org.eclipse.osgi</groupId>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.osgi</artifactId>
<version>${org.eclipse.osgi.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.osgi</groupId>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.osgi.services</artifactId>
<version>${version.equinox.osgi.services}</version>
</dependency>
Expand Down Expand Up @@ -1922,8 +1922,8 @@


<com.google.code.gson.version>2.10.1</com.google.code.gson.version>
<org.eclipse.osgi.version>3.9.1.v20130814-1242</org.eclipse.osgi.version>
<version.equinox.osgi.services>3.3.100.v20130513-1956</version.equinox.osgi.services>
<org.eclipse.osgi.version>3.19.0</org.eclipse.osgi.version>
<version.equinox.osgi.services>3.12.0</version.equinox.osgi.services>
<amqp.version>3.0.3.wso2v1</amqp.version>
<wsdl4j.version>1.6.2-wso2v3</wsdl4j.version>
<org.apache.ws.commons.schema.wso2.version>1.4.7.wso2v3</org.apache.ws.commons.schema.wso2.version>
Expand Down

0 comments on commit 81c9ae3

Please sign in to comment.