Merge pull request #8476 from kwoyke/BAEL-19956
BAEL-19956: Use jar packaging type
This commit is contained in:
commit
21f1e45a36
|
@ -5,7 +5,7 @@
|
|||
<artifactId>spring-scheduling</artifactId>
|
||||
<version>0.1-SNAPSHOT</version>
|
||||
<name>spring-scheduling</name>
|
||||
<packaging>war</packaging>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<parent>
|
||||
<groupId>com.baeldung</groupId>
|
||||
|
|
Loading…
Reference in New Issue