BUG-4329: remove references to JDT 58/35358/1
authorRobert Varga <rovarga@cisco.com>
Wed, 24 Feb 2016 20:43:18 +0000 (21:43 +0100)
committerRobert Varga <rovarga@cisco.com>
Wed, 24 Feb 2016 20:43:18 +0000 (21:43 +0100)
Since we have migrated the lonely test using JDT, we can now remove
references to it.

Change-Id: Ic814ba20e11ce95e5d25260be4c7cebcd5a21565
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/commons/opendaylight/pom.xml

index a794385218a13432cd846736b1b5e396ad24b7d4..e6a93db9dda0df1598c8d69cb712dcc6630449e2 100644 (file)
         <artifactId>gmaven-runtime-2.0</artifactId>
         <version>1.5</version>
       </dependency>
-      <dependency>
-        <groupId>org.eclipse</groupId>
-        <artifactId>jdt</artifactId>
-        <version>3.3.0-v20070607-1300</version>
-      </dependency>
-      <dependency>
-        <groupId>org.eclipse.equinox</groupId>
-        <artifactId>app</artifactId>
-        <version>1.0.0-v20070606</version>
-      </dependency>
       <dependency>
         <groupId>org.uncommons.maths</groupId>
         <artifactId>uncommons-maths</artifactId>
         <version>${leveldbjni.version}</version>
       </dependency>
 
-      <!-- equinox http service bridge -->
-      <dependency>
-        <groupId>org.eclipse.jdt</groupId>
-        <artifactId>core</artifactId>
-        <version>3.3.0-v_771</version>
-      </dependency>
-
       <!-- md-sal -->
       <dependency>
         <groupId>org.glassfish.jersey.test-framework.providers</groupId>