simplifying the maven config
This commit is contained in:
parent
906953e947
commit
e3c677a305
|
@ -103,16 +103,6 @@
|
|||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<mainClass>org.baeldung.boot.DemoApplication</mainClass>
|
||||
<layout>ZIP</layout>
|
||||
<requiresUnpack>
|
||||
<dependency>
|
||||
<groupId>org.jruby</groupId>
|
||||
<artifactId>jruby-complete</artifactId>
|
||||
</dependency>
|
||||
</requiresUnpack>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
|
|
Loading…
Reference in New Issue