Skip to content

Commit

Permalink
WFLY-9857 wildfly-clustering-spi brings in unnecessary/duplicated dep…
Browse files Browse the repository at this point in the history
…endencies
  • Loading branch information
rhusar committed Feb 19, 2018
1 parent b87c49b commit 4df89a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
18 changes: 0 additions & 18 deletions clustering/infinispan/spi/pom.xml
Expand Up @@ -50,28 +50,10 @@
<groupId>${project.groupId}</groupId>
<artifactId>wildfly-clustering-marshalling-spi</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly.security</groupId>
<artifactId>wildfly-elytron</artifactId>
</dependency>
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-core</artifactId>
</dependency>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
Expand Up @@ -32,7 +32,7 @@
import org.infinispan.persistence.keymappers.TwoWayKey2StringMapper;

/**
* {@link TwoWayKey2StringMapper} implementation that based on a set of dynamically loaded {@link KeyFomat} instances.
* {@link TwoWayKey2StringMapper} implementation that based on a set of dynamically loaded {@link KeyFormat} instances.
* @author Paul Ferraro
*/
public class DynamicKeyFormatMapper extends IndexedKeyFormatMapper {
Expand Down

0 comments on commit 4df89a4

Please sign in to comment.