pom.xml 761 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <modules>
  7. <module>seec-oj-server</module>
  8. <module>codejudge-client</module>
  9. </modules>
  10. <parent>
  11. <groupId>org.springframework.boot</groupId>
  12. <artifactId>spring-boot-starter-parent</artifactId>
  13. <version>2.6.2</version>
  14. <relativePath />
  15. </parent>
  16. <groupId>cn.seecoder</groupId>
  17. <artifactId>SEEC-oj-backend</artifactId>
  18. <packaging>pom</packaging>
  19. <version>0.1.0</version>
  20. </project>