|
42 | 42 | </developer> |
43 | 43 | </developers> |
44 | 44 |
|
| 45 | + <properties> |
| 46 | + <version.itbCommons>1.2.0</version.itbCommons> |
| 47 | + </properties> |
| 48 | + |
45 | 49 | <dependencyManagement> |
46 | 50 | <dependencies> |
| 51 | + <!-- Current modules. --> |
47 | 52 | <dependency> |
48 | 53 | <groupId>eu.europa.ec.itb.json</groupId> |
49 | 54 | <artifactId>jsonvalidator-common</artifactId> |
|
59 | 64 | <artifactId>jsonvalidator-web</artifactId> |
60 | 65 | <version>${project.version}</version> |
61 | 66 | </dependency> |
| 67 | + <!-- Common modules. --> |
| 68 | + <dependency> |
| 69 | + <groupId>eu.europa.ec.itb.commons</groupId> |
| 70 | + <artifactId>validation-plugins</artifactId> |
| 71 | + <version>${version.itbCommons}</version> |
| 72 | + </dependency> |
| 73 | + <dependency> |
| 74 | + <groupId>eu.europa.ec.itb.commons</groupId> |
| 75 | + <artifactId>validation-commons</artifactId> |
| 76 | + <version>${version.itbCommons}</version> |
| 77 | + </dependency> |
| 78 | + <dependency> |
| 79 | + <groupId>eu.europa.ec.itb.commons</groupId> |
| 80 | + <artifactId>validation-commons-web</artifactId> |
| 81 | + <version>${version.itbCommons}</version> |
| 82 | + </dependency> |
| 83 | + <dependency> |
| 84 | + <groupId>eu.europa.ec.itb.commons</groupId> |
| 85 | + <artifactId>validation-commons-report</artifactId> |
| 86 | + <version>${version.itbCommons}</version> |
| 87 | + </dependency> |
| 88 | + <dependency> |
| 89 | + <groupId>eu.europa.ec.itb.commons</groupId> |
| 90 | + <artifactId>validation-commons-war</artifactId> |
| 91 | + <version>${version.itbCommons}</version> |
| 92 | + </dependency> |
| 93 | + <dependency> |
| 94 | + <groupId>eu.europa.ec.itb.commons</groupId> |
| 95 | + <artifactId>validation-commons-jar</artifactId> |
| 96 | + <version>${version.itbCommons}</version> |
| 97 | + </dependency> |
| 98 | + <dependency> |
| 99 | + <groupId>eu.europa.ec.itb.commons</groupId> |
| 100 | + <artifactId>validation-commons</artifactId> |
| 101 | + <version>${version.itbCommons}</version> |
| 102 | + <type>test-jar</type> |
| 103 | + <classifier>tests</classifier> |
| 104 | + <scope>test</scope> |
| 105 | + </dependency> |
62 | 106 | </dependencies> |
63 | 107 | </dependencyManagement> |
64 | 108 |
|
|
0 commit comments