Skip to content

Commit

Permalink
Remove jongo library
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhashinee committed Jan 8, 2025
1 parent 0d1085d commit 5af234c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
1 change: 0 additions & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ org.wso2.carbon.databridge.agent_5.2.52.jar
httpcore-nio_4.4.16.wso2v4.jar bundle apache2
org.eclipse.equinox.p2.transport.ecf_1.0.100.v20110902-0807.jar bundle epl1
org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar bundle apache2
jongo_1.4.0.wso2v1.jar bundle apache2
org.wso2.micro.integrator.inbound.endpoint.persistence_4.4.0.alpha.jar bundle apache2
org.apache.aries.util_1.1.0.jar bundle apache2
org.wso2.micro.integrator.identity.entitlement.mediator_4.4.0.alpha.jar bundle apache2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
<bundleDef>org.mongodb:mongodb-driver-sync</bundleDef>
<bundleDef>org.mongodb:mongodb-driver-core</bundleDef>
<bundleDef>org.mongodb:bson</bundleDef>
<bundleDef>org.wso2.orbit.org.jongo.wso2:jongo</bundleDef>
<bundleDef>org.wso2.orbit.org.webharvest:webharvest-core</bundleDef>
<bundleDef>org.wso2.orbit.com.google.api-client:google-api-client</bundleDef>
<bundleDef>org.wso2.orbit.com.google.oauth-client:google-oauth-client</bundleDef>
Expand Down
9 changes: 2 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -995,11 +995,6 @@
<artifactId>bson</artifactId>
<version>${mongodb-driver-sync.orbit.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.jongo.wso2</groupId>
<artifactId>jongo</artifactId>
<version>${jongo.orbit.version}</version>
</dependency>
<dependency>
<groupId>de.undercouch</groupId>
<artifactId>bson4jackson</artifactId>
Expand Down Expand Up @@ -1816,8 +1811,8 @@
<mongodb-driver-sync.orbit.version>4.9.1</mongodb-driver-sync.orbit.version>
<mongodb-driver-sync.orbit.imp.pkg.version>[4.0.0,6.0.0)</mongodb-driver-sync.orbit.imp.pkg.version> <!--todo change this to appropriate version range ([2.11.4.wso2v1,2.12.0)) after osgi bundle is corrected - rajith-->

<jongo.orbit.version>1.4.0.wso2v1</jongo.orbit.version>
<jongo.orbit.imp.pkg.version>[1.4,1.5)</jongo.orbit.imp.pkg.version>
<!-- <jongo.orbit.version>1.4.0.wso2v1</jongo.orbit.version>-->
<!-- <jongo.orbit.imp.pkg.version>[1.4,1.5)</jongo.orbit.imp.pkg.version>-->

<dataservices.version>4.4.107</dataservices.version>
<dataservices.imp.pkg.version>[4.3.0,5.0.0)</dataservices.imp.pkg.version>
Expand Down

0 comments on commit 5af234c

Please sign in to comment.