Skip to content

Commit

Permalink
Changed gradle dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vthglyk committed Feb 11, 2019
1 parent c2efe03 commit c092f95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,7 @@ target
logs
*.log

# Keystores
*.jks

# just triggering a new jitpack build
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ repositories {

dependencies {
compile('com.github.symbiote-h2020:SymbIoTeSecurity:[27.5,27.999]'){ changing = true }
compile('com.github.symbiote-h2020:SymbIoTeSemantics:2.3.+') { changing = true }
compile('com.github.symbiote-h2020:SemanticMapping:1.0.+') { changing = true }
compile('com.github.symbiote-h2020:SymbIoTeSemantics:[2.3,2.999]') { changing = true }
compile('com.github.symbiote-h2020:SemanticMapping:[1.0,1.999]') { changing = true }
// allows to select the downloaded matching sources in IntelliJ Idea as it fails to do so automatically from jitpack repo
//compile('com.github.symbiote-h2020:SymbIoTeSecurity:[27.2,27.999]:sources'){ changing = true }
//compile project(':SymbIoTeSecurity')
Expand Down

0 comments on commit c092f95

Please sign in to comment.