Skip to content

Commit

Permalink
improve dependency management
Browse files Browse the repository at this point in the history
  • Loading branch information
cihanss committed Aug 10, 2020
1 parent 29f75d6 commit 2202e99
Show file tree
Hide file tree
Showing 8 changed files with 237 additions and 186 deletions.
2 changes: 0 additions & 2 deletions resolver/java/driver-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@
<dependency>
<groupId>decentralized-identity</groupId>
<artifactId>uni-resolver-driver</artifactId>
<version>0.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 0 additions & 2 deletions resolver/java/driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>decentralized-identity</groupId>
<artifactId>uni-resolver-core</artifactId>
<version>0.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 1 addition & 3 deletions resolver/java/examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>decentralized-identity</groupId>
<artifactId>uni-resolver</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.3-SNAPSHOT</version>
</parent>

<repositories>
Expand All @@ -26,13 +26,11 @@
<dependency>
<groupId>decentralized-identity</groupId>
<artifactId>uni-resolver-local</artifactId>
<version>0.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>decentralized-identity</groupId>
<artifactId>uni-resolver-client</artifactId>
<version>0.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
Loading

0 comments on commit 2202e99

Please sign in to comment.