-
Bug
-
Resolution: Done
-
Blocker
-
fuse-7.4-GA
-
%
Trying to deploy a Data Virtualization integration in the productized Syndesis, the s2i build fails with
[ERROR] Failed to execute goal on project asdfvdb: Could not resolve dependencies for project io.integration:asdfvdb:jar:1.0.0: The following artifacts could not be resolved: org.teiid:spring-odata:jar:1.1.1.fuse-740014, org.teiid:teiid-spring-boot-starter:jar:1.1.1.fuse-740014: Could not find artifact org.teiid:spring-odata:jar:1.1.1.fuse-740014 in central (https://repo.maven.apache.org/maven2 ) -> [Help 1]
There seem to be two issues here:
- the s2i image does not contain the built productized artifacts (which is the smaller
issue) - the s2i tries to build using non-productized artifacts (1.1.1.fuse-740014 vs 1.1.1.fuse-740014-redhat-00001)
- relates to
-
ENTESB-11822 [7.5 ER1] Data virtualizations do not deploy because of missing artifacts
- Done