Bläddra i källkod

idk what Im doing

Trinh Tong 6 år sedan
förälder
incheckning
4b240b4503
2 ändrade filer med 0 tillägg och 42 borttagningar
  1. 0
    1
      Client/Client.iml
  2. 0
    41
      Client/pom.xml

+ 0
- 1
Client/Client.iml Visa fil

@@ -23,6 +23,5 @@
23 23
     <orderEntry type="library" name="Maven: org.json:json:20180813" level="project" />
24 24
     <orderEntry type="library" name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.9.0" level="project" />
25 25
     <orderEntry type="library" name="Maven: org.apache.geronimo.bundles:json:20090211_1" level="project" />
26
-
27 26
   </component>
28 27
 </module>

+ 0
- 41
Client/pom.xml Visa fil

@@ -29,45 +29,4 @@
29 29
             <version>4.12</version>
30 30
             <scope>test</scope>
31 31
         </dependency>
32
-
33
-        <dependency>
34
-            <groupId>com.fasterxml.jackson.core</groupId>
35
-            <artifactId>jackson-databind</artifactId>
36
-            <version>2.9.7</version>
37
-            <scope>compile</scope>
38
-        </dependency>
39
-        <dependency>
40
-            <groupId>com.fasterxml.jackson.core</groupId>
41
-            <artifactId>jackson-core</artifactId>
42
-            <version>2.9.7</version>
43
-            <scope>compile</scope>
44
-        </dependency>
45
-        <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations -->
46
-        <dependency>
47
-            <groupId>com.fasterxml.jackson.core</groupId>
48
-            <artifactId>jackson-annotations</artifactId>
49
-            <version>2.9.7</version>
50
-        </dependency>
51
-        <dependency>
52
-            <groupId>org.apache.httpcomponents</groupId>
53
-            <artifactId>httpclient</artifactId>
54
-            <version>4.5.6</version>
55
-            <scope>compile</scope>
56
-        </dependency>
57
-        <dependency>
58
-            <groupId>org.apache.httpcomponents</groupId>
59
-            <artifactId>httpclient</artifactId>
60
-            <version>4.5.6</version>
61
-            <scope>compile</scope>
62
-        </dependency>
63
-        <dependency>
64
-            <groupId>org.apache.httpcomponents</groupId>
65
-            <artifactId>httpclient</artifactId>
66
-            <version>4.5.6</version>
67
-            <scope>compile</scope>
68
-        </dependency>
69
-
70
-    </dependencies>
71
-
72
-
73 32
 </project>