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

Commit 22df744

Browse files
committed
Add license to POM for license-maven-plugin compatibility
License metadata is useful for http://www.mojohaus.org/license-maven-plugin/ interoperability as well as a requirement of eventual listing in Maven Central (OSSHR) as per https://central.sonatype.org/pages/requirements.html.
1 parent e038355 commit 22df744

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)