Skip to content

Commit

Permalink
Merge pull request #48 from liutikas/main
Browse files Browse the repository at this point in the history
Add license information to each artifact
  • Loading branch information
nymanjens authored Nov 5, 2024
2 parents af50563 + e3c5dd3 commit 1f996a1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions junit4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@

<name>TestParameterInjector for JUnit4</name>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<dependencies>
<!-- Compile-time dependencies -->
<dependency>
Expand Down
8 changes: 8 additions & 0 deletions junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@

<name>TestParameterInjector for JUnit5</name>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<dependencies>
<!-- Compile-time dependencies -->
<dependency>
Expand Down

0 comments on commit 1f996a1

Please sign in to comment.