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

49 line
1.3 KiB

  1. <project xmlns="http://maven.apache.org/POM/4.0.0"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>com.lenovo</groupId>
  6. <artifactId>nowgo-common</artifactId>
  7. <version>0.0.2-SNAPSHOT</version>
  8. <packaging>jar</packaging>
  9. <name>nowgo-common</name>
  10. <url>http://maven.apache.org</url>
  11. <properties>
  12. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  13. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  14. <java.version>1.8</java.version>
  15. </properties>
  16. <dependencies>
  17. <dependency>
  18. <groupId>junit</groupId>
  19. <artifactId>junit</artifactId>
  20. <version>4.12</version>
  21. <scope>test</scope>
  22. </dependency>
  23. </dependencies>
  24. <repositories>
  25. <repository>
  26. <id>lenovo</id>
  27. <name>lenovo-device</name>
  28. <url>http://10.110.130.81:8081/repository/lenovo-device/</url>
  29. <releases>
  30. <enabled>true</enabled>
  31. </releases>
  32. <snapshots>
  33. <enabled>true</enabled>
  34. </snapshots>
  35. </repository>
  36. </repositories>
  37. <distributionManagement>
  38. <snapshotRepository>
  39. <id>lenovo</id>
  40. <url>http://10.110.130.81:8081/repository/lenovo-device/</url>
  41. </snapshotRepository>
  42. </distributionManagement>
  43. </project>