mirror of https://github.com/apache/activemq.git
Minor fix on build failure due to missing start tag "<dependency>" on one of the dependencies.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@474632 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
636e37b376
commit
2d64943d45
3
pom.xml
3
pom.xml
|
@ -183,7 +183,8 @@
|
|||
<groupId>org.apache.activemq</groupId>
|
||||
<artifactId>activemq-gbean-management</artifactId>
|
||||
<version>${activemq-version}</version>
|
||||
</dependency>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
<artifactId>activemq-console</artifactId>
|
||||
<version>${activemq-version}</version>
|
||||
|
|
Loading…
Reference in New Issue