PageRenderTime 33ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/example/pom.xml~

https://code.google.com/p/gwtrpccommlayer/
Unknown | 22 lines | 20 code | 2 blank | 0 comment | 0 complexity | 2040fb2d10c89b73189e275a4de50201 MD5 | raw file
  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>parent</artifactId>
  7. <groupId>com.googlecode.gwtrpccommlayer</groupId>
  8. <version>0.0.1-SNAPSHOT</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <groupId>com.googlecode.gwtrpccommlayer</groupId>
  12. <artifactId>example</artifactId>
  13. <dependencies>
  14. <dependency>
  15. <groupId>com.googlecode</groupId>
  16. <artifactId>gwtrpccommlayer</artifactId>
  17. <version>0.0.1-SNAPSHOT</artifactId>
  18. </dependency>
  19. </dependencies>
  20. </project>