pom.xml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. ~ Licensed to Apache Software Foundation (ASF) under one or more contributor
  4. ~ license agreements. See the NOTICE file distributed with
  5. ~ this work for additional information regarding copyright
  6. ~ ownership. Apache Software Foundation (ASF) licenses this file to you under
  7. ~ the Apache License, Version 2.0 (the "License"); you may
  8. ~ not use this file except in compliance with the License.
  9. ~ You may obtain a copy of the License at
  10. ~
  11. ~ http://www.apache.org/licenses/LICENSE-2.0
  12. ~
  13. ~ Unless required by applicable law or agreed to in writing,
  14. ~ software distributed under the License is distributed on an
  15. ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  16. ~ KIND, either express or implied. See the License for the
  17. ~ specific language governing permissions and limitations
  18. ~ under the License.
  19. -->
  20. <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  21. xmlns="http://maven.apache.org/POM/4.0.0"
  22. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  23. <parent>
  24. <artifactId>dolphinscheduler</artifactId>
  25. <groupId>org.apache.dolphinscheduler</groupId>
  26. <version>2.0.4-SNAPSHOT</version>
  27. </parent>
  28. <modelVersion>4.0.0</modelVersion>
  29. <packaging>pom</packaging>
  30. <artifactId>dolphinscheduler-alert</artifactId>
  31. <modules>
  32. <module>dolphinscheduler-alert-api</module>
  33. <module>dolphinscheduler-alert-plugins</module>
  34. <module>dolphinscheduler-alert-server</module>
  35. </modules>
  36. <dependencies>
  37. <dependency>
  38. <groupId>org.slf4j</groupId>
  39. <artifactId>slf4j-api</artifactId>
  40. </dependency>
  41. </dependencies>
  42. </project>