Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation error #3

Open
uday1bhanu opened this issue May 21, 2018 · 0 comments
Open

Compilation error #3

uday1bhanu opened this issue May 21, 2018 · 0 comments

Comments

@uday1bhanu
Copy link

Hi @benjamin,

While trying to mvn clean package I get the dependency issue. Looks like maven central doesnt have the artifact de.mrbw.chaos.monkey:spring-aop-chaos-monkey.

[ERROR] 'dependencies.dependency.version' for de.mrbw.chaos.monkey:spring-aop-chaos-monkey:jar is missing. @ com.codecentric.de.resilient:

Is this the equivalent?

<!-- https://mvnrepository.com/artifact/de.codecentric/chaos-monkey-spring-boot -->
<dependency>
    <groupId>de.codecentric</groupId>
    <artifactId>chaos-monkey-spring-boot</artifactId>
    <version>1.0.1</version>
</dependency>

I have assumed the dependency was moved and tried replacing the references in

	modified:   address-service/pom.xml
	modified:   booking-service/pom.xml
	modified:   connote-service/pom.xml
	modified:   customer-service/pom.xml
	modified:   pom.xml

but the package references for @EnableChaosMonkey are not traceable.
Is the annotation removed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant