Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.1.1
-
None
-
None
-
Centos 7, java8
Description
Can't find disruptor, but i can find disruptor in my repository lib.
so add text in pom.xml
---------------------------------------------
<dependencies>
<!-- dependencies are always listed in sorted order by groupId, artifectId -->
<!-- global dependencies -->
<!-- https://mvnrepository.com/artifact/com.lmax/disruptor -->
<dependency>
<groupId>com.lmax</groupId>
<artifactId>disruptor</artifactId>
<version>3.3.0</version>
</dependency>
</dependencies>
3.3.0 or ${disruptor.version}