|
25 | 25 | </description> |
26 | 26 |
|
27 | 27 | <modules> |
| 28 | + <module>boms/project-bom</module> |
28 | 29 | <module>tools</module> |
29 | 30 | <module>api</module> |
30 | 31 | <module>extension</module> |
| 32 | + <module>boms/bom</module> |
31 | 33 | </modules> |
32 | 34 |
|
33 | 35 | <properties> |
34 | 36 | <!-- Override the release version --> |
35 | 37 | <maven.compiler.release>17</maven.compiler.release> |
36 | | - |
37 | | - <!-- Project dependencies --> |
38 | | - <version.org.jboss.logging.jboss-logging>3.6.1.Final</version.org.jboss.logging.jboss-logging> |
39 | | - <version.org.jsoup>1.21.2</version.org.jsoup> |
40 | 38 | <version.org.kohsuke.metainf-services>1.11</version.org.kohsuke.metainf-services> |
41 | | - <version.org.wildfly.launcher>1.0.2.Final</version.org.wildfly.launcher> |
42 | | - <version.org.wildfly.plugin.tools>2.0.0.Alpha2</version.org.wildfly.plugin.tools> |
43 | 39 | <!-- Used to override the provisioned version of WildFly. Defaults to empty which is the latest from the channel. --> |
44 | 40 | <version.org.wildfly/> |
45 | 41 |
|
46 | | - <!-- Test dependencies --> |
47 | | - <version.org.junit>6.0.1</version.org.junit> |
48 | | - <version.org.jboss.shrinkwrap.shrinkwrap>1.2.6</version.org.jboss.shrinkwrap.shrinkwrap> |
49 | | - |
50 | 42 | <!-- Plugin versions --> |
51 | 43 | <version.formatter.maven.plugin>2.29.0</version.formatter.maven.plugin> |
52 | 44 | <version.impsort.maven.plugin>1.12.0</version.impsort.maven.plugin> |
|
65 | 57 | <!-- checkstyle configuration --> |
66 | 58 | <linkXRef>false</linkXRef> |
67 | 59 |
|
68 | | - <wildfly.scm.connection>scm:git://github.com/wildfly/wildfly-testing-tools.git</wildfly.scm.connection> |
69 | | - <wildfly.scm.developer.connection>scm:git:git@github.com:wildfly/wildfly-testing-toolsn.git |
| 60 | + <wildfly.scm.connection>scm:git://github.com/wildfly-extras/wildfly-testing-tools.git</wildfly.scm.connection> |
| 61 | + <wildfly.scm.developer.connection>scm:git:git@github.com:wildfly-extras/wildfly-testing-tools.git |
70 | 62 | </wildfly.scm.developer.connection> |
71 | | - <wildfly.scm.url>https://github.com/wildfly/wildfly-testing-tools</wildfly.scm.url> |
| 63 | + <wildfly.scm.url>https://github.com/wildfly-extras/wildfly-testing-tools</wildfly.scm.url> |
72 | 64 |
|
73 | 65 | <!-- Other properties --> |
74 | 66 | <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile> |
|
97 | 89 |
|
98 | 90 | <issueManagement> |
99 | 91 | <system>GitHub</system> |
100 | | - <url>https://github.com/wildfly/wildfly-testing-tools/issues</url> |
| 92 | + <url>https://github.com/wildfly-extras/wildfly-testing-tools/issues</url> |
101 | 93 | </issueManagement> |
102 | 94 |
|
103 | 95 | <scm> |
|
115 | 107 | </license> |
116 | 108 | </licenses> |
117 | 109 |
|
118 | | - <dependencyManagement> |
119 | | - <dependencies> |
120 | | - <dependency> |
121 | | - <groupId>org.junit</groupId> |
122 | | - <artifactId>junit-bom</artifactId> |
123 | | - <version>${version.org.junit}</version> |
124 | | - <type>pom</type> |
125 | | - <scope>import</scope> |
126 | | - </dependency> |
127 | | - <dependency> |
128 | | - <groupId>jakarta.platform</groupId> |
129 | | - <artifactId>jakarta.jakartaee-bom</artifactId> |
130 | | - <version>10.0.0</version> |
131 | | - <scope>import</scope> |
132 | | - <type>pom</type> |
133 | | - </dependency> |
134 | | - <dependency> |
135 | | - <groupId>org.jboss.logging</groupId> |
136 | | - <artifactId>jboss-logging</artifactId> |
137 | | - <version>${version.org.jboss.logging.jboss-logging}</version> |
138 | | - </dependency> |
139 | | - <dependency> |
140 | | - <groupId>org.jboss.resteasy</groupId> |
141 | | - <artifactId>resteasy-bom</artifactId> |
142 | | - <version>6.2.14.Final</version> |
143 | | - <scope>import</scope> |
144 | | - <type>pom</type> |
145 | | - </dependency> |
146 | | - <dependency> |
147 | | - <groupId>org.jsoup</groupId> |
148 | | - <artifactId>jsoup</artifactId> |
149 | | - <version>${version.org.jsoup}</version> |
150 | | - </dependency> |
151 | | - <dependency> |
152 | | - <groupId>org.kohsuke.metainf-services</groupId> |
153 | | - <artifactId>metainf-services</artifactId> |
154 | | - <version>${version.org.kohsuke.metainf-services}</version> |
155 | | - <scope>provided</scope> |
156 | | - <optional>true</optional> |
157 | | - </dependency> |
158 | | - <dependency> |
159 | | - <groupId>org.wildfly.plugins</groupId> |
160 | | - <artifactId>wildfly-plugin-tools</artifactId> |
161 | | - <version>${version.org.wildfly.plugin.tools}</version> |
162 | | - </dependency> |
163 | | - <!-- We want this last to hopefully not have it override other dependencies --> |
164 | | - <dependency> |
165 | | - <groupId>org.jboss.shrinkwrap</groupId> |
166 | | - <artifactId>shrinkwrap-depchain</artifactId> |
167 | | - <version>1.2.6</version> |
168 | | - <type>pom</type> |
169 | | - </dependency> |
170 | | - </dependencies> |
171 | | - </dependencyManagement> |
172 | | - |
173 | 110 | <dependencies> |
174 | 111 | <dependency> |
175 | 112 | <groupId>org.kohsuke.metainf-services</groupId> |
176 | 113 | <artifactId>metainf-services</artifactId> |
| 114 | + <version>${version.org.kohsuke.metainf-services}</version> |
177 | 115 | <scope>provided</scope> |
178 | 116 | <optional>true</optional> |
179 | 117 | </dependency> |
|
0 commit comments