pom.xml 761 B

12345678910111213141516171819
  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</artifactId>
  5. <groupId>com.scytl.products.ov.channel.cc</groupId>
  6. <version>2.1.7</version>
  7. </parent>
  8. <modelVersion>4.0.0</modelVersion>
  9. <artifactId>choice-codes-generation</artifactId>
  10. <name>Online Voting - Choice Codes - Generation Phase</name>
  11. <packaging>pom</packaging>
  12. <modules>
  13. <module>choice-codes-generation-service</module>
  14. <module>choice-codes-generation-assembly</module>
  15. </modules>
  16. </project>