Przeglądaj źródła

Revert "fixing merge conflicts"

This reverts commit 79a2696a3f37e62fae530e934ca9754291f9d5af.
Trinh Tong 6 lat temu
rodzic
commit
2ebf0f0001
2 zmienionych plików z 0 dodań i 15 usunięć
  1. 0
    14
      Client/Client.iml
  2. 0
    1
      Client/pom.xml

+ 0
- 14
Client/Client.iml Wyświetl plik

@@ -10,19 +10,5 @@
10 10
     </content>
11 11
     <orderEntry type="inheritedJdk" />
12 12
     <orderEntry type="sourceFolder" forTests="false" />
13
-
14
-    <orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.12" level="project" />
15
-    <orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
16
-    <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-databind:2.8.6" level="project" />
17
-    <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.8.0" level="project" />
18
-    <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-core:2.8.6" level="project" />
19
-    <orderEntry type="library" name="Maven: org.apache.httpcomponents:httpclient:4.5.6" level="project" />
20
-    <orderEntry type="library" name="Maven: org.apache.httpcomponents:httpcore:4.4.10" level="project" />
21
-    <orderEntry type="library" name="Maven: commons-logging:commons-logging:1.2" level="project" />
22
-    <orderEntry type="library" name="Maven: commons-codec:commons-codec:1.10" level="project" />
23
-    <orderEntry type="library" name="Maven: org.json:json:20180813" level="project" />
24
-    <orderEntry type="library" name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.9.0" level="project" />
25
-    <orderEntry type="library" name="Maven: org.apache.geronimo.bundles:json:20090211_1" level="project" />
26
-
27 13
   </component>
28 14
 </module>

+ 0
- 1
Client/pom.xml Wyświetl plik

@@ -29,7 +29,6 @@
29 29
             <version>4.12</version>
30 30
             <scope>test</scope>
31 31
         </dependency>
32
-
33 32
         <dependency>
34 33
             <groupId>com.fasterxml.jackson.core</groupId>
35 34
             <artifactId>jackson-databind</artifactId>