BUG-4329: switch to javaparser
[controller.git] / opendaylight / config / yang-jmx-generator-plugin / pom.xml
index 13fa289c875e085a2acafe6ef0cca337cc216277..f385f2f7abbe392f44d3e5a907035ceb26608e22 100644 (file)
     </dependency>
 
     <dependency>
-      <groupId>org.eclipse</groupId>
-      <artifactId>jdt</artifactId>
+      <groupId>com.github.javaparser</groupId>
+      <artifactId>javaparser-core</artifactId>
+      <version>2.3.0</version>
       <scope>test</scope>
-
-      <exclusions>
-        <exclusion>
-          <groupId>org.eclipse.equinox</groupId>
-          <artifactId>app</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-
-    <dependency>
-      <groupId>org.eclipse.equinox</groupId>
-      <artifactId>app</artifactId>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>org.eclipse.jdt</groupId>
-      <artifactId>core</artifactId>
-      <scope>test</scope>
-
-      <exclusions>
-        <exclusion>
-          <groupId>org.eclipse.equinox</groupId>
-          <artifactId>app</artifactId>
-        </exclusion>
-      </exclusions>
-
     </dependency>
 
     <dependency>