Skip to content

Commit e3c6c1d

Browse files
fixed #274
1 parent c8bc42c commit e3c6c1d

File tree

2 files changed

+48
-74
lines changed

2 files changed

+48
-74
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>1.5.6.RELEASE</version>
17+
<version>1.5.7.RELEASE</version>
1818
<relativePath /> <!-- lookup parent from repository -->
1919
</parent>
2020

twitterwall2.iml

Lines changed: 47 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,7 @@
22
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
33
<component name="FacetManager">
44
<facet type="Spring" name="Spring">
5-
<configuration>
6-
<fileset id="fileset" name="Spring Application Context" removed="false">
7-
<file>file://$MODULE_DIR$/src/main/resources/mq/CreateImprintUser.xml</file>
8-
<file>file://$MODULE_DIR$/src/main/resources/mq/CreateTestDataTweets.xml</file>
9-
<file>file://$MODULE_DIR$/src/main/resources/mq/CreateTestDataUser.xml</file>
10-
<file>file://$MODULE_DIR$/src/main/resources/mq/FetchFavorites.xml</file>
11-
<file>file://$MODULE_DIR$/src/main/resources/mq/FetchFollower.xml</file>
12-
<file>file://$MODULE_DIR$/src/main/resources/mq/FetchFriends.xml</file>
13-
<file>file://$MODULE_DIR$/src/main/resources/mq/FetchHomeTimeline.xml</file>
14-
<file>file://$MODULE_DIR$/src/main/resources/mq/FetchListOwner.xml</file>
15-
<file>file://$MODULE_DIR$/src/main/resources/mq/FetchLists.xml</file>
16-
<file>file://$MODULE_DIR$/src/main/resources/mq/FetchListsForUsers.xml</file>
17-
<file>file://$MODULE_DIR$/src/main/resources/mq/FetchMentions.xml</file>
18-
<file>file://$MODULE_DIR$/src/main/resources/mq/FetchRetweetsOfMe.xml</file>
19-
<file>file://$MODULE_DIR$/src/main/resources/mq/FetchTweetsFromSearch.xml</file>
20-
<file>file://$MODULE_DIR$/src/main/resources/mq/FetchUsersFromList.xml</file>
21-
<file>file://$MODULE_DIR$/src/main/resources/mq/FetchUserTimeline.xml</file>
22-
<file>file://$MODULE_DIR$/src/main/resources/mq/GarbageCollection.xml</file>
23-
<file>file://$MODULE_DIR$/src/main/resources/integration.xml</file>
24-
<file>file://$MODULE_DIR$/src/main/resources/mq/RemoveOldDataFromStorage.xml</file>
25-
<file>file://$MODULE_DIR$/src/main/resources/mq/TaskStart.xml</file>
26-
<file>file://$MODULE_DIR$/src/main/resources/mq/UpdateMentionsForUsers.xml</file>
27-
<file>file://$MODULE_DIR$/src/main/resources/mq/UpdateTweets.xml</file>
28-
<file>file://$MODULE_DIR$/src/main/resources/mq/UpdateUrls.xml</file>
29-
<file>file://$MODULE_DIR$/src/main/resources/mq/UpdateUser.xml</file>
30-
</fileset>
31-
</configuration>
5+
<configuration />
326
</facet>
337
</component>
348
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
@@ -43,42 +17,42 @@
4317
</content>
4418
<orderEntry type="inheritedJdk" />
4519
<orderEntry type="sourceFolder" forTests="false" />
46-
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-web:1.5.6.RELEASE" level="project" />
47-
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter:1.5.6.RELEASE" level="project" />
48-
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-tomcat:1.5.6.RELEASE" level="project" />
49-
<orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-core:8.5.16" level="project" />
50-
<orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-el:8.5.16" level="project" />
51-
<orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-websocket:8.5.16" level="project" />
20+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-web:1.5.7.RELEASE" level="project" />
21+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter:1.5.7.RELEASE" level="project" />
22+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-tomcat:1.5.7.RELEASE" level="project" />
23+
<orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-core:8.5.20" level="project" />
24+
<orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-el:8.5.20" level="project" />
25+
<orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-websocket:8.5.20" level="project" />
5226
<orderEntry type="library" name="Maven: org.hibernate:hibernate-validator:5.3.5.Final" level="project" />
5327
<orderEntry type="library" name="Maven: javax.validation:validation-api:1.1.0.Final" level="project" />
5428
<orderEntry type="library" name="Maven: org.jboss.logging:jboss-logging:3.3.1.Final" level="project" />
55-
<orderEntry type="library" name="Maven: com.fasterxml:classmate:1.3.3" level="project" />
56-
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-databind:2.8.9" level="project" />
29+
<orderEntry type="library" name="Maven: com.fasterxml:classmate:1.3.4" level="project" />
30+
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-databind:2.8.10" level="project" />
5731
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.8.0" level="project" />
58-
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-core:2.8.9" level="project" />
59-
<orderEntry type="library" name="Maven: org.springframework:spring-web:4.3.10.RELEASE" level="project" />
60-
<orderEntry type="library" name="Maven: org.springframework:spring-webmvc:4.3.10.RELEASE" level="project" />
61-
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-social-twitter:1.5.6.RELEASE" level="project" />
32+
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-core:2.8.10" level="project" />
33+
<orderEntry type="library" name="Maven: org.springframework:spring-web:4.3.11.RELEASE" level="project" />
34+
<orderEntry type="library" name="Maven: org.springframework:spring-webmvc:4.3.11.RELEASE" level="project" />
35+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-social-twitter:1.5.7.RELEASE" level="project" />
6236
<orderEntry type="library" name="Maven: org.springframework.social:spring-social-config:1.1.4.RELEASE" level="project" />
6337
<orderEntry type="library" name="Maven: org.springframework.social:spring-social-core:1.1.4.RELEASE" level="project" />
6438
<orderEntry type="library" name="Maven: org.springframework.social:spring-social-web:1.1.4.RELEASE" level="project" />
6539
<orderEntry type="library" name="Maven: javax.inject:javax.inject:1" level="project" />
6640
<orderEntry type="library" name="Maven: org.springframework.social:spring-social-twitter:1.1.2.RELEASE" level="project" />
6741
<orderEntry type="library" name="Maven: org.springframework.security:spring-security-crypto:4.2.3.RELEASE" level="project" />
68-
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-thymeleaf:1.5.6.RELEASE" level="project" />
42+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-thymeleaf:1.5.7.RELEASE" level="project" />
6943
<orderEntry type="library" name="Maven: org.thymeleaf:thymeleaf-spring4:2.1.5.RELEASE" level="project" />
7044
<orderEntry type="library" name="Maven: org.thymeleaf:thymeleaf:2.1.5.RELEASE" level="project" />
7145
<orderEntry type="library" name="Maven: ognl:ognl:3.0.8" level="project" />
7246
<orderEntry type="library" name="Maven: org.unbescape:unbescape:1.1.0.RELEASE" level="project" />
7347
<orderEntry type="library" name="Maven: nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:1.4.0" level="project" />
7448
<orderEntry type="library" name="Maven: org.codehaus.groovy:groovy:2.4.12" level="project" />
75-
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-data-jpa:1.5.6.RELEASE" level="project" />
76-
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-aop:1.5.6.RELEASE" level="project" />
49+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-data-jpa:1.5.7.RELEASE" level="project" />
50+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-aop:1.5.7.RELEASE" level="project" />
7751
<orderEntry type="library" name="Maven: org.aspectj:aspectjweaver:1.8.10" level="project" />
78-
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-jdbc:1.5.6.RELEASE" level="project" />
79-
<orderEntry type="library" name="Maven: org.apache.tomcat:tomcat-jdbc:8.5.16" level="project" />
80-
<orderEntry type="library" name="Maven: org.apache.tomcat:tomcat-juli:8.5.16" level="project" />
81-
<orderEntry type="library" name="Maven: org.springframework:spring-jdbc:4.3.10.RELEASE" level="project" />
52+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-jdbc:1.5.7.RELEASE" level="project" />
53+
<orderEntry type="library" name="Maven: org.apache.tomcat:tomcat-jdbc:8.5.20" level="project" />
54+
<orderEntry type="library" name="Maven: org.apache.tomcat:tomcat-juli:8.5.20" level="project" />
55+
<orderEntry type="library" name="Maven: org.springframework:spring-jdbc:4.3.11.RELEASE" level="project" />
8256
<orderEntry type="library" name="Maven: org.hibernate:hibernate-core:5.0.12.Final" level="project" />
8357
<orderEntry type="library" name="Maven: org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final" level="project" />
8458
<orderEntry type="library" name="Maven: org.javassist:javassist:3.21.0-GA" level="project" />
@@ -88,42 +62,42 @@
8862
<orderEntry type="library" name="Maven: org.hibernate.common:hibernate-commons-annotations:5.0.1.Final" level="project" />
8963
<orderEntry type="library" name="Maven: org.hibernate:hibernate-entitymanager:5.0.12.Final" level="project" />
9064
<orderEntry type="library" name="Maven: javax.transaction:javax.transaction-api:1.2" level="project" />
91-
<orderEntry type="library" name="Maven: org.springframework.data:spring-data-jpa:1.11.6.RELEASE" level="project" />
92-
<orderEntry type="library" name="Maven: org.springframework.data:spring-data-commons:1.13.6.RELEASE" level="project" />
93-
<orderEntry type="library" name="Maven: org.springframework:spring-orm:4.3.10.RELEASE" level="project" />
94-
<orderEntry type="library" name="Maven: org.springframework:spring-tx:4.3.10.RELEASE" level="project" />
95-
<orderEntry type="library" name="Maven: org.springframework:spring-aspects:4.3.10.RELEASE" level="project" />
96-
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-integration:1.5.6.RELEASE" level="project" />
97-
<orderEntry type="library" name="Maven: org.springframework.integration:spring-integration-core:4.3.11.RELEASE" level="project" />
98-
<orderEntry type="library" name="Maven: org.springframework:spring-messaging:4.3.10.RELEASE" level="project" />
65+
<orderEntry type="library" name="Maven: org.springframework.data:spring-data-jpa:1.11.7.RELEASE" level="project" />
66+
<orderEntry type="library" name="Maven: org.springframework.data:spring-data-commons:1.13.7.RELEASE" level="project" />
67+
<orderEntry type="library" name="Maven: org.springframework:spring-orm:4.3.11.RELEASE" level="project" />
68+
<orderEntry type="library" name="Maven: org.springframework:spring-tx:4.3.11.RELEASE" level="project" />
69+
<orderEntry type="library" name="Maven: org.springframework:spring-aspects:4.3.11.RELEASE" level="project" />
70+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-integration:1.5.7.RELEASE" level="project" />
71+
<orderEntry type="library" name="Maven: org.springframework.integration:spring-integration-core:4.3.12.RELEASE" level="project" />
72+
<orderEntry type="library" name="Maven: org.springframework:spring-messaging:4.3.11.RELEASE" level="project" />
9973
<orderEntry type="library" name="Maven: org.springframework.retry:spring-retry:1.2.1.RELEASE" level="project" />
100-
<orderEntry type="library" name="Maven: org.springframework.integration:spring-integration-java-dsl:1.2.2.RELEASE" level="project" />
74+
<orderEntry type="library" name="Maven: org.springframework.integration:spring-integration-java-dsl:1.2.3.RELEASE" level="project" />
10175
<orderEntry type="library" name="Maven: org.reactivestreams:reactive-streams:1.0.0" level="project" />
102-
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-security:1.5.6.RELEASE" level="project" />
103-
<orderEntry type="library" name="Maven: org.springframework:spring-aop:4.3.10.RELEASE" level="project" />
76+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-security:1.5.7.RELEASE" level="project" />
77+
<orderEntry type="library" name="Maven: org.springframework:spring-aop:4.3.11.RELEASE" level="project" />
10478
<orderEntry type="library" name="Maven: org.springframework.security:spring-security-config:4.2.3.RELEASE" level="project" />
105-
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-mobile:1.5.6.RELEASE" level="project" />
79+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-mobile:1.5.7.RELEASE" level="project" />
10680
<orderEntry type="library" name="Maven: org.springframework.mobile:spring-mobile-device:1.1.5.RELEASE" level="project" />
107-
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-logging:1.5.6.RELEASE" level="project" />
81+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-logging:1.5.7.RELEASE" level="project" />
10882
<orderEntry type="library" name="Maven: ch.qos.logback:logback-classic:1.1.11" level="project" />
10983
<orderEntry type="library" name="Maven: ch.qos.logback:logback-core:1.1.11" level="project" />
11084
<orderEntry type="library" name="Maven: org.slf4j:jcl-over-slf4j:1.7.25" level="project" />
11185
<orderEntry type="library" name="Maven: org.slf4j:jul-to-slf4j:1.7.25" level="project" />
11286
<orderEntry type="library" name="Maven: org.slf4j:log4j-over-slf4j:1.7.25" level="project" />
113-
<orderEntry type="library" scope="RUNTIME" name="Maven: org.springframework.boot:spring-boot-devtools:1.5.6.RELEASE" level="project" />
114-
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot:1.5.6.RELEASE" level="project" />
115-
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-autoconfigure:1.5.6.RELEASE" level="project" />
116-
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-configuration-processor:1.5.6.RELEASE" level="project" />
87+
<orderEntry type="library" scope="RUNTIME" name="Maven: org.springframework.boot:spring-boot-devtools:1.5.7.RELEASE" level="project" />
88+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot:1.5.7.RELEASE" level="project" />
89+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-autoconfigure:1.5.7.RELEASE" level="project" />
90+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-configuration-processor:1.5.7.RELEASE" level="project" />
11791
<orderEntry type="library" name="Maven: com.vaadin.external.google:android-json:0.0.20131108.vaadin1" level="project" />
11892
<orderEntry type="library" name="Maven: org.springframework.security:spring-security-web:4.2.3.RELEASE" level="project" />
11993
<orderEntry type="library" name="Maven: aopalliance:aopalliance:1.0" level="project" />
12094
<orderEntry type="library" name="Maven: org.springframework.security:spring-security-core:4.2.3.RELEASE" level="project" />
121-
<orderEntry type="library" name="Maven: org.springframework:spring-beans:4.3.10.RELEASE" level="project" />
122-
<orderEntry type="library" name="Maven: org.springframework:spring-context:4.3.10.RELEASE" level="project" />
123-
<orderEntry type="library" name="Maven: org.springframework:spring-core:4.3.10.RELEASE" level="project" />
124-
<orderEntry type="library" name="Maven: org.springframework:spring-expression:4.3.10.RELEASE" level="project" />
95+
<orderEntry type="library" name="Maven: org.springframework:spring-beans:4.3.11.RELEASE" level="project" />
96+
<orderEntry type="library" name="Maven: org.springframework:spring-context:4.3.11.RELEASE" level="project" />
97+
<orderEntry type="library" name="Maven: org.springframework:spring-core:4.3.11.RELEASE" level="project" />
98+
<orderEntry type="library" name="Maven: org.springframework:spring-expression:4.3.11.RELEASE" level="project" />
12599
<orderEntry type="library" scope="TEST" name="Maven: org.springframework.security:spring-security-test:4.2.3.RELEASE" level="project" />
126-
<orderEntry type="library" scope="TEST" name="Maven: org.springframework:spring-test:4.3.10.RELEASE" level="project" />
100+
<orderEntry type="library" scope="TEST" name="Maven: org.springframework:spring-test:4.3.11.RELEASE" level="project" />
127101
<orderEntry type="library" name="Maven: org.thymeleaf.extras:thymeleaf-extras-springsecurity4:2.1.3.RELEASE" level="project" />
128102
<orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.25" level="project" />
129103
<orderEntry type="library" name="Maven: org.yaml:snakeyaml:1.17" level="project" />
@@ -135,11 +109,11 @@
135109
<orderEntry type="library" name="Maven: org.apache.httpcomponents:httpclient:4.5.3" level="project" />
136110
<orderEntry type="library" name="Maven: org.apache.httpcomponents:httpcore:4.4.6" level="project" />
137111
<orderEntry type="library" name="Maven: commons-codec:commons-codec:1.10" level="project" />
138-
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-actuator:1.5.6.RELEASE" level="project" />
139-
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-actuator:1.5.6.RELEASE" level="project" />
140-
<orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-starter-test:1.5.6.RELEASE" level="project" />
141-
<orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-test:1.5.6.RELEASE" level="project" />
142-
<orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-test-autoconfigure:1.5.6.RELEASE" level="project" />
112+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-actuator:1.5.7.RELEASE" level="project" />
113+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-actuator:1.5.7.RELEASE" level="project" />
114+
<orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-starter-test:1.5.7.RELEASE" level="project" />
115+
<orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-test:1.5.7.RELEASE" level="project" />
116+
<orderEntry type="library" scope="TEST" name="Maven: org.springframework.boot:spring-boot-test-autoconfigure:1.5.7.RELEASE" level="project" />
143117
<orderEntry type="library" scope="TEST" name="Maven: com.jayway.jsonpath:json-path:2.2.0" level="project" />
144118
<orderEntry type="library" scope="TEST" name="Maven: net.minidev:json-smart:2.2.1" level="project" />
145119
<orderEntry type="library" scope="TEST" name="Maven: net.minidev:accessors-smart:1.1" level="project" />

0 commit comments

Comments
 (0)