Skip to content

Commit e7be8f4

Browse files
committed
build: clean up pom
using mvn dependency:analyze
1 parent 15ffec3 commit e7be8f4

File tree

1 file changed

+38
-44
lines changed
  • org.eclipse.lyo.testsuite.server

1 file changed

+38
-44
lines changed

org.eclipse.lyo.testsuite.server/pom.xml

Lines changed: 38 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -76,57 +76,26 @@
7676
<artifactId>jaxb-api</artifactId>
7777
<version>2.3.1</version>
7878
</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>
8979

9080
<dependency>
9181
<groupId>junit</groupId>
9282
<artifactId>junit</artifactId>
9383
<version>4.13.2</version>
9484
</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>
10185

10286
<dependency>
10387
<groupId>org.apache.httpcomponents</groupId>
10488
<artifactId>httpclient</artifactId>
10589
<version>4.5.13</version>
10690
</dependency>
10791

108-
<!--
109-
<dependency>
110-
<groupId>commons-httpclient</groupId>
111-
<artifactId>commons-httpclient</artifactId>
112-
<version>3.1</version>
113-
</dependency>
114-
-->
115-
11692
<dependency>
11793
<groupId>net.oauth.core</groupId>
11894
<artifactId>oauth</artifactId>
11995
<version>20090617</version>
12096
<scope>compile</scope>
12197
</dependency>
12298

123-
<dependency>
124-
<groupId>net.oauth.core</groupId>
125-
<artifactId>oauth-consumer</artifactId>
126-
<version>20090617</version>
127-
<scope>compile</scope>
128-
</dependency>
129-
13099
<dependency>
131100
<groupId>net.oauth.core</groupId>
132101
<artifactId>oauth-httpclient3</artifactId>
@@ -140,29 +109,54 @@
140109
</dependency>
141110

142111
<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>
153115
</dependency>
154116

155117
<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>
159121
</dependency>
160122

161123
<dependency>
162124
<groupId>xml-apis</groupId>
163125
<artifactId>xml-apis</artifactId>
164126
<version>1.4.01</version>
165127
</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>
166160
</dependencies>
167161

168162
<build>

0 commit comments

Comments
 (0)