|
| 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/maven-v4_0_0.xsd"> |
| 3 | + <parent> |
| 4 | + <artifactId>biojava-legacy</artifactId> |
| 5 | + <groupId>org.biojava</groupId> |
| 6 | + <version>1.8.2-SNAPSHOT</version> |
| 7 | + </parent> |
| 8 | + <modelVersion>4.0.0</modelVersion> |
| 9 | + <artifactId>sequencing</artifactId> |
| 10 | + <version>1.8.2-SNAPSHOT</version> |
| 11 | + <name>sequencing</name> |
| 12 | + <distributionManagement> |
| 13 | + <downloadUrl>http://www.biojava.org/download/maven/</downloadUrl> |
| 14 | + <repository> |
| 15 | + <uniqueVersion>false</uniqueVersion> |
| 16 | + <id>biojava-maven-repo</id> |
| 17 | + <name>BioJava Maven Repository</name> |
| 18 | + <url>scp://portal.open-bio.org/home/websites/biojava.org/html/static/download/maven/</url> |
| 19 | + <layout>default</layout> |
| 20 | + </repository> |
| 21 | + </distributionManagement> |
| 22 | + <dependencyManagement> |
| 23 | + <dependencies> |
| 24 | + <dependency> |
| 25 | + <groupId>com.google.guava</groupId> |
| 26 | + <artifactId>guava</artifactId> |
| 27 | + <version>11.0.1</version> |
| 28 | + </dependency> |
| 29 | + </dependencies> |
| 30 | + </dependencyManagement> |
| 31 | + <dependencies> |
| 32 | + <dependency> |
| 33 | + <groupId>com.google.guava</groupId> |
| 34 | + <artifactId>guava</artifactId> |
| 35 | + <scope>compile</scope> |
| 36 | + </dependency> |
| 37 | + <dependency> |
| 38 | + <groupId>junit</groupId> |
| 39 | + <artifactId>junit</artifactId> |
| 40 | + <scope>test</scope> |
| 41 | + </dependency> |
| 42 | + <dependency> |
| 43 | + <groupId>org.biojava</groupId> |
| 44 | + <artifactId>core</artifactId> |
| 45 | + <version>${project.version}</version> |
| 46 | + <scope>compile</scope> |
| 47 | + </dependency> |
| 48 | + </dependencies> |
| 49 | +</project> |
0 commit comments