|
3 | 3 |
|
4 | 4 | <groupId>org.quickfixj</groupId> |
5 | 5 | <artifactId>quickfixj-parent</artifactId> |
6 | | - <version>3.0.1-SNAPSHOT</version> |
| 6 | + <version>3.0.2-SNAPSHOT</version> |
7 | 7 | <packaging>pom</packaging> |
8 | 8 |
|
9 | 9 | <name>QuickFIX/J Parent</name> |
|
47 | 47 | <modules> |
48 | 48 | <module>quickfixj-codegenerator</module> |
49 | 49 | <module>quickfixj-dictgenerator</module> |
50 | | - <module>quickfixj-class-pruner-maven-plugin</module> |
51 | 50 | <module>quickfixj-orchestration</module> |
52 | 51 | <module>quickfixj-base</module> |
53 | 52 | <module>quickfixj-messages</module> |
|
63 | 62 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
64 | 63 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
65 | 64 | <jdkLevel>1.8</jdkLevel> |
66 | | - <slf4j.version>2.0.17</slf4j.version> |
| 65 | + <slf4j.version>2.0.18</slf4j.version> |
67 | 66 | <mockito-core.version>4.11.0</mockito-core.version> |
68 | 67 | <hamcrest.version>3.0</hamcrest.version> |
69 | 68 | <junit.jupiter.version>5.14.4</junit.jupiter.version> |
70 | 69 | <maven.compiler.source>8</maven.compiler.source> |
71 | 70 | <maven.compiler.target>8</maven.compiler.target> |
72 | 71 | <mainClass /> |
73 | 72 | <maven.version>3.9.12</maven.version> |
74 | | - <maven-libs-version>${maven.version}</maven-libs-version> |
75 | | - <maven-plugin-api-version>3.9.15</maven-plugin-api-version> |
| 73 | + <maven-plugin-api-version>3.9.16</maven-plugin-api-version> |
76 | 74 | <maven-resources-plugin-version>3.5.0</maven-resources-plugin-version> |
77 | 75 | <maven-compiler-plugin-version>3.15.0</maven-compiler-plugin-version> |
78 | 76 | <maven-jar-plugin-version>3.5.0</maven-jar-plugin-version> |
|
87 | 85 | <maven-deploy-plugin-version>3.1.4</maven-deploy-plugin-version> |
88 | 86 | <nexus-staging-maven-plugin-version>1.7.0</nexus-staging-maven-plugin-version> |
89 | 87 | <build-helper-maven-plugin-version>3.6.1</build-helper-maven-plugin-version> |
90 | | - <maven-shared-utils.version>3.4.2</maven-shared-utils.version> |
91 | | - <file-management.version>3.2.0</file-management.version> |
92 | 88 | <maven-plugin-annotations.version>3.15.2</maven-plugin-annotations.version> |
93 | | - <maven-plugin-testing-harness.version>3.5.1</maven-plugin-testing-harness.version> |
94 | 89 | <plantuml-maven-plugin-version>1.2</plantuml-maven-plugin-version> |
95 | 90 | <plantuml-version>8059</plantuml-version> |
96 | 91 | <xml-maven-plugin-version>1.2.1</xml-maven-plugin-version> |
97 | 92 | <fix-orchestra.standard.version>1.5.4</fix-orchestra.standard.version> |
98 | 93 | <fix-orchestra.repository.version>1.7.3</fix-orchestra.repository.version> |
99 | 94 | <docgen.version>1.6.8</docgen.version> |
100 | 95 | <jaxb.version>4.0.5</jaxb.version> |
101 | | - <apache.mina.version>2.2.4</apache.mina.version> |
| 96 | + <apache.mina.version>2.2.7</apache.mina.version> |
102 | 97 | <commons.io.version>2.22.0</commons.io.version> |
103 | 98 | <orchestra.file>OrchestraFIXLatest.xml</orchestra.file> |
104 | 99 | <org.quickfixj.orchestra.tools.version>1.0.3</org.quickfixj.orchestra.tools.version> |
105 | | - <jaxen.version>2.0.1</jaxen.version> |
106 | | - <jmh.version>1.37</jmh.version> |
107 | | - <jcstress.version>0.16</jcstress.version> |
108 | | - <hsqldb.version>1.8.0.10</hsqldb.version> |
| 100 | + <jaxen.version>2.0.3</jaxen.version> |
| 101 | + <jmh.version>1.37</jmh.version> |
| 102 | + <jcstress.version>0.16</jcstress.version> |
| 103 | + <hsqldb.version>1.8.0.10</hsqldb.version> |
| 104 | + <netty.version>4.2.13.Final</netty.version> |
| 105 | + <class-pruner-plugin.version>3.0.1</class-pruner-plugin.version> |
109 | 106 | </properties> |
110 | 107 |
|
111 | 108 | <dependencyManagement> |
|
176 | 173 | <artifactId>maven-plugin-api</artifactId> |
177 | 174 | <version>${maven-plugin-api-version}</version> |
178 | 175 | </dependency> |
179 | | - <dependency> |
180 | | - <groupId>org.apache.maven.shared</groupId> |
181 | | - <artifactId>maven-shared-utils</artifactId> |
182 | | - <version>${maven-shared-utils.version}</version> |
183 | | - </dependency> |
184 | | - <dependency> |
185 | | - <groupId>org.apache.maven.shared</groupId> |
186 | | - <artifactId>file-management</artifactId> |
187 | | - <version>${file-management.version}</version> |
188 | | - </dependency> |
189 | | - <dependency> |
190 | | - <groupId>org.apache.maven</groupId> |
191 | | - <artifactId>maven-core</artifactId> |
192 | | - <version>${maven-libs-version}</version> |
193 | | - </dependency> |
194 | | - <dependency> |
195 | | - <groupId>org.apache.maven</groupId> |
196 | | - <artifactId>maven-artifact</artifactId> |
197 | | - <version>${maven-libs-version}</version> |
198 | | - <scope>provided</scope> |
199 | | - </dependency> |
200 | | - <dependency> |
201 | | - <groupId>org.apache.maven</groupId> |
202 | | - <artifactId>maven-compat</artifactId> |
203 | | - <version>${maven-libs-version}</version> |
204 | | - </dependency> |
205 | 176 | <dependency> |
206 | 177 | <groupId>org.apache.maven.plugin-tools</groupId> |
207 | 178 | <artifactId>maven-plugin-annotations</artifactId> |
208 | 179 | <version>${maven-plugin-annotations.version}</version> |
209 | 180 | </dependency> |
210 | | - <dependency> |
211 | | - <groupId>org.apache.maven.plugin-testing</groupId> |
212 | | - <artifactId>maven-plugin-testing-harness</artifactId> |
213 | | - <version>${maven-plugin-testing-harness.version}</version> |
214 | | - </dependency> |
215 | 181 | <dependency> |
216 | 182 | <groupId>org.apache.maven</groupId> |
217 | 183 | <artifactId>maven-project</artifactId> |
218 | 184 | <scope>provided</scope> |
219 | 185 | <version>2.2.1</version> |
220 | 186 | </dependency> |
221 | | - <dependency> |
222 | | - <groupId>org.codehaus.plexus</groupId> |
223 | | - <artifactId>plexus-utils</artifactId> |
224 | | - <version>4.0.3</version> |
225 | | - </dependency> |
226 | | - <dependency> |
227 | | - <groupId>org.codehaus.plexus</groupId> |
228 | | - <artifactId>plexus-xml</artifactId> |
229 | | - <version>4.0.4</version> |
230 | | - </dependency> |
231 | 187 | <dependency> |
232 | 188 | <groupId>com.sleepycat</groupId> |
233 | 189 | <artifactId>je</artifactId> |
|
422 | 378 | </dependency> |
423 | 379 | </dependencies> |
424 | 380 | </plugin> |
425 | | - <plugin> |
426 | | - <artifactId>maven-invoker-plugin</artifactId> |
427 | | - <version>3.10.0</version> |
428 | | - </plugin> |
429 | 381 | <plugin> |
430 | 382 | <artifactId>maven-plugin-plugin</artifactId> |
431 | 383 | <version>3.15.2</version> |
|
448 | 400 | <artifactId>quickfixj-from-fix-orchestra-dictionary-generator-maven-plugin</artifactId> |
449 | 401 | <version>${org.quickfixj.orchestra.tools.version}</version> |
450 | 402 | </plugin> |
| 403 | + <plugin> |
| 404 | + <groupId>org.quickfixj</groupId> |
| 405 | + <artifactId>quickfixj-class-pruner-maven-plugin</artifactId> |
| 406 | + <version>${class-pruner-plugin.version}</version> |
| 407 | + </plugin> |
451 | 408 | <plugin> |
452 | 409 | <groupId>org.apache.maven.plugins</groupId> |
453 | 410 | <artifactId>maven-enforcer-plugin</artifactId> |
|
0 commit comments