Skip to content

Commit 6bcc78d

Browse files
author
Eugen Paraschiv
committed
BAEL-10335 - maven work
1 parent a9f853b commit 6bcc78d

File tree

3 files changed

+10
-55
lines changed

3 files changed

+10
-55
lines changed

libraries-data/pom.xml

-7
Original file line numberDiff line numberDiff line change
@@ -429,13 +429,6 @@
429429
</plugins>
430430
</build>
431431

432-
<repositories>
433-
<repository>
434-
<id>Apache Staging</id>
435-
<url>https://repository.apache.org/content/groups/staging</url>
436-
</repository>
437-
</repositories>
438-
439432
<properties>
440433
<storm.version>1.2.2</storm.version>
441434
<kryo.version>4.0.1</kryo.version>

spring-mvc-xml/pom.xml

+6-15
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.baeldung</groupId>
54
<version>0.1-SNAPSHOT</version>
65
<artifactId>spring-mvc-xml</artifactId>
76

@@ -86,13 +85,13 @@
8685
</exclusion>
8786
</exclusions>
8887
</dependency>
89-
88+
9089
<dependency>
91-
<groupId>org.springframework.boot</groupId>
92-
<artifactId>spring-boot-starter-test</artifactId>
93-
<version>1.5.10.RELEASE</version>
94-
<scope>test</scope>
95-
</dependency>
90+
<groupId>org.springframework.boot</groupId>
91+
<artifactId>spring-boot-starter-test</artifactId>
92+
<version>1.5.10.RELEASE</version>
93+
<scope>test</scope>
94+
</dependency>
9695
</dependencies>
9796

9897
<build>
@@ -116,14 +115,6 @@
116115

117116
</build>
118117

119-
<repositories>
120-
<repository>
121-
<id>1</id>
122-
<name>jstl</name>
123-
<url>https://mvnrepository.com/artifact/javax.servlet/jstl</url>
124-
</repository>
125-
</repositories>
126-
127118
<properties>
128119

129120
<!-- Spring -->

xml/pom.xml

+4-33
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
<version>${jaxen.version}</version>
2525
</dependency>
2626

27-
2827
<dependency>
2928
<groupId>org.jdom</groupId>
3029
<artifactId>jdom2</artifactId>
@@ -166,22 +165,22 @@
166165
<excludes>
167166
<exclude>template-binding.xml</exclude>
168167
</excludes>
169-
<schemaBindingDirectory>src/main/resources</schemaBindingDirectory>
168+
<schemaBindingDirectory>src/main/resources</schemaBindingDirectory>
170169
<includeSchemaBindings>
171170
<includeSchemaBindings>*-binding.xml</includeSchemaBindings>
172171
</includeSchemaBindings>
173172
<verbose>true</verbose>
174173
</configuration>
175174
<executions>
176175
<execution>
177-
<id>process-classes</id>
176+
<id>process-classes</id>
178177
<phase>process-classes</phase>
179178
<goals>
180179
<goal>bind</goal>
181180
</goals>
182181
</execution>
183-
<execution>
184-
<id>process-test-classes</id>
182+
<execution>
183+
<id>process-test-classes</id>
185184
<phase>process-test-classes</phase>
186185
<goals>
187186
<goal>test-bind</goal>
@@ -230,34 +229,6 @@
230229
</profile>
231230
</profiles>
232231

233-
<repositories>
234-
<repository>
235-
<id>jibx.sf.net</id>
236-
<name>JiBX repository</name>
237-
<url>http://jibx.sf.net/maven2</url>
238-
<releases>
239-
<updatePolicy>never</updatePolicy>
240-
</releases>
241-
<snapshots>
242-
<enabled>false</enabled>
243-
</snapshots>
244-
</repository>
245-
</repositories>
246-
247-
<pluginRepositories>
248-
<pluginRepository>
249-
<id>jibx.sf.net</id>
250-
<name>JiBX repository</name>
251-
<url>http://jibx.sf.net/maven2</url>
252-
<releases>
253-
<updatePolicy>never</updatePolicy>
254-
</releases>
255-
<snapshots>
256-
<enabled>false</enabled>
257-
</snapshots>
258-
</pluginRepository>
259-
</pluginRepositories>
260-
261232
<properties>
262233
<dom4j.version>1.6.1</dom4j.version>
263234
<jaxen.version>1.1.6</jaxen.version>

0 commit comments

Comments
 (0)