6.19.x
Max Shaposhnik 2018-01-12 12:11:01 +02:00 committed by GitHub
parent 5f4d4e2034
commit bae34687cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -89,6 +89,11 @@
<artifactId>che-core-ide-app</artifactId>
<type>gwt-lib</type>
</dependency>
<dependency>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-orion-editor</artifactId>
<type>gwt-lib</type>
</dependency>
<dependency>
<groupId>org.eclipse.che.multiuser</groupId>
<artifactId>che-multiuser-keycloak-ide</artifactId>
@ -99,11 +104,6 @@
<artifactId>che-multiuser-machine-authentication-ide</artifactId>
<type>gwt-lib</type>
</dependency>
<dependency>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-orion-editor</artifactId>
<type>gwt-lib</type>
</dependency>
</dependencies>
<build>
<plugins>