|
15 | 15 |
|
16 | 16 | <parent> |
17 | 17 | <groupId>org.seedstack</groupId> |
18 | | - <artifactId>parent</artifactId> |
19 | | - <version>2.0.1-SNAPSHOT</version> |
| 18 | + <artifactId>parent-internal</artifactId> |
| 19 | + <version>2.1.0-SNAPSHOT</version> |
20 | 20 | </parent> |
21 | 21 |
|
22 | | - <artifactId>seed-validation</artifactId> |
23 | | - <version>2.0.1-SNAPSHOT</version> |
| 22 | + <groupId>org.seedstack.addons</groupId> |
| 23 | + <artifactId>validation</artifactId> |
| 24 | + <version>2.1.0-M1-SNAPSHOT</version> |
24 | 25 |
|
25 | 26 | <properties> |
26 | | - <seed.version>2.0.0</seed.version> |
| 27 | + <seed.version>2.1.0-M1-SNAPSHOT</seed.version> |
27 | 28 | <hibernate-validator.version>5.1.3.Final</hibernate-validator.version> |
28 | 29 |
|
29 | 30 | <compatibility.groupId>org.seedstack.seed</compatibility.groupId> |
|
41 | 42 | <includedLicenses> |
42 | 43 | <includedLicense>Apache 2</includedLicense> |
43 | 44 | <includedLicense>BSD</includedLicense> |
44 | | - <includedLicense>EPL 1.0</includedLicense> |
45 | | - <includedLicense>LGPL 2.1</includedLicense> |
46 | 45 | <includedLicense>LGPL 3.0</includedLicense> |
47 | 46 | <includedLicense>MIT License</includedLicense> |
48 | 47 | <includedLicense>MPL 2.0</includedLicense> |
49 | | - <includedLicense>The JSON License</includedLicense> |
50 | 48 | <includedLicense>Public Domain</includedLicense> |
51 | 49 | <includedLicense>WTFPL</includedLicense> |
52 | 50 |
|
|
59 | 57 | <licenseMerge>Apache 2|Apache License 2.0</licenseMerge> |
60 | 58 | <licenseMerge>Apache 2|Apache License, version 2.0</licenseMerge> |
61 | 59 | <licenseMerge>BSD|The New BSD License</licenseMerge> |
62 | | - <licenseMerge>EPL 1.0|Eclipse Public License, Version 1.0</licenseMerge> |
63 | | - <licenseMerge>LGPL 2.1|GNU Lesser General Public License, Version 2.1</licenseMerge> |
64 | 60 | <licenseMerge>LGPL 3.0|GNU Lesser Public License</licenseMerge> |
65 | 61 | <licenseMerge>IGNORED_LICENSE|MPL 1.1</licenseMerge> |
66 | 62 | <licenseMerge>IGNORED_LICENSE|LGPL 2.1</licenseMerge> |
|
74 | 70 | <dependencies> |
75 | 71 | <dependency> |
76 | 72 | <groupId>org.seedstack.seed</groupId> |
77 | | - <artifactId>seed-core-support-core</artifactId> |
| 73 | + <artifactId>seed-core</artifactId> |
78 | 74 | <version>${seed.version}</version> |
79 | 75 | </dependency> |
80 | 76 | <dependency> |
|
86 | 82 |
|
87 | 83 | <dependency> |
88 | 84 | <groupId>org.seedstack.seed</groupId> |
89 | | - <artifactId>seed-integrationtest-support-core</artifactId> |
| 85 | + <artifactId>seed-testing</artifactId> |
90 | 86 | <version>${seed.version}</version> |
91 | 87 | <scope>test</scope> |
92 | 88 | </dependency> |
93 | 89 | <dependency> |
94 | 90 | <groupId>org.seedstack.seed</groupId> |
95 | | - <artifactId>seed-el-support</artifactId> |
| 91 | + <artifactId>seed-el</artifactId> |
96 | 92 | <version>${seed.version}</version> |
97 | 93 | <scope>test</scope> |
98 | 94 | </dependency> |
99 | 95 | <dependency> |
100 | 96 | <groupId>javax.el</groupId> |
101 | 97 | <artifactId>javax.el-api</artifactId> |
102 | | - <version>2.2.5</version> |
| 98 | + <version>${javax-el.version}</version> |
103 | 99 | <scope>test</scope> |
104 | 100 | </dependency> |
105 | 101 | <dependency> |
106 | 102 | <groupId>ch.qos.logback</groupId> |
107 | 103 | <artifactId>logback-classic</artifactId> |
108 | | - <version>1.1.3</version> |
| 104 | + <version>${logback.version}</version> |
109 | 105 | <scope>test</scope> |
110 | 106 | </dependency> |
111 | 107 | </dependencies> |
|
0 commit comments