|
80 | 80 | <graphviz-version>0.18.1</graphviz-version>
|
81 | 81 | <guava-version>31.1-jre</guava-version>
|
82 | 82 | <guice-version>5.1.0</guice-version>
|
| 83 | + <io-admin-shell-aas-model>1.2.0</io-admin-shell-aas-model> |
| 84 | + <io-admin-shell-aas-serializer>1.2.0</io-admin-shell-aas-serializer> |
83 | 85 | <javaparser-version>3.24.2</javaparser-version>
|
84 |
| - <json-schema-validator-version>2.2.14</json-schema-validator-version> |
85 | 86 | <jena-version>4.4.0</jena-version>
|
86 |
| - <json-path-version>2.4.0</json-path-version> |
87 | 87 | <jqwik-version>1.6.5</jqwik-version>
|
| 88 | + <json-path-version>2.4.0</json-path-version> |
| 89 | + <json-schema-validator-version>2.2.14</json-schema-validator-version> |
88 | 90 | <lombok-version>1.18.24</lombok-version>
|
89 | 91 | <maven-plugin-annotations-version>3.5</maven-plugin-annotations-version>
|
90 | 92 | <maven-plugin-depdendencies-version>3.3.9</maven-plugin-depdendencies-version>
|
|
101 | 103 | <vavr-version>0.10.4</vavr-version>
|
102 | 104 | <!-- TODO remember to update the link to the Velocity engine user guide in the 'java-aspect-tooling.adoc' page -->
|
103 | 105 | <velocity-version>2.3</velocity-version>
|
104 |
| - <io-admin-shell-aas-model>1.2.0</io-admin-shell-aas-model> |
105 |
| - <io-admin-shell-aas-serializer>1.2.0</io-admin-shell-aas-serializer> |
| 106 | + |
106 | 107 |
|
107 | 108 | <!-- Versions of plugins -->
|
| 109 | + <build-helper-maven-plugin-version>3.2.0</build-helper-maven-plugin-version> |
| 110 | + <cyclonedx-maven-plugin-version>1.4.1</cyclonedx-maven-plugin-version> |
| 111 | + <git-commit-id-plugin-version>4.0.5</git-commit-id-plugin-version> |
| 112 | + <groovy-maven-plugin-version>2.1.1</groovy-maven-plugin-version> |
108 | 113 | <jacoco-maven-plugin-version>0.8.7</jacoco-maven-plugin-version>
|
109 | 114 | <maven-clean-plugin-version>3.1.0</maven-clean-plugin-version>
|
110 | 115 | <maven-compiler-plugin-version>3.8.1</maven-compiler-plugin-version>
|
| 116 | + <maven-enforcer-plugin-version>3.0.0</maven-enforcer-plugin-version> |
| 117 | + <maven-jar-plugin-version>3.2.2</maven-jar-plugin-version> |
111 | 118 | <maven-javadoc-plugin-version>3.3.0</maven-javadoc-plugin-version>
|
112 | 119 | <maven-resources-plugin-version>3.2.0</maven-resources-plugin-version>
|
| 120 | + <maven-scm-plugin-version>1.11.2</maven-scm-plugin-version> |
| 121 | + <maven-site-plugin-version>3.9.1</maven-site-plugin-version> |
113 | 122 | <maven-source-plugin-version>2.2.1</maven-source-plugin-version>
|
114 | 123 | <maven-surefire-plugin-version>2.22.2</maven-surefire-plugin-version>
|
115 | 124 | <maven-surefire-report-plugin-version>2.22.2</maven-surefire-report-plugin-version>
|
116 |
| - <cyclonedx-maven-plugin-version>1.4.1</cyclonedx-maven-plugin-version> |
117 |
| - <maven-scm-plugin-version>1.11.2</maven-scm-plugin-version> |
118 |
| - <groovy-maven-plugin-version>2.1.1</groovy-maven-plugin-version> |
119 |
| - <maven-site-plugin-version>3.9.1</maven-site-plugin-version> |
120 |
| - <maven-enforcer-plugin-version>3.0.0</maven-enforcer-plugin-version> |
121 |
| - <build-helper-maven-plugin-version>3.2.0</build-helper-maven-plugin-version> |
122 |
| - <maven-jar-plugin-version>3.2.2</maven-jar-plugin-version> |
123 |
| - <git-commit-id-plugin-version>4.0.5</git-commit-id-plugin-version> |
124 | 125 |
|
125 | 126 | <!-- General settings -->
|
126 | 127 | <testreports.directory>test-reports</testreports.directory>
|
|
0 commit comments