Skip to content

Commit ae64433

Browse files
dependencies: update spring-boot-dependencies 2.0.9 to 2.7.5 (iluwatar#2156)
Remove explicit dependencies that are covered by spring-boot-dependencies hibernate 5.4.24 -> 5.6.12 spring-webmvc 5.0.17 -> 5.3.23 spring-data-jpa 2.0.14 -> 2.7.5 junit 4.12 -> 4.13.2 junit-jupiter 5.7.1 -> 5.8.2 slf4j 1.7.30 -> 1.7.36 logback 1.2.9 -> 1.2.11 jackson 2.12.3 -> 2.13.4 lombok 1.18.22 -> 1.18.24 byte-buddy 1.11.5 -> 1.12.8 jaxb-impl 2.3.2 -> 2.3.7
1 parent f8a3d93 commit ae64433

File tree

14 files changed

+29
-125
lines changed

14 files changed

+29
-125
lines changed

cqrs/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,8 @@
4848
<artifactId>hibernate-core</artifactId>
4949
</dependency>
5050
<dependency>
51-
<groupId>com.sun.xml.bind</groupId>
52-
<artifactId>jaxb-impl</artifactId>
53-
<version>2.1.17</version>
51+
<groupId>org.glassfish.jaxb</groupId>
52+
<artifactId>jaxb-runtime</artifactId>
5453
<scope>test</scope>
5554
</dependency>
5655
<dependency>

dirty-flag/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
<dependency>
4949
<groupId>org.mockito</groupId>
5050
<artifactId>mockito-junit-jupiter</artifactId>
51-
<version>3.5.0</version>
5251
<scope>test</scope>
5352
</dependency>
5453
</dependencies>

eip-aggregator/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
<version>${camel.version}</version>
4949
</dependency>
5050
<dependency>
51-
<groupId>com.sun.xml.bind</groupId>
52-
<artifactId>jaxb-impl</artifactId>
51+
<groupId>org.glassfish.jaxb</groupId>
52+
<artifactId>jaxb-runtime</artifactId>
5353
</dependency>
5454
<dependency>
5555
<groupId>javax.xml.bind</groupId>

eip-splitter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
<version>${camel.version}</version>
4949
</dependency>
5050
<dependency>
51-
<groupId>com.sun.xml.bind</groupId>
52-
<artifactId>jaxb-impl</artifactId>
51+
<groupId>org.glassfish.jaxb</groupId>
52+
<artifactId>jaxb-runtime</artifactId>
5353
</dependency>
5454
<dependency>
5555
<groupId>javax.xml.bind</groupId>

eip-wire-tap/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
<version>${camel.version}</version>
4949
</dependency>
5050
<dependency>
51-
<groupId>com.sun.xml.bind</groupId>
52-
<artifactId>jaxb-impl</artifactId>
51+
<groupId>org.glassfish.jaxb</groupId>
52+
<artifactId>jaxb-runtime</artifactId>
5353
</dependency>
5454
<dependency>
5555
<groupId>javax.xml.bind</groupId>

layers/src/main/resources/applicationContext.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,7 @@
4949
</map>
5050
</property>
5151
</bean>
52+
<context:component-scan base-package="com.iluwatar.layers.dao">
53+
<context:include-filter type="annotation" expression="org.springframework.stereotype.Repository" />
54+
</context:component-scan>
5255
</beans>

metadata-mapping/pom.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@
4242
<artifactId>junit-jupiter-engine</artifactId>
4343
<scope>test</scope>
4444
</dependency>
45-
<dependency>
46-
<groupId>com.h2database</groupId>
47-
<artifactId>h2</artifactId>
48-
</dependency>
4945
<dependency>
5046
<groupId>org.hibernate</groupId>
5147
<artifactId>hibernate-core</artifactId>
@@ -59,8 +55,8 @@
5955
<artifactId>jaxb-api</artifactId>
6056
</dependency>
6157
<dependency>
62-
<groupId>com.sun.xml.bind</groupId>
63-
<artifactId>jaxb-impl</artifactId>
58+
<groupId>org.glassfish.jaxb</groupId>
59+
<artifactId>jaxb-runtime</artifactId>
6460
</dependency>
6561
<dependency>
6662
<groupId>com.sun.istack</groupId>

naked-objects/dom/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
<plugin>
5353
<groupId>org.apache.maven.plugins</groupId>
5454
<artifactId>maven-compiler-plugin</artifactId>
55-
<version>${compiler.version}</version>
5655
<configuration>
5756
<source>8</source>
5857
<target>8</target>

page-object/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@
3737
<artifactId>htmlunit</artifactId>
3838
<scope>test</scope>
3939
</dependency>
40-
<dependency>
41-
<groupId>org.junit.jupiter</groupId>
42-
<artifactId>junit-jupiter</artifactId>
43-
<version>RELEASE</version>
44-
<scope>test</scope>
45-
</dependency>
4640
</dependencies>
4741
<parent>
4842
<groupId>com.iluwatar</groupId>

partial-response/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
<dependency>
3838
<groupId>org.mockito</groupId>
3939
<artifactId>mockito-junit-jupiter</artifactId>
40-
<version>3.5.0</version>
4140
<scope>test</scope>
4241
</dependency>
4342
<dependency>

0 commit comments

Comments
 (0)