Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
Revert "Replace jgroups 4.1.0 with 4.1.8"
Browse files Browse the repository at this point in the history
This reverts commit ee80af3.
  • Loading branch information
ibuziuk committed Dec 5, 2019
1 parent 4f49479 commit 8c80063
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions assembly/assembly-wsmaster-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<packaging>war</packaging>
<name>Fabric8 IDE :: Assemblies :: Workspace Master</name>
<properties>
<org.jgroups.version>4.1.8.Final</org.jgroups.version>
<original-project-basedir>assembly/${original-project-name}</original-project-basedir>
<original-project-name>assembly-wsmaster-war</original-project-name>
</properties>
Expand Down Expand Up @@ -104,11 +103,6 @@
<groupId>org.eclipse.che.multiuser</groupId>
<artifactId>che-multiuser-personal-account</artifactId>
</dependency>
<dependency>
<groupId>org.jgroups</groupId>
<artifactId>jgroups</artifactId>
<version>${org.jgroups.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down Expand Up @@ -142,7 +136,7 @@
</overlay>
</overlays>
<packagingExcludes>WEB-INF/lib/che-core-ide-stacks-${che.version}.jar,
WEB-INF/classes/che-in-che.json,WEB-INF/lib/jgroups-4.1.0.Final.jar</packagingExcludes>
WEB-INF/classes/che-in-che.json</packagingExcludes>
</configuration>
</plugin>
<plugin>
Expand All @@ -161,7 +155,6 @@
<dep>com.redhat.che:fabric8-ide-stacks</dep>
<dep>org.eclipse.che.multiuser:che-multiuser-keycloak-server</dep>
<dep>org.eclipse.che.multiuser:che-multiuser-personal-account</dep>
<dep>org.jgroups:jgroups</dep>
</ignoredUnusedDeclaredDependencies>
</configuration>
</execution>
Expand Down

0 comments on commit 8c80063

Please sign in to comment.