BAEL-10335 - maven work
This commit is contained in:
parent
a9f853b241
commit
6bcc78dce2
|
@ -429,13 +429,6 @@
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<repositories>
|
|
||||||
<repository>
|
|
||||||
<id>Apache Staging</id>
|
|
||||||
<url>https://repository.apache.org/content/groups/staging</url>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<storm.version>1.2.2</storm.version>
|
<storm.version>1.2.2</storm.version>
|
||||||
<kryo.version>4.0.1</kryo.version>
|
<kryo.version>4.0.1</kryo.version>
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.baeldung</groupId>
|
|
||||||
<version>0.1-SNAPSHOT</version>
|
<version>0.1-SNAPSHOT</version>
|
||||||
<artifactId>spring-mvc-xml</artifactId>
|
<artifactId>spring-mvc-xml</artifactId>
|
||||||
|
|
||||||
|
@ -86,13 +85,13 @@
|
||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-test</artifactId>
|
<artifactId>spring-boot-starter-test</artifactId>
|
||||||
<version>1.5.10.RELEASE</version>
|
<version>1.5.10.RELEASE</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
@ -116,14 +115,6 @@
|
||||||
|
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<repositories>
|
|
||||||
<repository>
|
|
||||||
<id>1</id>
|
|
||||||
<name>jstl</name>
|
|
||||||
<url>https://mvnrepository.com/artifact/javax.servlet/jstl</url>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
||||||
<!-- Spring -->
|
<!-- Spring -->
|
||||||
|
|
37
xml/pom.xml
37
xml/pom.xml
|
@ -24,7 +24,6 @@
|
||||||
<version>${jaxen.version}</version>
|
<version>${jaxen.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jdom</groupId>
|
<groupId>org.jdom</groupId>
|
||||||
<artifactId>jdom2</artifactId>
|
<artifactId>jdom2</artifactId>
|
||||||
|
@ -166,7 +165,7 @@
|
||||||
<excludes>
|
<excludes>
|
||||||
<exclude>template-binding.xml</exclude>
|
<exclude>template-binding.xml</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
<schemaBindingDirectory>src/main/resources</schemaBindingDirectory>
|
<schemaBindingDirectory>src/main/resources</schemaBindingDirectory>
|
||||||
<includeSchemaBindings>
|
<includeSchemaBindings>
|
||||||
<includeSchemaBindings>*-binding.xml</includeSchemaBindings>
|
<includeSchemaBindings>*-binding.xml</includeSchemaBindings>
|
||||||
</includeSchemaBindings>
|
</includeSchemaBindings>
|
||||||
|
@ -174,14 +173,14 @@
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>process-classes</id>
|
<id>process-classes</id>
|
||||||
<phase>process-classes</phase>
|
<phase>process-classes</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>bind</goal>
|
<goal>bind</goal>
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
<execution>
|
<execution>
|
||||||
<id>process-test-classes</id>
|
<id>process-test-classes</id>
|
||||||
<phase>process-test-classes</phase>
|
<phase>process-test-classes</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>test-bind</goal>
|
<goal>test-bind</goal>
|
||||||
|
@ -230,34 +229,6 @@
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
<repositories>
|
|
||||||
<repository>
|
|
||||||
<id>jibx.sf.net</id>
|
|
||||||
<name>JiBX repository</name>
|
|
||||||
<url>http://jibx.sf.net/maven2</url>
|
|
||||||
<releases>
|
|
||||||
<updatePolicy>never</updatePolicy>
|
|
||||||
</releases>
|
|
||||||
<snapshots>
|
|
||||||
<enabled>false</enabled>
|
|
||||||
</snapshots>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
|
||||||
|
|
||||||
<pluginRepositories>
|
|
||||||
<pluginRepository>
|
|
||||||
<id>jibx.sf.net</id>
|
|
||||||
<name>JiBX repository</name>
|
|
||||||
<url>http://jibx.sf.net/maven2</url>
|
|
||||||
<releases>
|
|
||||||
<updatePolicy>never</updatePolicy>
|
|
||||||
</releases>
|
|
||||||
<snapshots>
|
|
||||||
<enabled>false</enabled>
|
|
||||||
</snapshots>
|
|
||||||
</pluginRepository>
|
|
||||||
</pluginRepositories>
|
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<dom4j.version>1.6.1</dom4j.version>
|
<dom4j.version>1.6.1</dom4j.version>
|
||||||
<jaxen.version>1.1.6</jaxen.version>
|
<jaxen.version>1.1.6</jaxen.version>
|
||||||
|
|
Loading…
Reference in New Issue