Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
co-supersonic could not resolve dependencies

Hallo!
Wir versuchen gerade anhand der Anleitung im Gitlab der CoCommunity (https://gitlab.campusonline.community/campusonline/conx-examples/-/blob/main/co-supersonic/README.md) eine Supersonic App bei uns lokal zu erstellen.
Nach der Ausführung von mvn clean install bekommen wir aber die Fehlermeldung, dass dependencies nicht aufgelöst werden können. Wie können wir das Problem lösen?

[ERROR] Failed to execute goal on project co-supersonic: Could not resolve dependencies for project community.campusonline.examples:co-supersonic:jar:2.0.0-SNAPSHOT: Failure to find at.campusonline.toolchain.lib:secret:jar:3.0.0 in https://conexus.tugraz.at/nexus/repository/campusonline-public-maven was cached in the local repository, resolution will not be reattempted until the update interval of campusonline-public-maven has elapsed or updates are forced -> [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

Liebe Grüße
Lukas

  
  
Posted 10 months ago
Votes Newest

Answers 2


Hi Lukas!

We are so very sorry for that inconvenience. This is a temporary problem with some of our transitive dependencies. We are working on fixing this problem! In the meantime please exclude this dependency in your pom.xml:

<!--
        <dependency>
            <groupId>at.campusonline.conx.quarkus</groupId>
            <artifactId>campusonline-extension</artifactId>
            <version>${conx.quarkus.extension.version}</version>
        </dependency>
-->

as a workaround. We hope to get it back in a new spapshot on monday!

cheers,
luke

  
  
Posted 10 months ago
Edited 10 months ago
Lucas Reeh
108 × 4 Administrator

If you are interessted a pre release of version 2.0.0 is out which comes with a whole lot of improvements. Check the examples repository.

cheers luke

  
  
Posted 10 months ago
Lucas Reeh
108 × 4 Administrator
1K Views
2 Answers
10 months ago
10 months ago