mirror of https://github.com/apache/activemq.git
updated m2 pom
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@359614 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f7edffa5ce
commit
852a1b18d5
|
@ -23,8 +23,15 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.activeio</groupId>
|
<groupId>org.apache.activeio</groupId>
|
||||||
<artifactId>activeio-core</artifactId>
|
<artifactId>activeio-core</artifactId>
|
||||||
<version>3.0-SNAPSHOT</version>
|
<version>${version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.activeio</groupId>
|
||||||
|
<artifactId>activeio-core</artifactId>
|
||||||
|
<version>${version}</version>
|
||||||
|
<type>test-jar</type>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-logging</groupId>
|
<groupId>commons-logging</groupId>
|
||||||
|
|
|
@ -100,6 +100,13 @@
|
||||||
</includes>
|
</includes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-eclipse-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<outputDirectory>bin</outputDirectory>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue