Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit 9e6cfca

Browse files
authored
Merge pull request #213 from benalexau/master
Add license to POM for license-maven-plugin compatibility.
2 parents 84752f1 + 22df744 commit 9e6cfca

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
<groupId>com.binance.api</groupId>
88
<artifactId>binance-api-client</artifactId>
99
<version>1.0.0</version>
10+
<licenses>
11+
<license>
12+
<name>The MIT License</name>
13+
<url>https://opensource.org/licenses/MIT</url>
14+
</license>
15+
</licenses>
1016

1117
<properties>
1218
<com.squareup.retrofit2.version>2.4.0</com.squareup.retrofit2.version>

0 commit comments

Comments
 (0)