File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ mainClassName = 'com.kaazing.amqp.client.demo.JavaAmqpClientDemo'
99repositories {
1010 mavenCentral()
1111 maven {
12- url " http ://artifactory .kaazing.wan/artifactory/libs-releases-local "
12+ url " https ://repository .kaazing.com/maven/ "
1313 }
1414}
1515
1616dependencies {
1717 compile group : ' commons-collections' , name : ' commons-collections' , version : ' 3.2'
18- compile group : ' com.kaazing' , name : ' enterprise.java.client.all' , version : ' 4.1.0-RC006 '
18+ compile ' com.kaazing: enterprise.java.client.all: 4.1.0'
1919 testCompile group : ' junit' , name : ' junit' , version : ' 4.+'
2020}
2121
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ mainClassName = 'com.kaazing.jms.client.demo.JavaJMSClientDemo'
99repositories {
1010 mavenCentral()
1111 maven {
12- url " http ://artifactory .kaazing.wan/artifactory/libs-releases-local "
12+ url " https ://repository .kaazing.com/maven/ "
1313 }
1414}
1515
1616dependencies {
1717 compile group : ' commons-collections' , name : ' commons-collections' , version : ' 3.2'
18- compile group : ' com.kaazing' , name : ' enterprise.java.client.all' , version : ' 4.1.0-RC006 '
18+ compile ' com.kaazing: enterprise.java.client.all: 4.1.0'
1919 testCompile group : ' junit' , name : ' junit' , version : ' 4.+'
2020}
2121
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ mainClassName = 'com.kaazing.ws.client.demo.JavaWsClientDemo'
77
88repositories {
99 mavenCentral()
10- maven {
11- url " http ://artifactory .kaazing.wan/artifactory/libs-releases-local "
10+ maven {
11+ url " https ://repository .kaazing.com/maven/ "
1212 }
1313}
1414
1515dependencies {
1616 compile group : ' commons-collections' , name : ' commons-collections' , version : ' 3.2'
17- compile group : ' com.kaazing' , name : ' enterprise.java.client.all' , version : ' 4.1.0-RC006 '
17+ compile ' com.kaazing: enterprise.java.client.all: 4.1.0'
1818 testCompile group : ' junit' , name : ' junit' , version : ' 4.+'
1919}
2020
You can’t perform that action at this time.
0 commit comments