Skip to content

Commit

Permalink
Added license in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsdelmundo committed Dec 5, 2023
1 parent 8b2fe7f commit e3516d0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,21 @@
</properties>
<packaging>jar</packaging>

<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>UID2 team</name>
<email>[email protected]</email>
<organization>UID</organization>
<organizationUrl>https://github.com/IABTechLab</organizationUrl>
</developer>
</developers>

<dependencies>
<dependency>
<groupId>org.assertj</groupId>
Expand Down

0 comments on commit e3516d0

Please sign in to comment.