|
10 | 10 | <packaging>war</packaging>
|
11 | 11 |
|
12 | 12 | <parent>
|
13 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.0.M4/spring-boot-starters/spring-boot-starter-parent/pom.xml --> |
| 13 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.0.M5/spring-boot-starters/spring-boot-starter-parent/pom.xml --> |
14 | 14 | <groupId>org.springframework.boot</groupId>
|
15 | 15 | <artifactId>spring-boot-starter-parent</artifactId>
|
16 |
| - <version>1.3.0.M4</version> |
| 16 | + <version>1.3.0.M5</version> |
17 | 17 | </parent>
|
18 | 18 |
|
19 | 19 | <properties>
|
|
70 | 70 |
|
71 | 71 | <!--
|
72 | 72 | Definitions and redefinitions of default values from spring-boot-dependencies:
|
73 |
| - https://github.com/spring-projects/spring-boot/blob/v1.3.0.M4/spring-boot-dependencies/pom.xml |
| 73 | + https://github.com/spring-projects/spring-boot/blob/v1.3.0.M5/spring-boot-dependencies/pom.xml |
74 | 74 | -->
|
75 | 75 | <commons-beanutils.version>1.9.2</commons-beanutils.version>
|
76 | 76 | <commons-collections.version>3.2.1</commons-collections.version>
|
|
96 | 96 |
|
97 | 97 | <dependencies>
|
98 | 98 |
|
99 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.0.M4/spring-boot-starters/spring-boot-starter/pom.xml --> |
| 99 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.0.M5/spring-boot-starters/spring-boot-starter/pom.xml --> |
100 | 100 | <dependency>
|
101 | 101 | <groupId>org.springframework.boot</groupId>
|
102 | 102 | <artifactId>spring-boot-starter</artifactId>
|
|
113 | 113 | </exclusions>
|
114 | 114 | </dependency>
|
115 | 115 |
|
116 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.0.M4/spring-boot-starters/spring-boot-starter-web/pom.xml --> |
| 116 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.0.M5/spring-boot-starters/spring-boot-starter-web/pom.xml --> |
117 | 117 | <dependency>
|
118 | 118 | <groupId>org.springframework.boot</groupId>
|
119 | 119 | <artifactId>spring-boot-starter-web</artifactId>
|
|
126 | 126 | </exclusions>
|
127 | 127 | </dependency>
|
128 | 128 |
|
129 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.0.M4/spring-boot-starters/spring-boot-starter-jetty/pom.xml --> |
| 129 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.0.M5/spring-boot-starters/spring-boot-starter-jetty/pom.xml --> |
130 | 130 | <dependency>
|
131 | 131 | <groupId>org.springframework.boot</groupId>
|
132 | 132 | <artifactId>spring-boot-starter-jetty</artifactId>
|
|
142 | 142 | </exclusions>
|
143 | 143 | </dependency>
|
144 | 144 |
|
145 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.0.M4/spring-boot-starters/spring-boot-starter-log4j/pom.xml --> |
| 145 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.0.M5/spring-boot-starters/spring-boot-starter-log4j/pom.xml --> |
146 | 146 | <dependency>
|
147 | 147 | <groupId>org.springframework.boot</groupId>
|
148 | 148 | <artifactId>spring-boot-starter-log4j</artifactId>
|
149 | 149 | </dependency>
|
150 | 150 |
|
151 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.0.M4/spring-boot-starters/spring-boot-starter-security/pom.xml --> |
| 151 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.0.M5/spring-boot-starters/spring-boot-starter-security/pom.xml --> |
152 | 152 | <dependency>
|
153 | 153 | <groupId>org.springframework.boot</groupId>
|
154 | 154 | <artifactId>spring-boot-starter-security</artifactId>
|
155 | 155 | </dependency>
|
156 | 156 |
|
157 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.0.M4/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml --> |
| 157 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.0.M5/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml --> |
158 | 158 | <dependency>
|
159 | 159 | <groupId>org.springframework.boot</groupId>
|
160 | 160 | <artifactId>spring-boot-starter-thymeleaf</artifactId>
|
|
166 | 166 | </exclusions>
|
167 | 167 | </dependency>
|
168 | 168 |
|
169 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.0.M4/spring-boot-starters/spring-boot-starter-mail/pom.xml --> |
| 169 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.0.M5/spring-boot-starters/spring-boot-starter-mail/pom.xml --> |
170 | 170 | <dependency>
|
171 | 171 | <groupId>org.springframework.boot</groupId>
|
172 | 172 | <artifactId>spring-boot-starter-mail</artifactId>
|
173 | 173 | </dependency>
|
174 | 174 |
|
175 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.0.M4/spring-boot-starters/spring-boot-starter-jdbc/pom.xml --> |
| 175 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.0.M5/spring-boot-starters/spring-boot-starter-jdbc/pom.xml --> |
176 | 176 | <dependency>
|
177 | 177 | <groupId>org.springframework.boot</groupId>
|
178 | 178 | <artifactId>spring-boot-starter-jdbc</artifactId>
|
|
184 | 184 | </exclusions>
|
185 | 185 | </dependency>
|
186 | 186 |
|
187 |
| - <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.0.M4/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml --> |
| 187 | + <!-- https://github.com/spring-projects/spring-boot/blob/v1.3.0.M5/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml --> |
188 | 188 | <dependency>
|
189 | 189 | <groupId>org.springframework.boot</groupId>
|
190 | 190 | <artifactId>spring-boot-starter-data-jpa</artifactId>
|
|
0 commit comments