Skip to content

Commit

Permalink
Update custom library artficat version
Browse files Browse the repository at this point in the history
  • Loading branch information
kaganatlassian2 authored and emelkomurcu committed Jun 17, 2019
1 parent fc7288b commit a3f23cf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ subprojects {
repositories {
mavenCentral()
maven {
url "http://repo.opsgenie.com/content/groups/public/"
url "https://packages.atlassian.com/maven-3rdparty/"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import com.ifountain.opsgenie.client.script.OpsgenieClientApplicationConstants;
import com.ifountain.opsgenie.client.util.JsonUtils;
import com.opsgenie.oas.sdk.ApiClient;
import com.opsgenie.oas.sdk.JSON;
import com.opsgenie.oas.sdk.Pair;
import com.opsgenie.oas.sdk.api.*;
import com.opsgenie.oas.sdk.model.*;
Expand Down
6 changes: 4 additions & 2 deletions marid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ dependencies {
debian group: 'org.vafer', name: 'jdeb', version: '1.3'

compile project(':common')
compile 'org.littleshoot:littleproxy:0.5.OG'
compile('com.opsgenie.lib:pubnub:3.3.7') {
compile 'org.littleshoot:littleproxy:0.5.OG-atlassian-hosted'
compile('com.opsgenie.lib:pubnub:3.3.7-atlassian-hosted') {
exclude module: 'netty'
}
compile group: 'com.ning', name: 'async-http-client', version: '1.7.1'
compile group: 'org.json', name: 'json', version: '20090211'
compile 'org.apache.directory.studio:org.apache.commons.lang:2.6'
compile 'org.apache.httpcomponents:httpcore:4.2.5'
compile 'org.apache.httpcomponents:httpclient:4.2.5'
Expand Down
2 changes: 1 addition & 1 deletion test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ dependencies {
compile 'commons-fileupload:commons-fileupload:1.2.2'
compile 'javax.servlet:servlet-api:2.4'
compile 'org.apache.directory.studio:org.apache.commons.lang:2.6'
compile 'org.littleshoot:littleproxy:0.5.OG'
compile 'org.littleshoot:littleproxy:0.5.OG-atlassian-hosted'
compile 'junit:junit:4.12'
}

0 comments on commit a3f23cf

Please sign in to comment.