You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

pom.xml 1.2 kB

3 years ago
123456789101112131415161718192021222324252627282930313233
  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. <parent>
  6. <artifactId>ideaseg</artifactId>
  7. <groupId>com.indexea.ideaseg</groupId>
  8. <version>${revision}</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <groupId>com.indexea.ideaseg</groupId>
  12. <artifactId>ideaseg-core</artifactId>
  13. <dependencies>
  14. <dependency>
  15. <groupId>org.apache.lucene</groupId>
  16. <artifactId>lucene-core</artifactId>
  17. <version>${lucene.version}</version>
  18. </dependency>
  19. <dependency>
  20. <groupId>org.apache.lucene</groupId>
  21. <artifactId>lucene-codecs</artifactId>
  22. <version>${lucene.version}</version>
  23. </dependency>
  24. <dependency>
  25. <groupId>org.apache.lucene</groupId>
  26. <artifactId>lucene-analyzers-common</artifactId>
  27. <version>${lucene.version}</version>
  28. </dependency>
  29. </dependencies>
  30. </project>

No Description

Contributors (1)