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 65e3b78 commit 8cc614f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions component/pom.xml
Expand Up @@ -127,6 +127,7 @@
org.wso2.extension.siddhi.execution.streamingml.util.*
</Export-Package>
<Import-Package>
org.wso2.siddhi.core.*;version="${siddhi.version.range}",
*;resolution:=optional
</Import-Package>
<Private-Package>
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>
<commons-lang3.version>3.3.2</commons-lang3.version>
<slf4j-version>1.7.5</slf4j-version>
Expand Down

0 comments on commit 8cc614f

Please sign in to comment.