[Jiemamy-notify] commit [1970] Maven ビルドエラーの解消

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2008年 9月 29日 (月) 00:45:40 JST


Revision: 1970
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=jiemamy&view=rev&rev=1970
Author:   ewigkeit1204
Date:     2008-09-29 00:45:40 +0900 (Mon, 29 Sep 2008)

Log Message:
-----------
Maven ビルドエラーの解消

Modified Paths:
--------------
    artemis/trunk/org.jiemamy.event/pom.xml
    artemis/trunk/org.jiemamy.serializer/pom.xml


-------------- next part --------------
Modified: artemis/trunk/org.jiemamy.event/pom.xml
===================================================================
--- artemis/trunk/org.jiemamy.event/pom.xml	2008-09-28 15:28:23 UTC (rev 1969)
+++ artemis/trunk/org.jiemamy.event/pom.xml	2008-09-28 15:45:40 UTC (rev 1970)
@@ -225,6 +225,19 @@
       <artifactId>org.jiemamy.spec.event</artifactId>
       <version>${project.version}</version>
     </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>org.jiemamy.core</artifactId>
+      <version>${project.version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>org.jiemamy.core</artifactId>
+      <version>${project.version}</version>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
   <reporting>
     <plugins>

Modified: artemis/trunk/org.jiemamy.serializer/pom.xml
===================================================================
--- artemis/trunk/org.jiemamy.serializer/pom.xml	2008-09-28 15:28:23 UTC (rev 1969)
+++ artemis/trunk/org.jiemamy.serializer/pom.xml	2008-09-28 15:45:40 UTC (rev 1970)
@@ -167,23 +167,21 @@
       <artifactId>junit-addons</artifactId>
       <version>1.4</version>
       <scope>test</scope>
-    </dependency>
+    </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>org.jiemamy.spec</artifactId>
+      <artifactId>org.jiemamy.spec.core</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>org.jiemamy.core</artifactId>
+      <artifactId>org.jiemamy.spec.view</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>org.jiemamy.core</artifactId>
       <version>${project.version}</version>
-      <type>test-jar</type>
-      <scope>test</scope>
     </dependency>
   </dependencies>
   <reporting>


Jiemamy-notify メーリングリストの案内
Back to archive index