You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by Bill Dudney <bd...@apache.org> on 2005/12/30 23:29:05 UTC

more pom patches...

Hi All,

Sorry these are not files, my attachments are getting stripped for  
some reason.

Anyway here are a couple of small changes to the pom.xml files in  
various places...

Happy New Year,

Bill Dudney
MyFaces - myfaces.apache.org
Wadi - incubator.apache.org/wadi



Index: activemq/activemq-optional/pom.xml
===================================================================
--- activemq/activemq-optional/pom.xml	(revision 360169)
+++ activemq/activemq-optional/pom.xml	(working copy)
@@ -19,6 +19,12 @@
        <artifactId>activemq-core</artifactId>
        <version>${version}</version>
      </dependency>
+    <dependency>
+      <groupId>org.apache.activemq</groupId>
+      <artifactId>activemq-core</artifactId>
+      <version>${version}</version>
+      <type>test-jar</type>
+    </dependency>
      <dependency>
        <groupId>junit</groupId>



Index: activemq/activemq-systest/pom.xml
===================================================================
--- activemq/activemq-systest/pom.xml	(revision 360169)
+++ activemq/activemq-systest/pom.xml	(working copy)
@@ -96,5 +96,16 @@
      </dependency>
    </dependencies>
-
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
</model>


Index: activemq/assembly/pom.xml
===================================================================
--- activemq/assembly/pom.xml	(revision 360169)
+++ activemq/assembly/pom.xml	(working copy)
@@ -22,6 +22,12 @@
      </dependency>
      <dependency>
        <groupId>org.apache.activemq</groupId>
+      <artifactId>activemq-core</artifactId>
+      <version>${version}</version>
+      <type>test-jar</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.activemq</groupId>
        <artifactId>activemq-optional</artifactId>
        <version>${version}</version>
      </dependency>