Skip to content

Commit

Permalink
Merge pull request #47 from niveathika/master
Browse files Browse the repository at this point in the history
Remove mongodb driver from private package
  • Loading branch information
suhothayan committed Sep 26, 2019
2 parents b5a374d + b9aade4 commit 1fa176c
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 3 deletions.
36 changes: 36 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Copyright (c) 2019, WSO2 Inc. (http://wso2.com) All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

language: java

services:
- docker

install: true

jobs:
include:
- stage: test
name: MongoDB
script:
- mvn verify -P mongod -Ddocker.removeVolumes=true
- stage: test
name: MongoDB SSL
script:
- mvn verify -P mongod-ssl -Ddocker.removeVolumes=true

cache:
bundler: true
directories:
- $HOME/.m2
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ Latest API Docs is <a target="_blank" href="https://siddhi-io.github.io/siddhi-s

## Dependencies

There are no other dependencies needed for this extension.
MongoDB connector jar should be added to the runtime. For installing third party connectors on various Siddhi execution environments refer Siddhi documentation section on <a target="_blank" href="https://siddhi.io/redirect/add-extensions.html">adding third party libraries</a>.

## Installation

For installing this extension on various siddhi execution environments refer Siddhi documentation section on <a target="_blank" href="https://siddhi.io/redirect/add-extensions.html">adding extensions</a>.
For installing this extension on various Siddhi execution environments refer Siddhi documentation section on <a target="_blank" href="https://siddhi.io/redirect/add-extensions.html">adding extensions</a>.

## Running Integration tests in docker containers(Optional)

Expand Down
1 change: 0 additions & 1 deletion component/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Name>${project.artifactId}</Bundle-Name>
<Private-Package>
com.mongodb.*;
org.bson.*;
</Private-Package>
<Export-Package>
Expand Down

0 comments on commit 1fa176c

Please sign in to comment.