Skip to content

Commit 01a8c57

Browse files
author
Manfred Wolff
committed
Update to JUnit Version 4.13
2 parents 3f54005 + 4f26804 commit 01a8c57

File tree

8 files changed

+173
-6
lines changed

8 files changed

+173
-6
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module type="JAVA_MODULE" version="4">
3+
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
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/resources" type="java-resource" />
8+
<excludeFolder url="file://$MODULE_DIR$/target" />
9+
</content>
10+
<orderEntry type="inheritedJdk" />
11+
<orderEntry type="sourceFolder" forTests="false" />
12+
</component>
13+
</module>

command-archtype/src/main/resources/archetype-resources/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<!-- adapt your own Spring version -->
99
<properties>
10-
<springframework.version>4.2.0.RELEASE</springframework.version>
10+
<springframework.version>5.3.4</springframework.version>
1111
</properties>
1212

1313
<dependencies>
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>junit</groupId>
5353
<artifactId>junit</artifactId>
54-
<version>4.11</version>
54+
<version>4.13</version>
5555
<scope>test</scope>
5656
<exclusions>
5757
<exclusion>

processDemo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<!-- adapt your own Spring version -->
99
<properties>
10-
<springframework.version>4.3.20.RELEASE</springframework.version>
10+
<springframework.version>5.3.4</springframework.version>
1111
</properties>
1212

1313
<dependencies>
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>junit</groupId>
5353
<artifactId>junit</artifactId>
54-
<version>4.11</version>
54+
<version>4.13</version>
5555
<scope>test</scope>
5656
<exclusions>
5757
<exclusion>

processDemo/processDemo.iml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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="FacetManager">
4+
<facet type="Spring" name="Spring">
5+
<configuration />
6+
</facet>
7+
</component>
8+
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
9+
<output url="file://$MODULE_DIR$/target/classes" />
10+
<output-test url="file://$MODULE_DIR$/target/test-classes" />
11+
<content url="file://$MODULE_DIR$">
12+
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
13+
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
14+
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
15+
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
16+
<excludeFolder url="file://$MODULE_DIR$/target" />
17+
</content>
18+
<orderEntry type="inheritedJdk" />
19+
<orderEntry type="sourceFolder" forTests="false" />
20+
<orderEntry type="library" name="Maven: log4j:log4j:1.2.15" level="project" />
21+
<orderEntry type="library" name="Maven: javax.mail:mail:1.4" level="project" />
22+
<orderEntry type="library" name="Maven: javax.activation:activation:1.1" level="project" />
23+
<orderEntry type="library" name="Maven: org.slf4j:slf4j-log4j12:1.5.6" level="project" />
24+
<orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.5.6" level="project" />
25+
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-all:1.3" level="project" />
26+
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.11" level="project" />
27+
<orderEntry type="library" scope="TEST" name="Maven: org.mockito:mockito-all:1.9.5" level="project" />
28+
<orderEntry type="library" scope="TEST" name="Maven: org.springframework:spring-test:4.3.20.RELEASE" level="project" />
29+
<orderEntry type="library" name="Maven: org.springframework:spring-core:4.3.20.RELEASE" level="project" />
30+
<orderEntry type="library" name="Maven: commons-logging:commons-logging:1.2" level="project" />
31+
<orderEntry type="library" name="Maven: org.springframework:spring-context:4.3.20.RELEASE" level="project" />
32+
<orderEntry type="library" name="Maven: org.springframework:spring-aop:4.3.20.RELEASE" level="project" />
33+
<orderEntry type="library" name="Maven: org.springframework:spring-beans:4.3.20.RELEASE" level="project" />
34+
<orderEntry type="library" name="Maven: org.springframework:spring-expression:4.3.20.RELEASE" level="project" />
35+
<orderEntry type="library" name="Maven: javax.inject:javax.inject:1" level="project" />
36+
<orderEntry type="library" name="Maven: org.mwolff:command:2.0.0" level="project" />
37+
<orderEntry type="library" name="Maven: org.junit.platform:junit-platform-commons:1.0.0" level="project" />
38+
<orderEntry type="library" name="Maven: org.apiguardian:apiguardian-api:1.0.0" level="project" />
39+
<orderEntry type="library" name="Maven: org.junit.platform:junit-platform-engine:1.0.0" level="project" />
40+
<orderEntry type="library" name="Maven: org.opentest4j:opentest4j:1.0.0" level="project" />
41+
<orderEntry type="library" name="Maven: org.junit.platform:junit-platform-launcher:1.0.0" level="project" />
42+
<orderEntry type="library" name="Maven: org.junit.platform:junit-platform-runner:1.0.0" level="project" />
43+
<orderEntry type="library" name="Maven: org.junit.platform:junit-platform-suite-api:1.0.0" level="project" />
44+
<orderEntry type="library" name="Maven: org.junit.platform:junit-platform-console-standalone:1.0.0" level="project" />
45+
</component>
46+
</module>

