Bläddra i källkod

basic 去掉无用pom依赖

hanqingsong 3 år sedan
förälder
incheckning
1f1438e13b
1 ändrade filer med 6 tillägg och 6 borttagningar
  1. 6 6
      pom.xml

+ 6 - 6
pom.xml

@@ -108,11 +108,11 @@
108 108
 			<groupId>org.springframework</groupId>
109 109
 			<artifactId>spring-context-support</artifactId>
110 110
 		</dependency>
111
-		<dependency>
111
+		<!--<dependency>
112 112
             <groupId>com.google.code.gson</groupId>
113 113
             <artifactId>gson</artifactId>
114 114
             <version>2.8.2</version>
115
-        </dependency>
115
+        </dependency>-->
116 116
         <!-- 加载mybatis逆向生成工具包 -->
117 117
         <dependency>
118 118
 		    <groupId>org.mybatis.generator</groupId>
@@ -136,18 +136,18 @@
136 136
             <artifactId>spring-session-data-redis</artifactId>
137 137
         </dependency>
138 138
         
139
-        <dependency>
139
+        <!--<dependency>
140 140
             <groupId>org.apache.httpcomponents</groupId>
141 141
             <artifactId>httpcore</artifactId>
142 142
             <version>4.4.10</version>
143
-        </dependency>
143
+        </dependency>-->
144 144
 
145 145
         <!-- 调用http接口需要 -->
146
-        <dependency>
146
+        <!--<dependency>
147 147
             <groupId>org.apache.httpcomponents</groupId>
148 148
             <artifactId>httpclient</artifactId>
149 149
             <version>4.5.6</version>
150
-        </dependency>
150
+        </dependency>-->
151 151
         <!--添加webservice-->
152 152
 		<dependency>
153 153
 		   <groupId>org.apache.cxf</groupId>