Expected Behavior
The Feast Core server should start
Current Behavior
[ERROR] Failed to execute goal on project feast-core: Could not resolve dependencies for project feast:feast-core:jar:0.3.0-SNAPSHOT: Could not find artifact feast:feast-ingestion:jar:0.3.0-SNAPSHOT -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project feast-core: Could not resolve dependencies for project feast:feast-core:jar:0.3.0-SNAPSHOT: Could not find artifact feast:feast-ingestion:jar:0.3.0-SNAPSHOT
Steps to reproduce
git clone -b 0.3-dev https://github.com/gojek/feast
cd feast/core
mvn spring-boot:run
Specifications
- Version: Feast 0.3-dev
- Platform: Localhost
- Subsystem: Java 8, Maven 3.6, Python 3.6.8, Postgress, Redis, Kafka
Possible Solution
Add dependency artifact at location described in core/pow.xml or change the setup process to pulle the ingestion artifact before starting the Core server
Expected Behavior
The Feast Core server should start
Current Behavior
[ERROR] Failed to execute goal on project feast-core: Could not resolve dependencies for project feast:feast-core:jar:0.3.0-SNAPSHOT: Could not find artifact feast:feast-ingestion:jar:0.3.0-SNAPSHOT -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project feast-core: Could not resolve dependencies for project feast:feast-core:jar:0.3.0-SNAPSHOT: Could not find artifact feast:feast-ingestion:jar:0.3.0-SNAPSHOT
Steps to reproduce
git clone -b 0.3-dev https://github.com/gojek/feast
cd feast/core
mvn spring-boot:run
Specifications
Possible Solution
Add dependency artifact at location described in core/pow.xml or change the setup process to pulle the ingestion artifact before starting the Core server