Skip to content

Commit 46ffdc1

Browse files
committed
cleanup xml indentation
1 parent 6db55d9 commit 46ffdc1

2 files changed

Lines changed: 32 additions & 31 deletions

File tree

core/pom.xml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@
5050
<artifactId>sesame-rio-nquads</artifactId>
5151
<scope>test</scope>
5252
</dependency>
53-
<dependency>
54-
<groupId>org.apache.httpcomponents</groupId>
55-
<artifactId>httpclient-osgi</artifactId>
56-
</dependency>
57-
<dependency>
58-
<groupId>org.apache.httpcomponents</groupId>
59-
<artifactId>httpcore-osgi</artifactId>
60-
</dependency>
61-
<!-- NOTE: Exclude this as a dependency if you are using slf4j-jcl. It
53+
<dependency>
54+
<groupId>org.apache.httpcomponents</groupId>
55+
<artifactId>httpclient-osgi</artifactId>
56+
</dependency>
57+
<dependency>
58+
<groupId>org.apache.httpcomponents</groupId>
59+
<artifactId>httpcore-osgi</artifactId>
60+
</dependency>
61+
<!-- NOTE: Exclude this as a dependency if you are using slf4j-jcl. It
6262
is necessary here to avoid ClassNotFoundErrors in httpclient -->
6363
<dependency>
6464
<groupId>org.slf4j</groupId>
@@ -78,13 +78,14 @@
7878
<configuration>
7979
<instructions>
8080
<Import-Package>
81-
org.slf4j.*; version="[1.0.0,2)",
82-
*
83-
</Import-Package>
84-
</instructions>
81+
org.slf4j.*; version="[1.0.0,2)",
82+
*
83+
</Import-Package>
84+
</instructions>
8585
</configuration>
8686
</plugin>
87-
<!-- Use this test plugin as bnd don't generate test jar needed by sesame integration module-->
87+
<!-- Use this test plugin as bnd don't generate test jar needed by sesame
88+
integration module -->
8889
<!-- test jar generation is configured by default for this plugin in parent -->
8990
<plugin>
9091
<groupId>org.apache.maven.plugins</groupId>

pom.xml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -134,22 +134,22 @@
134134
<version>${slf4j.version}</version>
135135
<scope>test</scope>
136136
</dependency>
137-
<dependency>
138-
<groupId>org.apache.httpcomponents</groupId>
139-
<artifactId>httpclient-osgi</artifactId>
140-
<version>${httpclient.version}</version>
141-
<exclusions>
142-
<exclusion>
143-
<artifactId>commons-logging</artifactId>
144-
<groupId>commons-logging</groupId>
145-
</exclusion>
146-
</exclusions>
147-
</dependency>
148-
<dependency>
149-
<groupId>org.apache.httpcomponents</groupId>
150-
<artifactId>httpcore-osgi</artifactId>
151-
<version>${httpclient.version}</version>
152-
</dependency>
137+
<dependency>
138+
<groupId>org.apache.httpcomponents</groupId>
139+
<artifactId>httpclient-osgi</artifactId>
140+
<version>${httpclient.version}</version>
141+
<exclusions>
142+
<exclusion>
143+
<artifactId>commons-logging</artifactId>
144+
<groupId>commons-logging</groupId>
145+
</exclusion>
146+
</exclusions>
147+
</dependency>
148+
<dependency>
149+
<groupId>org.apache.httpcomponents</groupId>
150+
<artifactId>httpcore-osgi</artifactId>
151+
<version>${httpclient.version}</version>
152+
</dependency>
153153
<dependency>
154154
<groupId>org.mockito</groupId>
155155
<artifactId>mockito-core</artifactId>
@@ -234,7 +234,7 @@
234234
<plugin>
235235
<groupId>org.apache.felix</groupId>
236236
<artifactId>maven-bundle-plugin</artifactId>
237-
<version>2.5.3</version>
237+
<version>2.5.3</version>
238238
</plugin>
239239
</plugins>
240240
</pluginManagement>

0 commit comments

Comments
 (0)