|
6 | 6 | <parent> |
7 | 7 | <groupId>us.fatehi</groupId> |
8 | 8 | <artifactId>schemacrawler-parent</artifactId> |
9 | | - <version>17.1.4</version> |
| 9 | + <version>17.1.5</version> |
10 | 10 | </parent> |
11 | 11 |
|
12 | 12 | <artifactId>schemacrawler-sapiq</artifactId> |
13 | 13 | <packaging>jar</packaging> |
14 | 14 |
|
15 | 15 | <name>SchemaCrawler for SAP IQ</name> |
16 | 16 |
|
| 17 | + <dependencyManagement> |
| 18 | + <dependencies> |
| 19 | + |
| 20 | + <!-- SchemaCrawler library --> |
| 21 | + <dependency> |
| 22 | + <groupId>us.fatehi</groupId> |
| 23 | + <artifactId>schemacrawler-library-bom</artifactId> |
| 24 | + <version>${project.version}</version> |
| 25 | + <type>pom</type> |
| 26 | + <scope>import</scope> |
| 27 | + </dependency> |
| 28 | + |
| 29 | + </dependencies> |
| 30 | + </dependencyManagement> |
| 31 | + |
17 | 32 | <dependencies> |
18 | 33 |
|
19 | 34 | <dependency> |
20 | 35 | <groupId>us.fatehi</groupId> |
21 | 36 | <artifactId>schemacrawler</artifactId> |
22 | | - <version>${project.version}</version> |
23 | 37 | </dependency> |
24 | 38 | <dependency> |
25 | 39 | <groupId>us.fatehi</groupId> |
26 | 40 | <artifactId>schemacrawler-commandline</artifactId> |
27 | | - <version>${project.version}</version> |
28 | 41 | </dependency> |
29 | 42 |
|
30 | 43 |
|
31 | 44 | <!-- Test dependencies --> |
32 | 45 | <dependency> |
33 | 46 | <groupId>us.fatehi</groupId> |
34 | 47 | <artifactId>schemacrawler-testdb</artifactId> |
35 | | - <version>${project.version}</version> |
36 | 48 | <scope>test</scope> |
37 | 49 | </dependency> |
38 | 50 | <dependency> |
39 | 51 | <groupId>us.fatehi</groupId> |
40 | 52 | <artifactId>schemacrawler-test-utility</artifactId> |
41 | | - <version>${project.version}</version> |
42 | 53 | <scope>test</scope> |
43 | 54 | </dependency> |
44 | 55 | <dependency> |
45 | 56 | <groupId>us.fatehi</groupId> |
46 | 57 | <artifactId>schemacrawler-tools</artifactId> |
47 | | - <version>${project.version}</version> |
48 | 58 | <type>test-jar</type> |
49 | 59 | <scope>test</scope> |
50 | 60 | </dependency> |
51 | 61 | <dependency> |
52 | 62 | <groupId>us.fatehi</groupId> |
53 | 63 | <artifactId>schemacrawler-commandline</artifactId> |
54 | | - <version>${project.version}</version> |
55 | 64 | <type>test-jar</type> |
56 | 65 | <scope>test</scope> |
57 | 66 | </dependency> |
|
0 commit comments