Skip to content

Commit

Permalink
bundle wildfly-elytron-auth-server only for tomcat9 profile
Browse files Browse the repository at this point in the history
  • Loading branch information
lampajr committed May 24, 2023
1 parent bd74622 commit 8f30016
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,21 @@

</dependencies>

<profiles>
<profile>
<id>tomcat9</id>
<activation>
<property>
<name>container.profile</name>
<value>tomcat9</value>
</property>
</activation>
<dependencies>
<dependency>
<groupId>org.wildfly.security</groupId>
<artifactId>wildfly-elytron-auth-server</artifactId>
</dependency>
</dependencies>
</profile>
</profiles>
</project>

0 comments on commit 8f30016

Please sign in to comment.