IG-Group / ig-webapi-java-sample

Java sample application to access the IG Web API
BSD 3-Clause "New" or "Revised" License
39 stars 52 forks source link

lightstreamer.version is not in maven central anymore #15

Open GivaDogaBone opened 3 years ago

GivaDogaBone commented 3 years ago

Hi,

pom files have these entries below:

pom file 1:

  <lightstreamer.version>6.0.2.20160510</lightstreamer.version>

pom file 2:

  <dependency>
     <groupId>com.lightstreamer</groupId>
     <artifactId>sdk.client.java.se</artifactId>
     <version>${lightstreamer.version}</version>
  </dependency>

The build was working before but not today.

Error today:

Could not find artifact com.lightstreamer:sdk.client.java.se:pom:6.0.2.20160510 in central (https://repo.maven.apache.org/maven2)

Regards, George

Danielmethner commented 1 year ago

@GivaDogaBone you need to run mvn clean to allow Maven to consider the .jar file in the repository (see readme).