Browse Source

@IPU_FIXBUG_2021@weihf@需要将ipu依赖放在前面,优先级更高。

weihf 4 years ago
parent
commit
dc06c2b348
2 changed files with 13 additions and 13 deletions
  1. 7 7
      ipu-rest-demo/pom.xml
  2. 6 6
      ipu-rest-scaffold/pom.xml

+ 7 - 7
ipu-rest-demo/pom.xml

@ -53,16 +53,16 @@
53 53
	<dependencyManagement>
54 54
		<dependencies>
55 55
			<dependency>
56
				<groupId>org.springframework.boot</groupId>
57
				<artifactId>spring-boot-dependencies</artifactId>
58
				<version>${org.springframework.boot}</version>
56
				<groupId>com.ai.ipu.server</groupId>
57
				<artifactId>ipu-dependencies</artifactId>
58
				<version>${ipu}</version>
59 59
				<type>pom</type>
60 60
				<scope>import</scope>
61 61
			</dependency>
62 62
			<dependency>
63
				<groupId>com.ai.ipu.server</groupId>
64
				<artifactId>ipu-dependencies</artifactId>
65
				<version>${ipu}</version>
63
				<groupId>org.springframework.boot</groupId>
64
				<artifactId>spring-boot-dependencies</artifactId>
65
				<version>${org.springframework.boot}</version>
66 66
				<type>pom</type>
67 67
				<scope>import</scope>
68 68
			</dependency>
@ -107,7 +107,7 @@
107 107
					<artifactId>ipu-cache</artifactId>
108 108
				</exclusion>
109 109
			</exclusions>
110
			<version>3.1-SNAPSHOT</version>
110
111 111
        </dependency>
112 112
        <!-- 使用ipu-nosql、ipu-cache 3.2-SNAPSHOT是因为配合ipu-spring-nacos自动同步配置所需 -->
113 113
		<dependency>

+ 6 - 6
ipu-rest-scaffold/pom.xml

@ -62,16 +62,16 @@
62 62
	<dependencyManagement>
63 63
		<dependencies>
64 64
			<dependency>
65
				<groupId>org.springframework.boot</groupId>
66
				<artifactId>spring-boot-dependencies</artifactId>
67
				<version>${org.springframework.boot}</version>
65
				<groupId>com.ai.ipu.server</groupId>
66
				<artifactId>ipu-dependencies</artifactId>
67
				<version>${ipu}</version>
68 68
				<type>pom</type>
69 69
				<scope>import</scope>
70 70
			</dependency>
71 71
			<dependency>
72
				<groupId>com.ai.ipu.server</groupId>
73
				<artifactId>ipu-dependencies</artifactId>
74
				<version>${ipu}</version>
72
				<groupId>org.springframework.boot</groupId>
73
				<artifactId>spring-boot-dependencies</artifactId>
74
				<version>${org.springframework.boot}</version>
75 75
				<type>pom</type>
76 76
				<scope>import</scope>
77 77
			</dependency>