gbuckholtz commented on issue #1617:
URL: 
https://github.com/apache/incubator-kie-issues/issues/1617#issuecomment-2474854691

   One more addition here.  I tried to compile using maven the fix to my sample 
code from Gabriele but got a dependency missing error plus some scary warnings.
   
   ```
   macbook-pro:sror gbuckholtz$ mvn clean test
   [INFO] Scanning for projects...
   [INFO] 
   [INFO] --------------------------< ca.queensu:sror 
>---------------------------
   [INFO] Building sror 1.0-SNAPSHOT
   [INFO]   from pom.xml
   [INFO] --------------------------------[ jar 
]---------------------------------
   [WARNING] The POM for org.kie:kie-dmn-model:jar:999-20241113.023212-108 is 
invalid, transitive dependencies (if any) will not be available, enable debug 
logging for more details
   [WARNING] The POM for org.kie:kie-dmn-backend:jar:999-20241113.023212-107 is 
invalid, transitive dependencies (if any) will not be available, enable debug 
logging for more details
   [WARNING] The POM for org.kie:kie-dmn-feel:jar:999-20241113.023212-107 is 
invalid, transitive dependencies (if any) will not be available, enable debug 
logging for more details
   [WARNING] The POM for 
org.drools:drools-wiring-api:jar:999-20241113.023212-108 is invalid, transitive 
dependencies (if any) will not be available, enable debug logging for more 
details
   [WARNING] The POM for 
org.drools:drools-wiring-static:jar:999-20241113.023212-108 is invalid, 
transitive dependencies (if any) will not be available, enable debug logging 
for more details
   [WARNING] The POM for org.drools:drools-compiler:jar:999-20241113.023212-108 
is invalid, transitive dependencies (if any) will not be available, enable 
debug logging for more details
   Downloading from apache.snapshots: 
https://repository.apache.org/snapshots/org/drools/drools-model/999-SNAPSHOT/maven-metadata.xml
   Downloading from apache-public-repository-group: 
https://repository.apache.org/content/groups/public/org/drools/drools-model/999-SNAPSHOT/maven-metadata.xml
   Downloaded from apache-public-repository-group: 
https://repository.apache.org/content/groups/public/org/drools/drools-model/999-SNAPSHOT/maven-metadata.xml
 (599 B at 438 B/s)
   Downloaded from apache.snapshots: 
https://repository.apache.org/snapshots/org/drools/drools-model/999-SNAPSHOT/maven-metadata.xml
 (599 B at 438 B/s)
   Downloading from apache-public-repository-group: 
https://repository.apache.org/content/groups/public/org/drools/drools-model/999-SNAPSHOT/drools-model-999-20241113.023212-108.pom
   Downloaded from apache-public-repository-group: 
https://repository.apache.org/content/groups/public/org/drools/drools-model/999-SNAPSHOT/drools-model-999-20241113.023212-108.pom
 (2.2 kB at 17 kB/s)
   [WARNING] The POM for 
org.drools:drools-canonical-model:jar:999-20241113.023212-108 is invalid, 
transitive dependencies (if any) will not be available, enable debug logging 
for more details
   Downloading from apache-public-repository-group: 
https://repository.apache.org/content/groups/public/org/drools/drools-model-compiler/999-SNAPSHOT/maven-metadata.xml
   Downloading from apache.snapshots: 
https://repository.apache.org/snapshots/org/drools/drools-model-compiler/999-SNAPSHOT/maven-metadata.xml
   Downloaded from apache-public-repository-group: 
https://repository.apache.org/content/groups/public/org/drools/drools-model-compiler/999-SNAPSHOT/maven-metadata.xml
 (1.6 kB at 6.4 kB/s)
   Downloaded from apache.snapshots: 
https://repository.apache.org/snapshots/org/drools/drools-model-compiler/999-SNAPSHOT/maven-metadata.xml
 (1.6 kB at 6.4 kB/s)
   Downloading from apache-public-repository-group: 
https://repository.apache.org/content/groups/public/org/drools/drools-model-compiler/999-SNAPSHOT/drools-model-compiler-999-20241113.023212-108.pom
   Downloaded from apache-public-repository-group: 
https://repository.apache.org/content/groups/public/org/drools/drools-model-compiler/999-SNAPSHOT/drools-model-compiler-999-20241113.023212-108.pom
 (3.1 kB at 25 kB/s)
   [WARNING] The POM for 
org.drools:drools-model-compiler:jar:999-20241113.023212-108 is invalid, 
transitive dependencies (if any) will not be available, enable debug logging 
for more details
   [WARNING] The POM for 
org.drools:drools-mvel-parser:jar:999-20241113.023212-108 is invalid, 
transitive dependencies (if any) will not be available, enable debug logging 
for more details
   [WARNING] The POM for 
org.drools:drools-model-codegen:jar:999-20241113.023212-108 is invalid, 
transitive dependencies (if any) will not be available, enable debug logging 
for more details
   [WARNING] The POM for 
com.fasterxml.jackson.core:jackson-annotations:jar:2.12.6-SNAPSHOT is missing, 
no dependency information available
   [WARNING] The POM for 
com.fasterxml.jackson.core:jackson-annotations:jar:2.13.1-SNAPSHOT is missing, 
no dependency information available
   [WARNING] The POM for 
com.fasterxml.jackson.core:jackson-annotations:jar:2.13.2-SNAPSHOT is missing, 
no dependency information available
   [WARNING] The POM for 
com.fasterxml.jackson.core:jackson-annotations:jar:2.13.3-SNAPSHOT is missing, 
no dependency information available
   [WARNING] The POM for org.drools:drools-commands:jar:999-20241113.023212-108 
is invalid, transitive dependencies (if any) will not be available, enable 
debug logging for more details
   [WARNING] The POM for 
org.drools:drools-scenario-simulation-backend:jar:999-SNAPSHOT is missing, no 
dependency information available
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  4.315 s
   [INFO] Finished at: 2024-11-13T15:41:14-05:00
   [INFO] 
------------------------------------------------------------------------
   [ERROR] Failed to execute goal on project sror: Could not resolve 
dependencies for project ca.queensu:sror:jar:1.0-SNAPSHOT: The following 
artifacts could not be resolved: 
org.drools:drools-scenario-simulation-backend:jar:999-SNAPSHOT (absent): Could 
not find artifact 
org.drools:drools-scenario-simulation-backend:jar:999-SNAPSHOT -> [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
   macbook-pro:sror gbuckholtz$ 
   ``` 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to