Last active
July 13, 2021 18:01
-
-
Save ghillert/7d9016f2795fa0c01faffc171eecc119 to your computer and use it in GitHub Desktop.
coherence-3.0.0-m2-session-pom.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<dependency> | |
<groupId>com.oracle.coherence.spring</groupId> | |
<artifactId>coherence-spring-boot-starter</artifactId> | |
<version>3.0.0-M2</version> | |
</dependency> | |
<dependency> | |
<groupId>com.oracle.coherence.spring</groupId> | |
<artifactId>coherence-spring-session</artifactId> | |
<version>3.0.0-M2</version> | |
</dependency> | |
<dependency> | |
<groupId>com.oracle.coherence.ce</groupId> | |
<artifactId>coherence</artifactId> | |
<version>21.06</version> | |
</dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment