Author: jglick
Date: Wed May 26 19:47:54 2010
New Revision: 948556
URL: http://svn.apache.org/viewvc?rev=948556&view=rev
Log:
Can now compile against regular JDK.
Modified:
ant/core/trunk/src/etc/poms/ant-jmf/pom.xml
Modified: ant/core/trunk/src/etc/poms/ant-jmf/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-jmf/pom.xml?rev=948556&r1=948555&r2=948556&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-jmf/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-jmf/pom.xml Wed May 26 19:47:54 2010
@@ -41,12 +41,6 @@ xsi:schemaLocation="http://maven.apache.
<version>1.8.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
- <dependency>
- <groupId>javax.media</groupId>
- <artifactId>jmf</artifactId>
- <version>2.1.1e</version>
- <scope>provided</scope>
- </dependency>
</dependencies>
<build>
<plugins>
|