|
76 | 76 | <artifactId>jaxb-api</artifactId> |
77 | 77 | <version>2.3.1</version> |
78 | 78 | </dependency> |
79 | | - <dependency> |
80 | | - <groupId>com.sun.xml.bind</groupId> |
81 | | - <artifactId>jaxb-core</artifactId> |
82 | | - <version>2.3.0</version> |
83 | | - </dependency> |
84 | | - <dependency> |
85 | | - <groupId>com.sun.xml.bind</groupId> |
86 | | - <artifactId>jaxb-impl</artifactId> |
87 | | - <version>2.3.0</version> |
88 | | - </dependency> |
89 | 79 |
|
90 | 80 | <dependency> |
91 | 81 | <groupId>junit</groupId> |
92 | 82 | <artifactId>junit</artifactId> |
93 | 83 | <version>4.13.2</version> |
94 | 84 | </dependency> |
95 | | - <dependency> |
96 | | - <groupId>commons-logging</groupId> |
97 | | - <artifactId>commons-logging</artifactId> |
98 | | - <scope>compile</scope> |
99 | | - <version>1.1.1</version> |
100 | | - </dependency> |
101 | 85 |
|
102 | 86 | <dependency> |
103 | 87 | <groupId>org.apache.httpcomponents</groupId> |
104 | 88 | <artifactId>httpclient</artifactId> |
105 | 89 | <version>4.5.13</version> |
106 | 90 | </dependency> |
107 | 91 |
|
108 | | -<!-- |
109 | | - <dependency> |
110 | | - <groupId>commons-httpclient</groupId> |
111 | | - <artifactId>commons-httpclient</artifactId> |
112 | | - <version>3.1</version> |
113 | | - </dependency> |
114 | | ---> |
115 | | - |
116 | 92 | <dependency> |
117 | 93 | <groupId>net.oauth.core</groupId> |
118 | 94 | <artifactId>oauth</artifactId> |
119 | 95 | <version>20090617</version> |
120 | 96 | <scope>compile</scope> |
121 | 97 | </dependency> |
122 | 98 |
|
123 | | - <dependency> |
124 | | - <groupId>net.oauth.core</groupId> |
125 | | - <artifactId>oauth-consumer</artifactId> |
126 | | - <version>20090617</version> |
127 | | - <scope>compile</scope> |
128 | | - </dependency> |
129 | | - |
130 | 99 | <dependency> |
131 | 100 | <groupId>net.oauth.core</groupId> |
132 | 101 | <artifactId>oauth-httpclient3</artifactId> |
|
140 | 109 | </dependency> |
141 | 110 |
|
142 | 111 | <dependency> |
143 | | - <groupId>org.slf4j</groupId> |
144 | | - <artifactId>slf4j-simple</artifactId> |
145 | | - <version>1.5.10</version> |
146 | | - </dependency> |
147 | | - |
148 | | - <!-- used in SimplifiedQueryAtomTests --> |
149 | | - <dependency> |
150 | | - <groupId>org.apache.abdera</groupId> |
151 | | - <artifactId>abdera-parser</artifactId> |
152 | | - <version>1.1.2</version> |
| 112 | + <groupId>org.apache.jena</groupId> |
| 113 | + <artifactId>jena-core</artifactId> |
| 114 | + <version>2.13.0</version> |
153 | 115 | </dependency> |
154 | 116 |
|
155 | 117 | <dependency> |
156 | | - <groupId>org.apache.jena</groupId> |
157 | | - <artifactId>jena-core</artifactId> |
158 | | - <version>2.7.1</version> |
| 118 | + <groupId>org.apache.httpcomponents</groupId> |
| 119 | + <artifactId>httpcore</artifactId> |
| 120 | + <version>4.4.13</version> |
159 | 121 | </dependency> |
160 | 122 |
|
161 | 123 | <dependency> |
162 | 124 | <groupId>xml-apis</groupId> |
163 | 125 | <artifactId>xml-apis</artifactId> |
164 | 126 | <version>1.4.01</version> |
165 | 127 | </dependency> |
| 128 | + |
| 129 | + <!-- Added undeclared dependencies --> |
| 130 | + <dependency> |
| 131 | + <groupId>org.apache.abdera</groupId> |
| 132 | + <artifactId>abdera-core</artifactId> |
| 133 | + <version>1.1.2</version> |
| 134 | + </dependency> |
| 135 | + <dependency> |
| 136 | + <groupId>org.apache.ws.commons.axiom</groupId> |
| 137 | + <artifactId>axiom-api</artifactId> |
| 138 | + <version>1.2.10</version> |
| 139 | + </dependency> |
| 140 | + <dependency> |
| 141 | + <groupId>log4j</groupId> |
| 142 | + <artifactId>log4j</artifactId> |
| 143 | + <version>1.2.17</version> |
| 144 | + </dependency> |
| 145 | + <dependency> |
| 146 | + <groupId>org.slf4j</groupId> |
| 147 | + <artifactId>slf4j-api</artifactId> |
| 148 | + <version>1.5.10</version> |
| 149 | + </dependency> |
| 150 | + <dependency> |
| 151 | + <groupId>org.apache.abdera</groupId> |
| 152 | + <artifactId>abdera-i18n</artifactId> |
| 153 | + <version>1.1.2</version> |
| 154 | + </dependency> |
| 155 | + <dependency> |
| 156 | + <groupId>commons-httpclient</groupId> |
| 157 | + <artifactId>commons-httpclient</artifactId> |
| 158 | + <version>3.1</version> |
| 159 | + </dependency> |
166 | 160 | </dependencies> |
167 | 161 |
|
168 | 162 | <build> |
|
0 commit comments