on ‎2018 May 15 10:50 AM
Hi ,
I used maven jars in the storefront project and use extensioninfo.xml file as usemaven = true
but , I get an error when I try to use the related import in the controller
enter code here [echo] KOMP ebebekstorefront - acceleratorstorefrontcommons
[yjavac] Compiling 1 source file to /Users/ebebek-test-2/Dev/hybris.ebebek.com/bin/custom/ebebek/ebebekstorefront/web/webroot/WEB-INF/classes
[yjavac] ----------
[yjavac] 1. ERROR in /Users/ebebek-test-2/Dev/hybris.ebebek.com/bin/custom/ebebek/ebebekstorefront/web/src/com/wittycommerce/ebebek/storefront/controllers/pages/HomePageController.java (at line 85)
[yjavac] import io.sentry.Sentry;
[yjavac] ^^^^^^^^^^^^^^^^
[yjavac] The import io.sentry.Sentry cannot be resolved
[yjavac] ----------
[yjavac] 1 problem (1 error)

Request clarification before answering.
Hi Deniz,
Have you tried addding this to your dependencies?
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry</artifactId>
<version>1.7.4</version>
</dependency>
Best regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.