File tree 2 files changed +42
-28
lines changed
2 files changed +42
-28
lines changed Original file line number Diff line number Diff line change 12
12
<name >Spring Data JDBC - jMolecules Example</name >
13
13
<artifactId >spring-data-jdbc-jmolecules</artifactId >
14
14
15
- <properties >
16
- <jmolecules .version>1.6.0-SNAPSHOT</jmolecules .version>
17
- <jmolecules-integration .version>0.11.0-SNAPSHOT</jmolecules-integration .version>
18
- </properties >
15
+ <dependencyManagement >
16
+ <dependencies >
17
+ <dependency >
18
+ <groupId >org.jmolecules</groupId >
19
+ <artifactId >jmolecules-bom</artifactId >
20
+ <version >2023.0.0</version >
21
+ <type >pom</type >
22
+ <scope >import</scope >
23
+ </dependency >
24
+ </dependencies >
25
+ </dependencyManagement >
19
26
20
27
<dependencies >
21
28
30
37
<dependency >
31
38
<groupId >org.jmolecules.integrations</groupId >
32
39
<artifactId >jmolecules-spring</artifactId >
33
- <version >${jmolecules-integration.version} </version >
34
40
</dependency >
35
41
36
42
<dependency >
37
43
<groupId >org.jmolecules</groupId >
38
44
<artifactId >jmolecules-events</artifactId >
39
- <version >${jmolecules.version} </version >
45
+ </dependency >
46
+
47
+ <dependency >
48
+ <groupId >org.jmolecules.integrations</groupId >
49
+ <artifactId >jmolecules-bytebuddy-nodep</artifactId >
50
+ <scope >provided</scope >
40
51
</dependency >
41
52
42
53
</dependencies >
50
61
<executions >
51
62
<execution >
52
63
<goals >
53
- <goal >transform</goal >
64
+ <goal >transform-extended </goal >
54
65
</goals >
55
66
</execution >
56
67
</executions >
57
- <dependencies >
58
- <dependency >
59
- <groupId >org.jmolecules.integrations</groupId >
60
- <artifactId >jmolecules-bytebuddy</artifactId >
61
- <version >${jmolecules-integration.version} </version >
62
- </dependency >
63
- </dependencies >
68
+ <configuration >
69
+ <classPathDiscovery >true</classPathDiscovery >
70
+ </configuration >
64
71
</plugin >
65
72
</plugins >
66
73
</build >
Original file line number Diff line number Diff line change 12
12
<name >Spring Data MongoDB - jMolecules Example</name >
13
13
<artifactId >spring-data-mongodb-jmolecules</artifactId >
14
14
15
- <properties >
16
- <jmolecules .version>1.3.0</jmolecules .version>
17
- <jmolecules-integration .version>0.5.0</jmolecules-integration .version>
18
- </properties >
15
+ <dependencyManagement >
16
+ <dependencies >
17
+ <dependency >
18
+ <groupId >org.jmolecules</groupId >
19
+ <artifactId >jmolecules-bom</artifactId >
20
+ <version >2023.0.0</version >
21
+ <type >pom</type >
22
+ <scope >import</scope >
23
+ </dependency >
24
+ </dependencies >
25
+ </dependencyManagement >
19
26
20
27
<dependencies >
21
28
24
31
<dependency >
25
32
<groupId >org.jmolecules.integrations</groupId >
26
33
<artifactId >jmolecules-spring</artifactId >
27
- <version >${jmolecules-integration.version} </version >
28
34
</dependency >
29
35
30
36
<dependency >
31
37
<groupId >org.jmolecules</groupId >
32
38
<artifactId >jmolecules-events</artifactId >
33
- <version >${jmolecules.version} </version >
39
+ </dependency >
40
+
41
+ <dependency >
42
+ <groupId >org.jmolecules.integrations</groupId >
43
+ <artifactId >jmolecules-bytebuddy-nodep</artifactId >
44
+ <scope >provided</scope >
34
45
</dependency >
35
46
36
47
<dependency >
50
61
<executions >
51
62
<execution >
52
63
<goals >
53
- <goal >transform</goal >
64
+ <goal >transform-extended </goal >
54
65
</goals >
55
66
</execution >
56
67
</executions >
57
- <dependencies >
58
- <dependency >
59
- <groupId >org.jmolecules.integrations</groupId >
60
- <artifactId >jmolecules-bytebuddy</artifactId >
61
- <version >${jmolecules-integration.version} </version >
62
- </dependency >
63
- </dependencies >
68
+ <configuration >
69
+ <classPathDiscovery >true</classPathDiscovery >
70
+ </configuration >
64
71
</plugin >
65
72
</plugins >
66
73
</build >
You can’t perform that action at this time.
0 commit comments