svnno****@sourc*****
svnno****@sourc*****
2009年 1月 17日 (土) 00:54:54 JST
Revision: 2430 http://svn.sourceforge.jp/view?root=jiemamy&view=rev&rev=2430 Author: daisuke_m Date: 2009-01-17 00:54:54 +0900 (Sat, 17 Jan 2009) Log Message: ----------- なぜかRSSのパーサがpomのdependencyに入ってたw 除去してもtest通ったので削除。 Modified Paths: -------------- artemis/trunk/factory-enhancer/.classpath artemis/trunk/factory-enhancer/pom.xml -------------- next part -------------- Modified: artemis/trunk/factory-enhancer/.classpath =================================================================== --- artemis/trunk/factory-enhancer/.classpath 2009-01-16 15:33:57 UTC (rev 2429) +++ artemis/trunk/factory-enhancer/.classpath 2009-01-16 15:54:54 UTC (rev 2430) @@ -12,7 +12,6 @@ <classpathentry kind="lib" path="lib/logback-core-0.9.9.jar" sourcepath="lib/sources/logback-core-0.9.9-sources.jar"/> <classpathentry kind="lib" path="lib/javassist-3.8.0.GA.jar" sourcepath="lib/sources/javassist-3.8.0.GA-sources.jar"/> <classpathentry kind="lib" path="lib/jdom-1.0.jar" sourcepath="lib/sources/jdom-1.0-sources.jar"/> - <classpathentry kind="lib" path="lib/rome-0.9.jar" sourcepath="lib/sources/rome-0.9-sources.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> <classpathentry kind="output" path="target/classes"/> </classpath> Modified: artemis/trunk/factory-enhancer/pom.xml =================================================================== --- artemis/trunk/factory-enhancer/pom.xml 2009-01-16 15:33:57 UTC (rev 2429) +++ artemis/trunk/factory-enhancer/pom.xml 2009-01-16 15:54:54 UTC (rev 2430) @@ -90,11 +90,6 @@ <artifactId>javassist</artifactId> <version>3.8.0.GA</version> </dependency> - <dependency> - <groupId>rome</groupId> - <artifactId>rome</artifactId> - <version>0.9</version> - </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId>