mirror of
https://github.com/valitydev/damsel.git
synced 2024-11-06 01:35:19 +00:00
fix bug: two dependencies with equal classifier and different version… (#126)
* fix bug: two dependencies with equal classifier and different versions override one another to solve this use different classifier for different versions * fix readme
This commit is contained in:
parent
159842a95f
commit
00b40ebe24
@ -23,13 +23,13 @@ Systemwide protocol collection.
|
||||
* make wc_compile
|
||||
* make wc_java_install LOCAL_BUILD=true SETTINGS_XML=path_to_rbk_maven_settings
|
||||
|
||||
Чтобы ипользовать несколько версий дамзели в проекте используте classifier:versioned
|
||||
Чтобы ипользовать несколько версий дамзели в проекте используте classifier:v${commit.number}
|
||||
|
||||
```
|
||||
<dependency>
|
||||
<groupId>com.rbkmoney</groupId>
|
||||
<artifactId>damsel</artifactId>
|
||||
<version>1.136-07b0898</version>
|
||||
<classifier>versioned</classifier>
|
||||
<classifier>v136</classifier>
|
||||
</dependency>
|
||||
```
|
Loading…
Reference in New Issue
Block a user