Skip to content

Commit

Permalink
Merge pull request wildfly#13623 from rgdoliveira/WFLY-13934
Browse files Browse the repository at this point in the history
[WFLY-13934] adjust licenses for smallrye-open-api artifacts in microprofile-feature-pack-licenses
  • Loading branch information
bstansberry authored Oct 5, 2020
2 parents eef3009 + 07e5e88 commit b1d7d3a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion galleon-pack/src/license/microprofile-feature-pack-licenses.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,18 @@
</dependency>
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-open-api</artifactId>
<artifactId>smallrye-open-api-core</artifactId>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
</dependency>
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-open-api-jaxrs</artifactId>
<licenses>
<license>
<name>Apache License 2.0</name>
Expand Down

0 comments on commit b1d7d3a

Please sign in to comment.