Open GivaDogaBone opened 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
@GivaDogaBone you need to run mvn clean to allow Maven to consider the .jar file in the repository (see readme).
Hi,
pom files have these entries below:
pom file 1:
pom file 2:
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