|
21 | 21 | > http://www.gnu.org/licenses/lgpl.html
|
22 | 22 |
|
23 | 23 | -->
|
24 |
| -<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/xsd/maven-4.0.0.xsd"> |
25 |
| - <modelVersion>4.0.0</modelVersion> |
26 |
| - <parent> |
27 |
| - <groupId>org.nmdp.service</groupId> |
28 |
| - <artifactId>service-parent</artifactId> |
29 |
| - <version>2</version> |
30 |
| - </parent> |
31 |
| - <groupId>org.nmdp.service</groupId> |
32 |
| - <artifactId>feature-multimodule</artifactId> |
33 |
| - <version>1.0.9-SNAPSHOT</version> |
34 |
| - <packaging>pom</packaging> |
35 |
| - <name>feature-multimodule</name> |
36 |
| - <url>https://github.com/nmdp-bioinformatics/service-feature</url> |
37 |
| - <description>Enumerated sequence feature service.</description> |
38 |
| - <inceptionYear>2014</inceptionYear> |
39 |
| - <scm> |
40 |
| - < connection>scm:git: [email protected]:nmdp-bioinformatics/service-feature.git</ connection> |
41 |
| - < developerConnection>scm:git: [email protected]:nmdp-bioinformatics/service-feature.git</ developerConnection> |
42 |
| - < url> [email protected]:nmdp-bioinformatics/service-feature.git</ url> |
43 |
| - </scm> |
44 |
| - <licenses> |
45 |
| - <license> |
46 |
| - <name>GNU Lesser General Public License (LGPL)</name> |
47 |
| - <url>http://www.gnu.org/licenses/lgpl.html</url> |
48 |
| - <distribution>repo</distribution> |
49 |
| - </license> |
50 |
| - </licenses> |
51 |
| - <developers> |
52 |
| - <developer> |
53 |
| - <id>mheuer-nmdp</id> |
54 |
| - <name>Michael Heuer (NMDP)</name> |
55 |
| - </developer> |
56 |
| - </developers> |
57 |
| - <modules> |
58 |
| - <module>domain</module> |
59 |
| - <module>service</module> |
60 |
| - <module>service-impl</module> |
61 |
| - <module>service-jdbi</module> |
62 |
| - <module>resource</module> |
63 |
| - <module>dropwizard</module> |
64 |
| - <module>dropwizard-jdbi</module> |
65 |
| - <module>client</module> |
66 |
| - <module>tools</module> |
67 |
| - </modules> |
68 |
| - <dependencyManagement> |
69 |
| - <dependencies> |
70 |
| - <dependency> |
71 |
| - <groupId>mysql</groupId> |
72 |
| - <artifactId>mysql-connector-java</artifactId> |
73 |
| - <version>5.1.35</version> |
74 |
| - </dependency> |
75 |
| - <dependency> |
76 |
| - <groupId>org.dishevelled</groupId> |
77 |
| - <artifactId>dsh-compress</artifactId> |
78 |
| - <version>1.1</version> |
79 |
| - </dependency> |
80 |
| - <dependency> |
81 |
| - <groupId>org.dishevelled</groupId> |
82 |
| - <artifactId>dsh-commandline</artifactId> |
83 |
| - <version>1.1</version> |
84 |
| - </dependency> |
85 |
| - <dependency> |
86 |
| - <groupId>org.dishevelled</groupId> |
87 |
| - <artifactId>dsh-multi-map</artifactId> |
88 |
| - <version>1.0</version> |
89 |
| - </dependency> |
90 |
| - <dependency> |
| 24 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 25 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 26 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 27 | + <modelVersion>4.0.0</modelVersion> |
| 28 | + <parent> |
91 | 29 | <groupId>org.nmdp.service</groupId>
|
92 |
| - <artifactId>common-dropwizard</artifactId> |
93 |
| - <version>1.0</version> |
94 |
| - </dependency> |
95 |
| - </dependencies> |
96 |
| - </dependencyManagement> |
| 30 | + <artifactId>service-parent</artifactId> |
| 31 | + <version>2</version> |
| 32 | + </parent> |
| 33 | + <artifactId>feature-multimodule</artifactId> |
| 34 | + <version>1.0.9-SNAPSHOT</version> |
| 35 | + <packaging>pom</packaging> |
| 36 | + <name>feature-multimodule</name> |
| 37 | + <url>https://github.com/nmdp-bioinformatics/service-feature</url> |
| 38 | + <description>Enumerated sequence feature service.</description> |
| 39 | + <inceptionYear>2014</inceptionYear> |
| 40 | + <scm> |
| 41 | + <connection> |
| 42 | + scm:git: [email protected]:nmdp-bioinformatics/service-feature.git |
| 43 | + </connection> |
| 44 | + <developerConnection> |
| 45 | + scm:git: [email protected]:nmdp-bioinformatics/service-feature.git |
| 46 | + </developerConnection> |
| 47 | + < url> [email protected]:nmdp-bioinformatics/service-feature.git</ url> |
| 48 | + </scm> |
| 49 | + <licenses> |
| 50 | + <license> |
| 51 | + <name>GNU Lesser General Public License (LGPL)</name> |
| 52 | + <url>http://www.gnu.org/licenses/lgpl.html</url> |
| 53 | + <distribution>repo</distribution> |
| 54 | + </license> |
| 55 | + </licenses> |
| 56 | + <developers> |
| 57 | + <developer> |
| 58 | + <id>mheuer-nmdp</id> |
| 59 | + <name>Michael Heuer (NMDP)</name> |
| 60 | + </developer> |
| 61 | + </developers> |
| 62 | + <modules> |
| 63 | + <module>domain</module> |
| 64 | + <module>service</module> |
| 65 | + <module>service-impl</module> |
| 66 | + <module>service-jdbi</module> |
| 67 | + <module>resource</module> |
| 68 | + <module>dropwizard</module> |
| 69 | + <module>dropwizard-jdbi</module> |
| 70 | + <module>client</module> |
| 71 | + <module>tools</module> |
| 72 | + </modules> |
| 73 | + <dependencyManagement> |
| 74 | + <dependencies> |
| 75 | + <dependency> |
| 76 | + <groupId>mysql</groupId> |
| 77 | + <artifactId>mysql-connector-java</artifactId> |
| 78 | + <version>5.1.49</version> |
| 79 | + </dependency> |
| 80 | + <dependency> |
| 81 | + <groupId>org.dishevelled</groupId> |
| 82 | + <artifactId>dsh-compress</artifactId> |
| 83 | + <version>1.1</version> |
| 84 | + </dependency> |
| 85 | + <dependency> |
| 86 | + <groupId>org.dishevelled</groupId> |
| 87 | + <artifactId>dsh-commandline</artifactId> |
| 88 | + <version>1.1</version> |
| 89 | + </dependency> |
| 90 | + <dependency> |
| 91 | + <groupId>org.dishevelled</groupId> |
| 92 | + <artifactId>dsh-multi-map</artifactId> |
| 93 | + <version>1.0</version> |
| 94 | + </dependency> |
| 95 | + <dependency> |
| 96 | + <groupId>org.nmdp.service</groupId> |
| 97 | + <artifactId>common-dropwizard</artifactId> |
| 98 | + <version>1.0</version> |
| 99 | + </dependency> |
| 100 | + </dependencies> |
| 101 | + </dependencyManagement> |
97 | 102 | </project>
|
98 | 103 |
|
99 | 104 |
|
0 commit comments