resourceloader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>junit</groupId>
5454
<artifactId>junit</artifactId>
55-
<version>4.11</version>
55+
<version>4.13</version>
5656
<scope>test</scope>
5757
<exclusions>
5858
<exclusion>

resourceloader/resourceloader.iml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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="FacetManager">
4+
<facet type="Spring" name="Spring">
5+
<configuration />
6+
</facet>
7+
</component>
8+
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
9+
<output url="file://$MODULE_DIR$/target/classes" />
10+
<output-test url="file://$MODULE_DIR$/target/test-classes" />
11+
<content url="file://$MODULE_DIR$">
12+
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
13+
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
14+
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
15+
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
16+
<excludeFolder url="file://$MODULE_DIR$/target" />
17+
</content>
18+
<orderEntry type="inheritedJdk" />
19+
<orderEntry type="sourceFolder" forTests="false" />
20+
<orderEntry type="library" name="Maven: log4j:log4j:1.2.15" level="project" />
21+
<orderEntry type="library" name="Maven: javax.mail:mail:1.4" level="project" />
22+
<orderEntry type="library" name="Maven: javax.activation:activation:1.1" level="project" />
23+
<orderEntry type="library" name="Maven: org.slf4j:slf4j-log4j12:1.5.6" level="project" />
24+
<orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.5.6" level="project" />
25+
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-all:1.3" level="project" />
26+
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.11" level="project" />
27+
<orderEntry type="library" scope="TEST" name="Maven: org.mockito:mockito-all:1.9.5" level="project" />
28+
<orderEntry type="library" scope="TEST" name="Maven: org.springframework:spring-test:4.3.20.RELEASE" level="project" />
29+
<orderEntry type="library" name="Maven: org.springframework:spring-core:4.3.20.RELEASE" level="project" />
30+
<orderEntry type="library" name="Maven: commons-logging:commons-logging:1.2" level="project" />
31+
<orderEntry type="library" name="Maven: org.springframework:spring-context:4.3.20.RELEASE" level="project" />
32+
<orderEntry type="library" name="Maven: org.springframework:spring-aop:4.3.20.RELEASE" level="project" />
33+
<orderEntry type="library" name="Maven: org.springframework:spring-beans:4.3.20.RELEASE" level="project" />
34+
<orderEntry type="library" name="Maven: org.springframework:spring-expression:4.3.20.RELEASE" level="project" />
35+
<orderEntry type="library" name="Maven: javax.inject:javax.inject:1" level="project" />
36+
<orderEntry type="library" name="Maven: org.mwolff:command:2.0.0" level="project" />
37+
<orderEntry type="library" name="Maven: org.junit.platform:junit-platform-commons:1.0.0" level="project" />
38+
<orderEntry type="library" name="Maven: org.apiguardian:apiguardian-api:1.0.0" level="project" />
39+
<orderEntry type="library" name="Maven: org.junit.platform:junit-platform-engine:1.0.0" level="project" />
40+
<orderEntry type="library" name="Maven: org.opentest4j:opentest4j:1.0.0" level="project" />
41+
<orderEntry type="library" name="Maven: org.junit.platform:junit-platform-launcher:1.0.0" level="project" />
42+
<orderEntry type="library" name="Maven: org.junit.platform:junit-platform-runner:1.0.0" level="project" />
43+
<orderEntry type="library" name="Maven: org.junit.platform:junit-platform-suite-api:1.0.0" level="project" />
44+
<orderEntry type="library" name="Maven: org.junit.platform:junit-platform-console-standalone:1.0.0" level="project" />
45+
</component>
46+
</module>

toolbox/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>junit</groupId>
7575
<artifactId>junit</artifactId>
76-
<version>4.11</version>
76+
<version>4.13</version>
7777
<scope>test</scope>
7878
<exclusions>
7979
<exclusion>

