Kaynağa Gözat

修改pom文件jar包引用

syh 5 yıl önce
ebeveyn
işleme
3966db613d
1 değiştirilmiş dosya ile 7 ekleme ve 7 silme
  1. 7 7
      pom.xml

+ 7 - 7
pom.xml

@@ -319,16 +319,16 @@
             <artifactId>htmlunit</artifactId>
             <version>2.36.0</version>
         </dependency>
-        <!--        <dependency>-->
-        <!--            <groupId>io.aexp.nodes.graphql</groupId>-->
-        <!--            <artifactId>nodes</artifactId>-->
-        <!--            <version>0.5.0</version>-->
-        <!--        </dependency>-->
         <dependency>
             <groupId>io.aexp.nodes.graphql</groupId>
             <artifactId>nodes</artifactId>
-            <version>0.4.0</version>
+            <version>0.5.0</version>
         </dependency>
+        <!--<dependency>
+            <groupId>io.aexp.nodes.graphql</groupId>
+            <artifactId>nodes</artifactId>
+            <version>0.4.0</version>
+        </dependency>-->
         <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
@@ -425,4 +425,4 @@
             </resource>
         </resources>
     </build>
-</project>
+</project>