|
@@ -11,6 +11,7 @@
|
|
|
<groupId>com.dashboard</groupId>
|
|
|
<artifactId>dashboard</artifactId>
|
|
|
<version>1.0.1</version>
|
|
|
+ <packaging>jar</packaging>
|
|
|
<name>omes-dashboard</name>
|
|
|
<description>omes-dashboard</description>
|
|
|
<properties>
|
|
@@ -150,14 +151,8 @@
|
|
|
<build>
|
|
|
<plugins>
|
|
|
<plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-compiler-plugin</artifactId>
|
|
|
- <version>3.10.1</version>
|
|
|
- <configuration>
|
|
|
- <source>${maven.compiler.source}</source>
|
|
|
- <target>${maven.compiler.target}</target>
|
|
|
- <encoding>${project.build.sourceEncoding}</encoding>
|
|
|
- </configuration>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
</build>
|