jamonapi icon indicating copy to clipboard operation
jamonapi copied to clipboard

Mark Hazelcast dependency as optional

Open keesvandieren opened this issue 10 years ago • 2 comments

We are using Jamonapi, but not Hazelcast.

Jamon has a dependency on hazelcast, but still works well when excluding it. (at least in the way we use it).

Can it be marked optional in https://github.com/stevensouza/jamonapi/blob/master/jamon/pom.xml

E.g. this way:

  <dependency>
      <groupId>com.hazelcast</groupId>
      <artifactId>hazelcast-all</artifactId>
      <version>${hazelcast.version}</version>
      <optional>true</optional>
  </dependency>

Thanks in advance.

keesvandieren avatar Aug 18 '15 11:08 keesvandieren

You are right it is optional. I will look into making that more explicit.

Thanks for your help.

Steve

stevensouza avatar Aug 18 '15 12:08 stevensouza

Hello Steve, How can I get the version of hazelcast-all used in jamonapi? And from where this variable ${hazelcast.version} gets the version details? thank you.

kk-in-bg avatar Sep 10 '20 08:09 kk-in-bg