Add license note to GSON POM file. (#1951)

* Add license note to GSON POM file.
This commit is contained in:
Nikita Novik 2021-09-06 20:35:43 +03:00 committed by GitHub
parent 4bb67483f9
commit 4f2aeaa288
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,13 @@
<artifactId>gson</artifactId>
<name>Gson</name>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>junit</groupId>