|
@@ -71,6 +71,13 @@
|
|
|
<groupId>com.boman</groupId>
|
|
|
<artifactId>boman-common-swagger</artifactId>
|
|
|
</dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.boman</groupId>
|
|
|
+ <artifactId>boman-modules-system</artifactId>
|
|
|
+ <version>2.5.0</version>
|
|
|
+ <scope>compile</scope>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|
|
@@ -84,4 +91,21 @@
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
</build>
|
|
|
+
|
|
|
+<!-- <build>-->
|
|
|
+<!-- <finalName>${project.artifactId}</finalName>-->
|
|
|
+<!-- <plugins>-->
|
|
|
+<!-- <plugin>-->
|
|
|
+<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
+<!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
|
|
|
+<!-- <executions>-->
|
|
|
+<!-- <execution>-->
|
|
|
+<!-- <goals>-->
|
|
|
+<!-- <goal>repackage</goal>-->
|
|
|
+<!-- </goals>-->
|
|
|
+<!-- </execution>-->
|
|
|
+<!-- </executions>-->
|
|
|
+<!-- </plugin>-->
|
|
|
+<!-- </plugins>-->
|
|
|
+<!-- </build>-->
|
|
|
</project>
|