mirror of https://github.com/apache/activemq.git
Merge pull request #779 from jbonofre/AMQ-8496
[AMQ-8496] Add activemq-jaas in activemq-rar
This commit is contained in:
commit
9f1d9965a4
|
@ -343,6 +343,10 @@
|
|||
<groupId>org.apache.logging.log4j</groupId>
|
||||
<artifactId>log4j-core</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
<artifactId>activemq-jaas</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
<artifactId>log4j-slf4j-impl</artifactId>
|
||||
|
|
Loading…
Reference in New Issue