File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272 <maven .core.version>3.9.9</maven .core.version>
7373 <maven .plugin.api.version>3.9.11</maven .plugin.api.version>
7474 <maven .plugin.annotations.version>3.15.2</maven .plugin.annotations.version>
75- <maven .plugin.plugin.version>3.8 .2</maven .plugin.plugin.version>
75+ <maven .plugin.plugin.version>3.15 .2</maven .plugin.plugin.version>
7676 <maven .plugin.compiler.version>3.14.1</maven .plugin.compiler.version>
7777 <mojo .executor.version>2.4.1</mojo .executor.version>
7878 <org .jsoup.version>1.18.3</org .jsoup.version>
9090 <logback .version>1.2.13</logback .version>
9191 <eea .version>2.4.0</eea .version>
9292 <m2e .jdt.annotationpath>target/dependency</m2e .jdt.annotationpath>
93+ <dom4j .version>2.2.0</dom4j .version>
9394 </properties >
9495
9596 <dependencies >
Original file line number Diff line number Diff line change 4343 </exclusion >
4444 </exclusions >
4545 </dependency >
46+ <dependency >
47+ <groupId >org.dom4j</groupId >
48+ <artifactId >dom4j</artifactId >
49+ <version >${dom4j.version} </version >
50+ </dependency >
4651
4752 <!-- MOJO Executor -->
4853 <dependency >
4954 <groupId >org.twdata.maven</groupId >
5055 <artifactId >mojo-executor</artifactId >
5156 <version >${mojo.executor.version} </version >
5257 </dependency >
58+ <dependency >
59+ <groupId >org.apache.maven</groupId >
60+ <artifactId >maven-core</artifactId >
61+ <version >${maven.core.version} </version >
62+ <scope >provided</scope >
63+ </dependency >
5364
5465 <!-- Saxon dependency -->
5566 <dependency >
7586 <plugin >
7687 <artifactId >maven-plugin-plugin</artifactId >
7788 <version >${maven.plugin.plugin.version} </version >
89+ <configuration >
90+ <goalPrefix >sat</goalPrefix >
91+ </configuration >
7892 <executions >
7993 <execution >
8094 <id >default-addPluginArtifactMetadata</id >
You can’t perform that action at this time.
0 commit comments