Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[che-dev] [CHE] Some dependencies missing in master

Hi all,
 I have been developing an extension for eclipse che as my GSOC project[1]. I was using eclipse che 4.2.1 and now shifted to the master branch which is 4.3.0-RC1-SNAPSHOT. I have used following dependencies and they were in the 4.2.1 parent pom. But they are not in the 4.3.0-RC1-SNAPSHOT parent pom.
      <dependency>
            <groupId>org.eclipse.che.core</groupId>
            <artifactId>che-core-ide-jseditor</artifactId>
        </dependency>

        <dependency>
            <groupId>org.eclipse.che.core</groupId>
            <artifactId>che-core-client-gwt-machine</artifactId>
        </dependency>
Is there any other dependency that I can use for this purpose?

[1]https://summerofcode.withgoogle.com/projects/#4522349613285376

Thank you,
Randika
--
Best Regards
Randika Navagamuwa,
Department of Computer Science & Engineering,
University of Moratuwa,
Sri Lanka.

Back to the top