|
@@ -48,6 +48,15 @@
|
|
|
</dependencyManagement>
|
|
|
|
|
|
<dependencies>
|
|
|
+ <!--base-->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.global</groupId>
|
|
|
+ <artifactId>gbase</artifactId>
|
|
|
+ <version>1.0.2</version>
|
|
|
+ <scope>system</scope>
|
|
|
+ <systemPath>${project.basedir}/libs/gbase.1.0.2.jar</systemPath>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|