Browse Source

Can now compile against regular JDK.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@948556 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 15 years ago
parent
commit
18a4492f12
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      src/etc/poms/ant-jmf/pom.xml

+ 0
- 6
src/etc/poms/ant-jmf/pom.xml View File

@@ -41,12 +41,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<version>1.8.2-SNAPSHOT</version> <version>1.8.2-SNAPSHOT</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency>
<groupId>javax.media</groupId>
<artifactId>jmf</artifactId>
<version>2.1.1e</version>
<scope>provided</scope>
</dependency>
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>


Loading…
Cancel
Save