|
26 | 26 | <name>Microsoft SQL Server plugin</name>
|
27 | 27 | <artifactId>mssql-plugin</artifactId>
|
28 | 28 | <modelVersion>4.0.0</modelVersion>
|
| 29 | + <description>Microsoft SQL Server plugin database plugins</description> |
| 30 | + <url>https://github.com/data-integrations/database-plugins</url> |
| 31 | + |
| 32 | + <licenses> |
| 33 | + <license> |
| 34 | + <name>The Apache Software License, Version 2.0</name> |
| 35 | + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 36 | + <distribution>repo</distribution> |
| 37 | + <comments>A business-friendly OSS license</comments> |
| 38 | + </license> |
| 39 | + </licenses> |
| 40 | + |
| 41 | + <developers> |
| 42 | + <developer> |
| 43 | + <name>CDAP</name> |
| 44 | + |
| 45 | + <organization>CDAP</organization> |
| 46 | + <organizationUrl>http://cdap.io</organizationUrl> |
| 47 | + </developer> |
| 48 | + </developers> |
| 49 | + |
| 50 | + <scm> |
| 51 | + <connection>scm:git:https://github.com/cdapio/hydrator-plugins.git</connection> |
| 52 | + < developerConnection>scm:git: [email protected]:cdapio/hydrator-plugins.git</ developerConnection> |
| 53 | + <url>https://github.com/cdapio/hydrator-plugins.git</url> |
| 54 | + <tag>HEAD</tag> |
| 55 | + </scm> |
29 | 56 |
|
30 | 57 | <dependencies>
|
31 | 58 | <dependency>
|
32 | 59 | <groupId>io.cdap.cdap</groupId>
|
33 | 60 | <artifactId>cdap-etl-api</artifactId>
|
| 61 | + <version>${cdap.version}</version> |
| 62 | + </dependency> |
| 63 | + <dependency> |
| 64 | + <groupId>io.cdap.cdap</groupId> |
| 65 | + <artifactId>cdap-api</artifactId> |
| 66 | + <version>${cdap.version}</version> |
| 67 | + <scope>provided</scope> |
34 | 68 | </dependency>
|
35 | 69 | <dependency>
|
36 | 70 | <groupId>io.cdap.plugin</groupId>
|
|
40 | 74 | <dependency>
|
41 | 75 | <groupId>io.cdap.plugin</groupId>
|
42 | 76 | <artifactId>hydrator-common</artifactId>
|
| 77 | + <version>${cdap.plugin.version}</version> |
43 | 78 | </dependency>
|
44 | 79 | <dependency>
|
45 | 80 | <groupId>com.google.guava</groupId>
|
46 | 81 | <artifactId>guava</artifactId>
|
| 82 | + <version>${guava.version}</version> |
47 | 83 | </dependency>
|
48 | 84 |
|
49 | 85 | <!-- test dependencies -->
|
|
57 | 93 | <dependency>
|
58 | 94 | <groupId>io.cdap.cdap</groupId>
|
59 | 95 | <artifactId>hydrator-test</artifactId>
|
| 96 | + <version>${cdap.version}</version> |
60 | 97 | <scope>test</scope>
|
61 | 98 | </dependency>
|
62 | 99 | <dependency>
|
63 | 100 | <groupId>io.cdap.cdap</groupId>
|
64 | 101 | <artifactId>cdap-data-pipeline3_2.12</artifactId>
|
| 102 | + <version>${cdap.version}</version> |
| 103 | + <scope>test</scope> |
65 | 104 | </dependency>
|
66 | 105 | <dependency>
|
67 | 106 | <groupId>junit</groupId>
|
68 | 107 | <artifactId>junit</artifactId>
|
| 108 | + <version>${junit.version}</version> |
69 | 109 | <scope>test</scope>
|
70 | 110 | </dependency>
|
71 | 111 | <dependency>
|
72 | 112 | <groupId>org.mockito</groupId>
|
73 | 113 | <artifactId>mockito-core</artifactId>
|
| 114 | + <version>${mockito.version}</version> |
74 | 115 | <scope>test</scope>
|
75 | 116 | </dependency>
|
76 | 117 | <dependency>
|
|
79 | 120 | <version>8.2.1.jre8</version>
|
80 | 121 | <scope>test</scope>
|
81 | 122 | </dependency>
|
82 |
| - <dependency> |
83 |
| - <groupId>io.cdap.cdap</groupId> |
84 |
| - <artifactId>cdap-api</artifactId> |
85 |
| - <scope>provided</scope> |
86 |
| - </dependency> |
87 | 123 | <dependency>
|
88 | 124 | <groupId>org.jetbrains</groupId>
|
89 | 125 | <artifactId>annotations</artifactId>
|
|
0 commit comments