You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./mvnw -U clean test
[INFO] Scanning for projects...
[INFO]
[INFO] -----------------------< com.nanosai:stream-ops >-----------------------
[INFO] Building Stream Ops for Java 0.6.3
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/com/nanosai/rion-ops/0.5.2/rion-ops-0.5.2.pom
[WARNING] The POM for com.nanosai:rion-ops:jar:0.5.2 is missing, no dependency information available
Downloading from central: https://repo.maven.apache.org/maven2/com/nanosai/rion-ops/0.5.2/rion-ops-0.5.2.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.976 s
[INFO] Finished at: 2019-09-10T18:45:51+05:30
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project stream-ops: Could not resolve dependencies for project com.nanosai:stream-ops:jar:0.6.3: Could not find artifact com.nanosai:rion-ops:jar:0.5.2 in central (https://repo.maven.apache.org/maven2) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
The text was updated successfully, but these errors were encountered:
Hi - unfortunately we have not yet released the two dependent projects RION Ops and Mem Ops to the central Maven repo, so you will need to clone / fork them all and build them locally to get Stream Ops up and running. We are working on this issue though, and we are also working on another alternative solution too. See the README.md for more info - in the Getting Started section.
./mvnw -U clean test
[INFO] Scanning for projects...
[INFO]
[INFO] -----------------------< com.nanosai:stream-ops >-----------------------
[INFO] Building Stream Ops for Java 0.6.3
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/com/nanosai/rion-ops/0.5.2/rion-ops-0.5.2.pom
[WARNING] The POM for com.nanosai:rion-ops:jar:0.5.2 is missing, no dependency information available
Downloading from central: https://repo.maven.apache.org/maven2/com/nanosai/rion-ops/0.5.2/rion-ops-0.5.2.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.976 s
[INFO] Finished at: 2019-09-10T18:45:51+05:30
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project stream-ops: Could not resolve dependencies for project com.nanosai:stream-ops:jar:0.6.3: Could not find artifact com.nanosai:rion-ops:jar:0.5.2 in central (https://repo.maven.apache.org/maven2) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
The text was updated successfully, but these errors were encountered: