Skip to content

Commit 5f74bb5

Browse files
authored
Merge branch 'master' into copilot/check-os-specific-dependency
2 parents 47c1720 + e728739 commit 5f74bb5

12 files changed

Lines changed: 1 addition & 64 deletions

File tree

pom.xml

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
<maven.compiler.target>8</maven.compiler.target>
7171
<mainClass />
7272
<maven.version>3.9.12</maven.version>
73-
<maven-libs-version>${maven.version}</maven-libs-version>
7473
<maven-plugin-api-version>3.9.15</maven-plugin-api-version>
7574
<maven-resources-plugin-version>3.5.0</maven-resources-plugin-version>
7675
<maven-compiler-plugin-version>3.15.0</maven-compiler-plugin-version>
@@ -86,10 +85,7 @@
8685
<maven-deploy-plugin-version>3.1.4</maven-deploy-plugin-version>
8786
<nexus-staging-maven-plugin-version>1.7.0</nexus-staging-maven-plugin-version>
8887
<build-helper-maven-plugin-version>3.6.1</build-helper-maven-plugin-version>
89-
<maven-shared-utils.version>3.4.2</maven-shared-utils.version>
90-
<file-management.version>3.2.0</file-management.version>
9188
<maven-plugin-annotations.version>3.15.2</maven-plugin-annotations.version>
92-
<maven-plugin-testing-harness.version>3.5.1</maven-plugin-testing-harness.version>
9389
<plantuml-maven-plugin-version>1.2</plantuml-maven-plugin-version>
9490
<plantuml-version>8059</plantuml-version>
9591
<xml-maven-plugin-version>1.2.1</xml-maven-plugin-version>
@@ -177,58 +173,17 @@
177173
<artifactId>maven-plugin-api</artifactId>
178174
<version>${maven-plugin-api-version}</version>
179175
</dependency>
180-
<dependency>
181-
<groupId>org.apache.maven.shared</groupId>
182-
<artifactId>maven-shared-utils</artifactId>
183-
<version>${maven-shared-utils.version}</version>
184-
</dependency>
185-
<dependency>
186-
<groupId>org.apache.maven.shared</groupId>
187-
<artifactId>file-management</artifactId>
188-
<version>${file-management.version}</version>
189-
</dependency>
190-
<dependency>
191-
<groupId>org.apache.maven</groupId>
192-
<artifactId>maven-core</artifactId>
193-
<version>${maven-libs-version}</version>
194-
</dependency>
195-
<dependency>
196-
<groupId>org.apache.maven</groupId>
197-
<artifactId>maven-artifact</artifactId>
198-
<version>${maven-libs-version}</version>
199-
<scope>provided</scope>
200-
</dependency>
201-
<dependency>
202-
<groupId>org.apache.maven</groupId>
203-
<artifactId>maven-compat</artifactId>
204-
<version>${maven-libs-version}</version>
205-
</dependency>
206176
<dependency>
207177
<groupId>org.apache.maven.plugin-tools</groupId>
208178
<artifactId>maven-plugin-annotations</artifactId>
209179
<version>${maven-plugin-annotations.version}</version>
210180
</dependency>
211-
<dependency>
212-
<groupId>org.apache.maven.plugin-testing</groupId>
213-
<artifactId>maven-plugin-testing-harness</artifactId>
214-
<version>${maven-plugin-testing-harness.version}</version>
215-
</dependency>
216181
<dependency>
217182
<groupId>org.apache.maven</groupId>
218183
<artifactId>maven-project</artifactId>
219184
<scope>provided</scope>
220185
<version>2.2.1</version>
221186
</dependency>
222-
<dependency>
223-
<groupId>org.codehaus.plexus</groupId>
224-
<artifactId>plexus-utils</artifactId>
225-
<version>4.0.3</version>
226-
</dependency>
227-
<dependency>
228-
<groupId>org.codehaus.plexus</groupId>
229-
<artifactId>plexus-xml</artifactId>
230-
<version>4.0.4</version>
231-
</dependency>
232187
<dependency>
233188
<groupId>com.sleepycat</groupId>
234189
<artifactId>je</artifactId>
@@ -423,10 +378,6 @@
423378
</dependency>
424379
</dependencies>
425380
</plugin>
426-
<plugin>
427-
<artifactId>maven-invoker-plugin</artifactId>
428-
<version>3.10.0</version>
429-
</plugin>
430381
<plugin>
431382
<artifactId>maven-plugin-plugin</artifactId>
432383
<version>3.15.2</version>

quickfixj-distribution/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@
3232
<artifactId>quickfixj-dictgenerator</artifactId>
3333
<version>${project.version}</version>
3434
</dependency>
35-
<dependency>
36-
<groupId>org.quickfixj</groupId>
37-
<artifactId>quickfixj-class-pruner-maven-plugin</artifactId>
38-
<version>${class-pruner-plugin.version}</version>
39-
</dependency>
4035
<dependency>
4136
<groupId>org.quickfixj</groupId>
4237
<artifactId>quickfixj-base</artifactId>

quickfixj-messages/quickfixj-messages-fix40/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
<!-- prune classes that are not in the FIX Dictionaries specified below -->
2929
<groupId>org.quickfixj</groupId>
3030
<artifactId>quickfixj-class-pruner-maven-plugin</artifactId>
31-
<version>${class-pruner-plugin.version}</version>
3231
<executions>
3332
<execution>
3433
<id>prune</id>

quickfixj-messages/quickfixj-messages-fix41/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
<!-- prune classes that are not in the FIX Dictionaries specified below -->
2929
<groupId>org.quickfixj</groupId>
3030
<artifactId>quickfixj-class-pruner-maven-plugin</artifactId>
31-
<version>${class-pruner-plugin.version}</version>
3231
<executions>
3332
<execution>
3433
<id>prune</id>

quickfixj-messages/quickfixj-messages-fix42/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
<!-- prune classes that are not in the FIX Dictionaries specified below -->
2929
<groupId>org.quickfixj</groupId>
3030
<artifactId>quickfixj-class-pruner-maven-plugin</artifactId>
31-
<version>${class-pruner-plugin.version}</version>
3231
<executions>
3332
<execution>
3433
<id>prune</id>

quickfixj-messages/quickfixj-messages-fix43/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
<!-- prune classes that are not in the FIX Dictionaries specified below -->
2929
<groupId>org.quickfixj</groupId>
3030
<artifactId>quickfixj-class-pruner-maven-plugin</artifactId>
31-
<version>${class-pruner-plugin.version}</version>
3231
<executions>
3332
<execution>
3433
<id>prune</id>

quickfixj-messages/quickfixj-messages-fix44/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
<!-- prune classes that are not in the FIX Dictionaries specified below -->
2929
<groupId>org.quickfixj</groupId>
3030
<artifactId>quickfixj-class-pruner-maven-plugin</artifactId>
31-
<version>${class-pruner-plugin.version}</version>
3231
<executions>
3332
<execution>
3433
<id>prune</id>

quickfixj-messages/quickfixj-messages-fix50/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@
8787
<!-- prune classes that are not in the FIX Dictionaries specified below -->
8888
<groupId>org.quickfixj</groupId>
8989
<artifactId>quickfixj-class-pruner-maven-plugin</artifactId>
90-
<version>${class-pruner-plugin.version}</version>
9190
<executions>
9291
<execution>
9392
<id>prune</id>

quickfixj-messages/quickfixj-messages-fix50sp1/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@
8787
<!-- prune classes that are not in the FIX Dictionaries specified below -->
8888
<groupId>org.quickfixj</groupId>
8989
<artifactId>quickfixj-class-pruner-maven-plugin</artifactId>
90-
<version>${class-pruner-plugin.version}</version>
9190
<executions>
9291
<execution>
9392
<id>prune</id>

quickfixj-messages/quickfixj-messages-fix50sp2/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@
8787
<!-- prune classes that are not in the FIX Dictionaries specified below -->
8888
<groupId>org.quickfixj</groupId>
8989
<artifactId>quickfixj-class-pruner-maven-plugin</artifactId>
90-
<version>${class-pruner-plugin.version}</version>
9190
<executions>
9291
<execution>
9392
<id>prune</id>

0 commit comments

Comments
 (0)