Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

Commit

Permalink
Update spring boot starter dependency scope
Browse files Browse the repository at this point in the history
  • Loading branch information
ardikars committed Nov 10, 2018
1 parent 04b5eb6 commit e3331af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gradle/configure.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ext {

NAME = 'Jxnet'
GROUP = 'com.ardikars.jxnet'
VERSION = '1.4.7.RC3'
VERSION = '1.4.7.RC4'
DESCRIPTION = 'Jxnet is a java library for capturing and sending network packet.'

NDK_HOME = "${System.env.NDK_HOME}"
Expand Down
10 changes: 5 additions & 5 deletions jxnet-spring-boot-starter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ dependencyManagement {
}

dependencies {
implementation project (":jxnet-context")
implementation project (":jxnet-core")
implementation project (":jxnet-spring-boot-autoconfigure")
implementation ("com.ardikars.common:common-net")
implementation ("com.ardikars.common:common-util")
compile project (":jxnet-context")
compile project (":jxnet-core")
compile project (":jxnet-spring-boot-autoconfigure")
compile ("com.ardikars.common:common-net")
compile ("com.ardikars.common:common-util")
testImplementation ("junit:junit:${JUNIT_VERSION}")
testImplementation ("org.mockito:mockito-core:${MOCKITO_VERSION}")
}

0 comments on commit e3331af

Please sign in to comment.