File tree Expand file tree Collapse file tree 9 files changed +6
-256
lines changed
main/kotlin/org/axonframework/extensions/kotlin Expand file tree Collapse file tree 9 files changed +6
-256
lines changed Original file line number Diff line number Diff line change 66 ~ you may not use this file except in compliance with the License.
77 ~ You may obtain a copy of the License at
88 ~
9- ~ http://www.apache.org/licenses/LICENSE-2.0
9+ ~ http://www.apache.org/licenses/LICENSE-2.0
1010 ~
1111 ~ Unless required by applicable law or agreed to in writing, software
1212 ~ distributed under the License is distributed on an "AS IS" BASIS,
3737 <scope >provided</scope >
3838 </dependency >
3939 </dependencies >
40-
41- <profiles >
42- <profile >
43- <id >license</id >
44- <build >
45- <plugins >
46- <plugin >
47- <groupId >org.codehaus.mojo</groupId >
48- <artifactId >license-maven-plugin</artifactId >
49- </plugin >
50- </plugins >
51- </build >
52- </profile >
53- </profiles >
54-
5540</project >
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16+
1617package org.axonframework.extensions.kotlin
1718
1819import org.axonframework.commandhandling.CommandMessage
Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16+
1617package org.axonframework.extensions.kotlin
1718
1819import org.axonframework.serialization.SimpleSerializedType
Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16+
1617package org.axonframework.extensions.kotlin
1718
1819import org.axonframework.eventhandling.GenericEventMessage
Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16+
1617package org.axonframework.extensions.kotlin
1718
1819import org.axonframework.messaging.responsetypes.ResponseTypes
Original file line number Diff line number Diff line change 66 ~ you may not use this file except in compliance with the License.
77 ~ You may obtain a copy of the License at
88 ~
9- ~ http://www.apache.org/licenses/LICENSE-2.0
9+ ~ http://www.apache.org/licenses/LICENSE-2.0
1010 ~
1111 ~ Unless required by applicable law or agreed to in writing, software
1212 ~ distributed under the License is distributed on an "AS IS" BASIS,
253253 <artifactId >maven-install-plugin</artifactId >
254254 <version >2.5.2</version >
255255 </plugin >
256- <!-- License -->
257- <plugin >
258- <groupId >org.codehaus.mojo</groupId >
259- <artifactId >license-maven-plugin</artifactId >
260- <version >2.0.0</version >
261- <configuration >
262- <licenseName >axon_apache_v2</licenseName >
263- <licenseResolver >${project.baseUri} src/license</licenseResolver >
264- <inceptionYear >2019</inceptionYear >
265- <roots >
266- <root >src/main/kotlin</root >
267- <root >src/test/kotlin</root >
268- </roots >
269- </configuration >
270- <executions >
271- <execution >
272- <id >update-file-header</id >
273- <goals >
274- <goal >update-file-header</goal >
275- </goals >
276- <phase >process-sources</phase >
277- </execution >
278- </executions >
279- </plugin >
280-
281256 </plugins >
282257 </pluginManagement >
283258 <plugins >
You can’t perform that action at this time.
0 commit comments