[Jiemamy-notify] commit [1978] J-eventSpecはcoreSpecに依存。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2008年 10月 2日 (木) 00:14:31 JST


Revision: 1978
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=jiemamy&view=rev&rev=1978
Author:   daisuke_m
Date:     2008-10-02 00:14:31 +0900 (Thu, 02 Oct 2008)

Log Message:
-----------
J-eventSpecはcoreSpecに依存。

Modified Paths:
--------------
    zeus/trunk/org.jiemamy.spec.event/pom.xml


-------------- next part --------------
Modified: zeus/trunk/org.jiemamy.spec.event/pom.xml
===================================================================
--- zeus/trunk/org.jiemamy.spec.event/pom.xml	2008-09-30 15:49:00 UTC (rev 1977)
+++ zeus/trunk/org.jiemamy.spec.event/pom.xml	2008-10-01 15:14:31 UTC (rev 1978)
@@ -141,7 +141,14 @@
         </configuration>
       </plugin>
     </plugins>
-  </build>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>org.jiemamy.spec.core</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+  </dependencies>
   <reporting>
     <plugins>
       <plugin>


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