|
2 | 2 | <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
3 | 3 | xmlns="http://maven.apache.org/POM/4.0.0" |
4 | 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 5 | + <modelVersion>4.0.0</modelVersion> |
| 6 | + |
5 | 7 | <parent> |
6 | 8 | <artifactId>woody</artifactId> |
7 | 9 | <groupId>dev.vality.woody</groupId> |
8 | 10 | <version>${revision}</version> |
9 | 11 | </parent> |
10 | | - <modelVersion>4.0.0</modelVersion> |
11 | 12 |
|
12 | 13 | <artifactId>woody-thrift</artifactId> |
13 | 14 |
|
| 15 | + <name>Woody Thrift</name> |
| 16 | + <description>Thrift transport and HTTP server integrations for Woody services.</description> |
| 17 | + <url>https://github.com/valitydev/woody_java</url> |
| 18 | + |
| 19 | + <licenses> |
| 20 | + <license> |
| 21 | + <name>The Apache Software License, Version 2.0</name> |
| 22 | + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 23 | + </license> |
| 24 | + </licenses> |
| 25 | + |
| 26 | + <developers> |
| 27 | + <developer> |
| 28 | + <id>vality</id> |
| 29 | + <name>Vality Developers</name> |
| 30 | + <email>devs@vality.dev</email> |
| 31 | + <organization>Vality</organization> |
| 32 | + <organizationUrl>https://vality.dev</organizationUrl> |
| 33 | + </developer> |
| 34 | + </developers> |
| 35 | + |
| 36 | + <scm> |
| 37 | + <connection>scm:git:git://github.com/valitydev/woody_java.git</connection> |
| 38 | + <developerConnection>scm:git:ssh://github.com/valitydev/woody_java.git</developerConnection> |
| 39 | + <url>https://github.com/valitydev/woody_java/tree/master</url> |
| 40 | + </scm> |
| 41 | + |
14 | 42 | <properties> |
15 | 43 | <checkstyle.config.suppressions.path>checkstyle-suppressions.xml</checkstyle.config.suppressions.path> |
16 | 44 | </properties> |
|
53 | 81 | <dependency> |
54 | 82 | <groupId>org.slf4j</groupId> |
55 | 83 | <artifactId>slf4j-reload4j</artifactId> |
56 | | - <version>2.0.17</version> |
| 84 | + <version>1.7.36</version> |
57 | 85 | <scope>test</scope> |
58 | 86 | </dependency> |
59 | 87 | <dependency> |
|
0 commit comments