Skip to content

Commit

Permalink
Add url pattern dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ustc-zzzz committed Apr 15, 2023
1 parent 957b136 commit 6a20e62
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ configurations {
runtimeClasspath.extendsFrom(shadow)
}

repositories {
maven { url 'https://jitpack.io' }
}

dependencies {
shadow 'org.teacon:urlpattern:1.0.1'
shadow 'net.objecthunter:exp4j:0.4.8'
shadow 'org.apache.httpcomponents:httpclient-cache:4.5.13'
}
Expand All @@ -52,6 +57,7 @@ shadowJar {
it.exclude it.dependency('commons-codec:commons-codec:.*')
}
relocate 'net.objecthunter.exp4j', 'org.teacon.slides.exp4j'
relocate 'org.teacon.urlpattern', 'org.teacon.slides.urlpattern'
relocate 'org.apache.http.client.cache', 'org.teacon.slides.http.client.cache'
relocate 'org.apache.http.impl.client.cache', 'org.teacon.slides.http.impl.client.cache'
}
Expand Down

0 comments on commit 6a20e62

Please sign in to comment.