diff --git a/events/pom.xml b/events/pom.xml new file mode 100644 index 000000000..5505bff4d --- /dev/null +++ b/events/pom.xml @@ -0,0 +1,76 @@ + + + 4.0.0 + + io.harness + events + 1.0.0 + jar + Generic event-bus framework (pure Java) + + + 1.8 + 1.8 + UTF-8 + + + + + + org.jetbrains + annotations + 23.0.0 + + + + junit + junit + 4.13.2 + test + + + org.mockito + mockito-core + 4.8.0 + test + + + org.mockito + mockito-inline + 4.8.0 + test + + + + + src/main/java + src/test/java + + + org.apache.maven.plugins + maven-compiler-plugin + 3.10.1 + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + + jar + + + + + + +