cancel
Showing results for 
Search instead for 
Did you mean: 

Could not find artifact com.sap.cds:cds-feature-mt

gregorw
Active Contributor
0 Kudos

Hello CAP Experts,

as suggested by marcelmerkle in JWT not recognized by xsuaa-spring-boot-starter I've replaced cds-starter-spring-boot-odata in the srv/pom.xml file with cds-starter-cloudfoundry of a fresh CDS Java project that I've created with

cds init test --add java,hana,mta

but when I try a first local run using:

mvn clean spring-boot:run

it fails with

Could not resolve dependencies for project customer:test:jar:1.0-SNAPSHOT: Could not find artifact com.sap.cds:cds-feature-mt:jar:1.3.0 in central (https://repo.maven.apache.org/maven2)

will the cds-feature-mt package be provided by SAP on Maven or where can I download the library?

Best regards
Gregor

Accepted Solutions (0)

Answers (1)

Answers (1)

marcelmerkle
Explorer
0 Kudos

Hi Gregor,

I did not consider that we haven't released this feature, yet, on Maven Central. It will come in the future but for now you would need to stick with the Maven configuration. Sorry for the inconvenience.

Best regards,
Marcel

gregorw
Active Contributor
0 Kudos

Hi Marcel,

woudn't it be the better option to leave out com.sap.cds:cds-feature-mt completely for the moment?

Best regards
Gregor

marcelmerkle
Explorer
0 Kudos

Hi Gregor,

your are right. This was not done intentionally but slipped through because it is also contained in our SAP internal release. We will fix it with the next release.

Best regards,
Marcel

0 Kudos

Hello Marcel

When is the next release. I need that cds-feature-mt as well.

Thanks

Aladdin