Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OPENTECH
/
parent
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
chunhua
9 years ago
Commit
98b35effb5433e70cd8a474fb6f2d612d0090190
1 parent
db211c73
add wiremock
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
61 additions
and
0 deletions
pom.xml
pom.xml
View file @
98b35ef
...
...
@@ -404,6 +404,67 @@
<version>
3.1.0
</version>
<scope>
provided
</scope>
</dependency>
<!--config -->
<dependency>
<groupId>
com.netflix.archaius
</groupId>
<artifactId>
archaius-core
</artifactId>
<version>
0.7.1
</version>
</dependency>
<!--wiremock: Test http server -->
<dependency>
<groupId>
com.github.tomakehurst
</groupId>
<artifactId>
wiremock
</artifactId>
<version>
1.57
</version>
<scope>
test
</scope>
<!-- Include everything below here if you have dependency conflicts -->
<classifier>
standalone
</classifier>
<exclusions>
<exclusion>
<groupId>
org.mortbay.jetty
</groupId>
<artifactId>
jetty
</artifactId>
</exclusion>
<exclusion>
<groupId>
com.google.guava
</groupId>
<artifactId>
guava
</artifactId>
</exclusion>
<exclusion>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-core
</artifactId>
</exclusion>
<exclusion>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-annotations
</artifactId>
</exclusion>
<exclusion>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
</exclusion>
<exclusion>
<groupId>
org.apache.httpcomponents
</groupId>
<artifactId>
httpclient
</artifactId>
</exclusion>
<exclusion>
<groupId>
org.skyscreamer
</groupId>
<artifactId>
jsonassert
</artifactId>
</exclusion>
<exclusion>
<groupId>
xmlunit
</groupId>
<artifactId>
xmlunit
</artifactId>
</exclusion>
<exclusion>
<groupId>
com.jayway.jsonpath
</groupId>
<artifactId>
json-path
</artifactId>
</exclusion>
<exclusion>
<groupId>
net.sf.jopt-simple
</groupId>
<artifactId>
jopt-simple
</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependencyManagement>
<reporting>
...
...
Please
register
or
login
to post a comment