lepdou 8 years ago
parent
commit
288579d798
3 changed files with 10 additions and 6 deletions
  1. 5 1
      apollo-biz/pom.xml
  2. 0 5
      apollo-common/pom.xml
  3. 5 0
      apollo-portal/pom.xml

+ 5 - 1
apollo-biz/pom.xml

@@ -24,6 +24,10 @@
 			<artifactId>spring-cloud-starter-eureka</artifactId>
 		</dependency>
 		<!-- end of eureka -->
-
+		<dependency>
+			<groupId>com.h2database</groupId>
+			<artifactId>h2</artifactId>
+			<scope>test</scope>
+		</dependency>
 	</dependencies>
 </project>

+ 0 - 5
apollo-common/pom.xml

@@ -42,11 +42,6 @@
 			<groupId>mysql</groupId>
 			<artifactId>mysql-connector-java</artifactId>
 		</dependency>
-		<dependency>
-			<groupId>com.h2database</groupId>
-			<artifactId>h2</artifactId>
-			<scope>test</scope>
-		</dependency>
 		<dependency>
 			<groupId>org.springframework.data</groupId>
 			<artifactId>spring-data-commons</artifactId>

+ 5 - 0
apollo-portal/pom.xml

@@ -23,6 +23,11 @@
 			<artifactId>apollo-buildtools</artifactId>
 			<scope>test</scope>
 		</dependency>
+		<dependency>
+			<groupId>com.h2database</groupId>
+			<artifactId>h2</artifactId>
+			<scope>test</scope>
+		</dependency>
 	</dependencies>
 	<build>
 		<plugins>