Sort pom (#8269)
parent
5f4d4e2034
commit
bae34687cd
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue