Skip to content

Commit bd92c8c

Browse files
committed
Trying to fix the migration
1 parent d0e9ca4 commit bd92c8c

File tree

3 files changed

+157
-1
lines changed

3 files changed

+157
-1
lines changed

.idea/modules.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

account.iml

Lines changed: 150 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,150 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
3+
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="false">
4+
<output url="file://$MODULE_DIR$/target/classes" />
5+
<output-test url="file://$MODULE_DIR$/target/test-classes" />
6+
<content url="file://$MODULE_DIR$">
7+
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
8+
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
9+
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
10+
<excludeFolder url="file://$MODULE_DIR$/target" />
11+
</content>
12+
<orderEntry type="inheritedJdk" />
13+
<orderEntry type="sourceFolder" forTests="false" />
14+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter:1.2.8.RELEASE" level="project" />
15+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot:1.2.8.RELEASE" level="project" />
16+
<orderEntry type="library" name="Maven: org.springframework:spring-context:4.1.9.RELEASE" level="project" />
17+
<orderEntry type="library" name="Maven: org.springframework:spring-expression:4.1.9.RELEASE" level="project" />
18+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-autoconfigure:1.2.8.RELEASE" level="project" />
19+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-logging:1.2.8.RELEASE" level="project" />
20+
<orderEntry type="library" name="Maven: org.slf4j:jul-to-slf4j:1.7.13" level="project" />
21+
<orderEntry type="library" name="Maven: org.slf4j:log4j-over-slf4j:1.7.13" level="project" />
22+
<orderEntry type="library" name="Maven: ch.qos.logback:logback-classic:1.1.3" level="project" />
23+
<orderEntry type="library" name="Maven: ch.qos.logback:logback-core:1.1.3" level="project" />
24+
<orderEntry type="library" name="Maven: org.springframework:spring-core:4.1.9.RELEASE" level="project" />
25+
<orderEntry type="library" name="Maven: org.yaml:snakeyaml:1.14" level="project" />
26+
<orderEntry type="library" name="Maven: org.springframework.data:spring-data-commons:1.9.4.RELEASE" level="project" />
27+
<orderEntry type="library" name="Maven: org.springframework:spring-beans:4.1.9.RELEASE" level="project" />
28+
<orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.13" level="project" />
29+
<orderEntry type="library" name="Maven: org.slf4j:jcl-over-slf4j:1.7.13" level="project" />
30+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-test:1.2.8.RELEASE" level="project" />
31+
<orderEntry type="library" name="Maven: junit:junit:4.12" level="project" />
32+
<orderEntry type="library" name="Maven: org.mockito:mockito-core:1.10.19" level="project" />
33+
<orderEntry type="library" scope="RUNTIME" name="Maven: org.objenesis:objenesis:2.1" level="project" />
34+
<orderEntry type="library" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
35+
<orderEntry type="library" name="Maven: org.hamcrest:hamcrest-library:1.3" level="project" />
36+
<orderEntry type="library" name="Maven: org.springframework:spring-test:4.1.9.RELEASE" level="project" />
37+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-data-jpa:1.2.8.RELEASE" level="project" />
38+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-aop:1.2.8.RELEASE" level="project" />
39+
<orderEntry type="library" name="Maven: org.springframework:spring-aop:4.1.9.RELEASE" level="project" />
40+
<orderEntry type="library" name="Maven: aopalliance:aopalliance:1.0" level="project" />
41+
<orderEntry type="library" name="Maven: org.aspectj:aspectjrt:1.8.7" level="project" />
42+
<orderEntry type="library" name="Maven: org.aspectj:aspectjweaver:1.8.7" level="project" />
43+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-jdbc:1.2.8.RELEASE" level="project" />
44+
<orderEntry type="library" name="Maven: org.springframework:spring-jdbc:4.1.9.RELEASE" level="project" />
45+
<orderEntry type="library" name="Maven: org.apache.tomcat:tomcat-jdbc:8.0.30" level="project" />
46+
<orderEntry type="library" name="Maven: org.apache.tomcat:tomcat-juli:8.0.30" level="project" />
47+
<orderEntry type="library" name="Maven: org.springframework:spring-tx:4.1.9.RELEASE" level="project" />
48+
<orderEntry type="library" name="Maven: org.hibernate:hibernate-entitymanager:4.3.11.Final" level="project" />
49+
<orderEntry type="library" name="Maven: org.jboss.logging:jboss-logging:3.1.3.GA" level="project" />
50+
<orderEntry type="library" name="Maven: org.jboss.logging:jboss-logging-annotations:1.2.0.Beta1" level="project" />
51+
<orderEntry type="library" name="Maven: org.hibernate:hibernate-core:4.3.11.Final" level="project" />
52+
<orderEntry type="library" name="Maven: antlr:antlr:2.7.7" level="project" />
53+
<orderEntry type="library" name="Maven: org.jboss:jandex:1.1.0.Final" level="project" />
54+
<orderEntry type="library" name="Maven: dom4j:dom4j:1.6.1" level="project" />
55+
<orderEntry type="library" name="Maven: xml-apis:xml-apis:1.0.b2" level="project" />
56+
<orderEntry type="library" name="Maven: org.hibernate.common:hibernate-commons-annotations:4.0.5.Final" level="project" />
57+
<orderEntry type="library" name="Maven: org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final" level="project" />
58+
<orderEntry type="library" name="Maven: org.javassist:javassist:3.18.1-GA" level="project" />
59+
<orderEntry type="library" name="Maven: javax.transaction:javax.transaction-api:1.2" level="project" />
60+
<orderEntry type="library" name="Maven: org.springframework:spring-orm:4.1.9.RELEASE" level="project" />
61+
<orderEntry type="library" name="Maven: org.springframework.data:spring-data-jpa:1.7.4.RELEASE" level="project" />
62+
<orderEntry type="library" name="Maven: org.springframework:spring-aspects:4.1.9.RELEASE" level="project" />
63+
<orderEntry type="library" name="Maven: org.hsqldb:hsqldb:2.3.3" level="project" />
64+
<orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-starter:1.0.6.RELEASE" level="project" />
65+
<orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-context:1.0.5.RELEASE" level="project" />
66+
<orderEntry type="library" name="Maven: org.springframework.security:spring-security-crypto:3.2.9.RELEASE" level="project" />
67+
<orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-commons:1.0.5.RELEASE" level="project" />
68+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-thymeleaf:1.2.8.RELEASE" level="project" />
69+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-web:1.2.8.RELEASE" level="project" />
70+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-tomcat:1.2.8.RELEASE" level="project" />
71+
<orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-core:8.0.30" level="project" />
72+
<orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-el:8.0.30" level="project" />
73+
<orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-logging-juli:8.0.30" level="project" />
74+
<orderEntry type="library" name="Maven: org.apache.tomcat.embed:tomcat-embed-websocket:8.0.30" level="project" />
75+
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-databind:2.4.6" level="project" />
76+
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.4.6" level="project" />
77+
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-core:2.4.6" level="project" />
78+
<orderEntry type="library" name="Maven: org.hibernate:hibernate-validator:5.1.3.Final" level="project" />
79+
<orderEntry type="library" name="Maven: javax.validation:validation-api:1.1.0.Final" level="project" />
80+
<orderEntry type="library" name="Maven: com.fasterxml:classmate:1.0.0" level="project" />
81+
<orderEntry type="library" name="Maven: org.springframework:spring-web:4.1.9.RELEASE" level="project" />
82+
<orderEntry type="library" name="Maven: org.springframework:spring-webmvc:4.1.9.RELEASE" level="project" />
83+
<orderEntry type="library" name="Maven: org.thymeleaf:thymeleaf-spring4:2.1.4.RELEASE" level="project" />
84+
<orderEntry type="library" name="Maven: org.thymeleaf:thymeleaf:2.1.4.RELEASE" level="project" />
85+
<orderEntry type="library" name="Maven: ognl:ognl:3.0.8" level="project" />
86+
<orderEntry type="library" name="Maven: org.unbescape:unbescape:1.1.0.RELEASE" level="project" />
87+
<orderEntry type="library" name="Maven: nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:1.2.9" level="project" />
88+
<orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-starter-eureka-server:1.0.6.RELEASE" level="project" />
89+
<orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-netflix-eureka-server:1.0.7.RELEASE" level="project" />
90+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-actuator:1.2.8.RELEASE" level="project" />
91+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-actuator:1.2.8.RELEASE" level="project" />
92+
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-freemarker:1.2.8.RELEASE" level="project" />
93+
<orderEntry type="library" name="Maven: org.freemarker:freemarker:2.3.23" level="project" />
94+
<orderEntry type="library" name="Maven: org.springframework:spring-context-support:4.1.9.RELEASE" level="project" />
95+
<orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-netflix-core:1.0.7.RELEASE" level="project" />
96+
<orderEntry type="library" name="Maven: com.netflix.eureka:eureka-client:1.1.147" level="project" />
97+
<orderEntry type="library" scope="RUNTIME" name="Maven: org.codehaus.jettison:jettison:1.2" level="project" />
98+
<orderEntry type="library" scope="RUNTIME" name="Maven: stax:stax-api:1.0.1" level="project" />
99+
<orderEntry type="library" scope="RUNTIME" name="Maven: com.netflix.netflix-commons:netflix-eventbus:0.1.2" level="project" />
100+
<orderEntry type="library" scope="RUNTIME" name="Maven: javax.ws.rs:jsr311-api:1.1.1" level="project" />
101+
<orderEntry type="library" scope="RUNTIME" name="Maven: com.netflix.servo:servo-core:0.7.4" level="project" />
102+
<orderEntry type="library" name="Maven: com.sun.jersey:jersey-core:1.13" level="project" />
103+
<orderEntry type="library" scope="RUNTIME" name="Maven: com.sun.jersey:jersey-client:1.13" level="project" />
104+
<orderEntry type="library" scope="RUNTIME" name="Maven: com.sun.jersey.contribs:jersey-apache-client4:1.11" level="project" />
105+
<orderEntry type="library" scope="RUNTIME" name="Maven: org.apache.httpcomponents:httpclient:4.3.6" level="project" />
106+
<orderEntry type="library" scope="RUNTIME" name="Maven: org.apache.httpcomponents:httpcore:4.3.3" level="project" />
107+
<orderEntry type="library" scope="RUNTIME" name="Maven: commons-codec:commons-codec:1.6" level="project" />
108+
<orderEntry type="library" scope="RUNTIME" name="Maven: com.netflix.governator:governator:1.2.10" level="project" />
109+
<orderEntry type="library" scope="RUNTIME" name="Maven: com.google.inject:guice:3.0" level="project" />
110+
<orderEntry type="library" name="Maven: com.netflix.blitz4j:blitz4j:1.36.0" level="project" />
111+
<orderEntry type="library" name="Maven: com.google.guava:guava:18.0" level="project" />
112+
<orderEntry type="library" scope="RUNTIME" name="Maven: log4j:log4j:1.2.17" level="project" />
113+
<orderEntry type="library" scope="RUNTIME" name="Maven: commons-collections:commons-collections:3.2.2" level="project" />
114+
<orderEntry type="library" name="Maven: com.sun.jersey:jersey-servlet:1.13" level="project" />
115+
<orderEntry type="library" name="Maven: com.sun.jersey:jersey-server:1.13" level="project" />
116+
<orderEntry type="library" name="Maven: asm:asm:3.1" level="project" />
117+
<orderEntry type="library" name="Maven: com.netflix.eureka:eureka-core:1.1.147" level="project" />
118+
<orderEntry type="library" scope="RUNTIME" name="Maven: com.amazonaws:aws-java-sdk:1.3.27" level="project" />
119+
<orderEntry type="library" scope="RUNTIME" name="Maven: org.codehaus.jackson:jackson-core-asl:1.8.9" level="project" />
120+
<orderEntry type="library" scope="RUNTIME" name="Maven: org.codehaus.jackson:jackson-mapper-asl:1.8.9" level="project" />
121+
<orderEntry type="library" name="Maven: com.netflix.archaius:archaius-core:0.6.5" level="project" />
122+
<orderEntry type="library" name="Maven: commons-configuration:commons-configuration:1.8" level="project" />
123+
<orderEntry type="library" name="Maven: org.springframework.cloud:spring-cloud-starter-ribbon:1.0.6.RELEASE" level="project" />
124+
<orderEntry type="library" name="Maven: com.netflix.ribbon:ribbon:2.0.0" level="project" />
125+
<orderEntry type="library" scope="RUNTIME" name="Maven: com.netflix.ribbon:ribbon-transport:2.0.0" level="project" />
126+
<orderEntry type="library" scope="RUNTIME" name="Maven: io.reactivex:rxnetty-contexts:0.4.6" level="project" />
127+
<orderEntry type="library" scope="RUNTIME" name="Maven: io.reactivex:rxnetty-servo:0.4.6" level="project" />
128+
<orderEntry type="library" scope="RUNTIME" name="Maven: com.netflix.hystrix:hystrix-core:1.4.10" level="project" />
129+
<orderEntry type="library" scope="RUNTIME" name="Maven: javax.inject:javax.inject:1" level="project" />
130+
<orderEntry type="library" scope="RUNTIME" name="Maven: io.reactivex:rxnetty:0.4.6" level="project" />
131+
<orderEntry type="library" scope="RUNTIME" name="Maven: io.netty:netty-codec-http:4.0.25.Final" level="project" />
132+
<orderEntry type="library" scope="RUNTIME" name="Maven: io.netty:netty-codec:4.0.25.Final" level="project" />
133+
<orderEntry type="library" scope="RUNTIME" name="Maven: io.netty:netty-handler:4.0.25.Final" level="project" />
134+
<orderEntry type="library" scope="RUNTIME" name="Maven: io.netty:netty-transport-native-epoll:4.0.25.Final" level="project" />
135+
<orderEntry type="library" scope="RUNTIME" name="Maven: io.netty:netty-common:4.0.25.Final" level="project" />
136+
<orderEntry type="library" scope="RUNTIME" name="Maven: io.netty:netty-buffer:4.0.25.Final" level="project" />
137+
<orderEntry type="library" scope="RUNTIME" name="Maven: io.netty:netty-transport:4.0.25.Final" level="project" />
138+
<orderEntry type="library" name="Maven: com.netflix.ribbon:ribbon-core:2.0.0" level="project" />
139+
<orderEntry type="library" name="Maven: commons-lang:commons-lang:2.6" level="project" />
140+
<orderEntry type="library" name="Maven: com.netflix.ribbon:ribbon-httpclient:2.0.0" level="project" />
141+
<orderEntry type="library" scope="RUNTIME" name="Maven: com.netflix.netflix-commons:netflix-commons-util:0.1.1" level="project" />
142+
<orderEntry type="library" name="Maven: com.netflix.ribbon:ribbon-loadbalancer:2.0.0" level="project" />
143+
<orderEntry type="library" scope="RUNTIME" name="Maven: com.netflix.netflix-commons:netflix-statistics:0.1.1" level="project" />
144+
<orderEntry type="library" name="Maven: io.reactivex:rxjava:1.0.11" level="project" />
145+
<orderEntry type="library" name="Maven: com.netflix.ribbon:ribbon-eureka:2.0.0" level="project" />
146+
<orderEntry type="library" name="Maven: com.thoughtworks.xstream:xstream:1.4.2" level="project" />
147+
<orderEntry type="library" name="Maven: xmlpull:xmlpull:1.1.3.1" level="project" />
148+
<orderEntry type="library" name="Maven: xpp3:xpp3_min:1.1.4c" level="project" />
149+
</component>
150+
</module>

0 commit comments

Comments
 (0)