pom.xml 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <parent>
  4. <artifactId>control-components-orchestrator</artifactId>
  5. <groupId>com.scytl.products.ov.channel.cc.orchestrator</groupId>
  6. <version>2.1.7</version>
  7. </parent>
  8. <modelVersion>4.0.0</modelVersion>
  9. <artifactId>orchestrator-commons</artifactId>
  10. <name>Online Voting - Control Components Orchestrator - Commons</name>
  11. <dependencies>
  12. <dependency>
  13. <groupId>org.apache.openejb</groupId>
  14. <artifactId>javaee-api</artifactId>
  15. </dependency>
  16. <dependency>
  17. <groupId>com.scytl.products.ov.channel.commons</groupId>
  18. <artifactId>ov-commons-logging</artifactId>
  19. </dependency>
  20. <dependency>
  21. <groupId>com.scytl.products.ov.channel.commons</groupId>
  22. <artifactId>ov-commons-dto</artifactId>
  23. </dependency>
  24. <dependency>
  25. <groupId>com.scytl.products.ov.channel.commons</groupId>
  26. <artifactId>ov-commons-messaging</artifactId>
  27. </dependency>
  28. </dependencies>
  29. </project>