Chronicle-Map: Try to include in maven, Missing artifact com.sun.java:tools:jar:1.8.0_20

 <dependency>
     <groupId>net.openhft</groupId>
     <artifactId>chronicle-map</artifactId>
     <version>1.0.2</version>
   </dependency>

Using JDK 1.7

From the 1.8 in the tools, can I assume this requires JDK 1.8?

Thanks?

About this issue

  • Original URL
  • State: closed
  • Created 10 years ago
  • Comments: 17 (9 by maintainers)

Most upvoted comments

Sounds like issue already seen in google groups

<exclusions>
                <exclusion>
                    <groupId>com.sun.java</groupId>
                    <artifactId>tools</artifactId>
                </exclusion>
            </exclusions>

https://groups.google.com/forum/#!topic/java-chronicle/YBkf2fx6fAQ

Fixed it for me