toolbox/toolbox.iml

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
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="FacetManager">
4+
<facet type="Spring" name="Spring">
5+
<configuration />
6+
</facet>
7+
</component>
8+
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
9+
<output url="file://$MODULE_DIR$/target/classes" />
10+
<output-test url="file://$MODULE_DIR$/target/test-classes" />
11+
<content url="file://$MODULE_DIR$">
12+
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
13+
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
14+
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
15+
<excludeFolder url="file://$MODULE_DIR$/target" />
16+
</content>
17+
<orderEntry type="inheritedJdk" />
18+
<orderEntry type="sourceFolder" forTests="false" />
19+
<orderEntry type="library" name="Maven: org.mwolff:command:2.0.0" level="project" />
20+
<orderEntry type="library" name="Maven: org.junit.platform:junit-platform-commons:1.0.0" level="project" />
21+
<orderEntry type="library" name="Maven: org.apiguardian:apiguardian-api:1.0.0" level="project" />
22+
<orderEntry type="library" name="Maven: org.junit.platform:junit-platform-engine:1.0.0" level="project" />
23+
<orderEntry type="library" name="Maven: org.opentest4j:opentest4j:1.0.0" level="project" />
24+
<orderEntry type="library" name="Maven: org.junit.platform:junit-platform-launcher:1.0.0" level="project" />
25+
<orderEntry type="library" name="Maven: org.junit.platform:junit-platform-runner:1.0.0" level="project" />
26+
<orderEntry type="library" name="Maven: org.junit.platform:junit-platform-suite-api:1.0.0" level="project" />
27+
<orderEntry type="library" name="Maven: org.junit.platform:junit-platform-console-standalone:1.0.0" level="project" />
28+
<orderEntry type="library" name="Maven: log4j:log4j:1.2.15" level="project" />
29+
<orderEntry type="library" name="Maven: javax.mail:mail:1.4" level="project" />
30+
<orderEntry type="library" name="Maven: javax.activation:activation:1.1" level="project" />
31+
<orderEntry type="library" name="Maven: org.slf4j:slf4j-log4j12:1.5.6" level="project" />
32+
<orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.5.6" level="project" />
33+
<orderEntry type="library" name="Maven: jaxen:jaxen:1.1.6" level="project" />
34+
<orderEntry type="library" name="Maven: dom4j:dom4j:1.6.1" level="project" />
35+
<orderEntry type="library" name="Maven: xml-apis:xml-apis:1.0.b2" level="project" />
36+
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-all:1.3" level="project" />
37+
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.11" level="project" />
38+
<orderEntry type="library" scope="TEST" name="Maven: org.mockito:mockito-all:1.9.5" level="project" />
39+
<orderEntry type="library" scope="TEST" name="Maven: org.springframework:spring-test:4.3.20.RELEASE" level="project" />
40+
<orderEntry type="library" name="Maven: org.springframework:spring-core:4.3.20.RELEASE" level="project" />
41+
<orderEntry type="library" name="Maven: commons-logging:commons-logging:1.2" level="project" />
42+
<orderEntry type="library" name="Maven: org.springframework:spring-context:4.3.20.RELEASE" level="project" />
43+
<orderEntry type="library" name="Maven: org.springframework:spring-aop:4.3.20.RELEASE" level="project" />
44+
<orderEntry type="library" name="Maven: org.springframework:spring-beans:4.3.20.RELEASE" level="project" />
45+
<orderEntry type="library" name="Maven: org.springframework:spring-expression:4.3.20.RELEASE" level="project" />
46+
<orderEntry type="library" name="Maven: javax.inject:javax.inject:1" level="project" />
47+
<orderEntry type="library" name="Maven: org.apache.velocity:velocity:1.7" level="project" />
48+
<orderEntry type="library" name="Maven: commons-collections:commons-collections:3.2.1" level="project" />
49+
<orderEntry type="library" name="Maven: commons-lang:commons-lang:2.4" level="project" />
50+
<orderEntry type="library" name="Maven: org.apache.velocity:velocity-tools:2.0" level="project" />
51+
<orderEntry type="library" name="Maven: commons-beanutils:commons-beanutils:1.7.0" level="project" />
52+
<orderEntry type="library" name="Maven: commons-digester:commons-digester:1.8" level="project" />
53+
<orderEntry type="library" name="Maven: commons-chain:commons-chain:1.1" level="project" />
54+
<orderEntry type="library" name="Maven: commons-validator:commons-validator:1.3.1" level="project" />
55+
<orderEntry type="library" name="Maven: oro:oro:2.0.8" level="project" />
56+
<orderEntry type="library" name="Maven: sslext:sslext:1.2-0" level="project" />
57+
<orderEntry type="library" name="Maven: org.apache.struts:struts-core:1.3.8" level="project" />
58+
<orderEntry type="library" name="Maven: antlr:antlr:2.7.2" level="project" />
59+
<orderEntry type="library" name="Maven: org.apache.struts:struts-taglib:1.3.8" level="project" />
60+
<orderEntry type="library" name="Maven: org.apache.struts:struts-tiles:1.3.8" level="project" />
61+
</component>
62+
</module>

0 commit comments

Comments
 (0)