Skip to content

Commit

Permalink
Add siddhi version range in pom file
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandHewage committed Mar 26, 2019
1 parent 79e9731 commit 802f28b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions component/pom.xml
Expand Up @@ -133,6 +133,9 @@
org.wso2.extension.siddhi.map.binary.*
</Export-Package>
<Import-Package>
org.wso2.siddhi.core.*;version="${siddhi.version.range}",
org.wso2.siddhi.annotation.*;version="${siddhi.version.range}",
org.wso2.siddhi.query.api.*;version="${siddhi.version.range}",
*;resolution:=optional
</Import-Package>
<Include-Resource>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -46,6 +46,7 @@

<properties>
<siddhi.version>4.4.8</siddhi.version>
<siddhi.version.range>[4.0.0,5.0.0)</siddhi.version.range>
<log4j.version>1.2.17.wso2v1</log4j.version>
<testng.version>6.8</testng.version>
<mavan.findbugsplugin.exclude.file>findbugs-exclude.xml</mavan.findbugsplugin.exclude.file>
Expand Down

0 comments on commit 802f28b

Please sign in to comment.