Browse Source

Merge remote-tracking branch 'origin/master'

Administrator 4 years ago
parent
commit
b04b0dcef8
1 changed files with 0 additions and 24 deletions
  1. 0 24
      boman-modules/boman-gen/pom.xml

+ 0 - 24
boman-modules/boman-gen/pom.xml

@@ -71,13 +71,6 @@
             <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>
@@ -91,21 +84,4 @@
             </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>