|
7 | 7 | <parent> |
8 | 8 | <artifactId>java-io-parent</artifactId> |
9 | 9 | <groupId>com.github.nbbrd.java-io-util</groupId> |
10 | | - <version>0.0.17</version> |
| 10 | + <version>0.0.18</version> |
11 | 11 | </parent> |
12 | 12 |
|
13 | 13 | <artifactId>java-io-bom</artifactId> |
|
20 | 20 | <dependencyManagement> |
21 | 21 | <dependencies> |
22 | 22 | <dependency> |
23 | | - <groupId>com.github.nbbrd.java-io-util</groupId> |
| 23 | + <groupId>${project.groupId}</groupId> |
24 | 24 | <artifactId>java-io-base</artifactId> |
25 | 25 | <version>${project.version}</version> |
| 26 | + <exclusions> |
| 27 | + <exclusion> |
| 28 | + <groupId>com.github.nbbrd.java-design-util</groupId> |
| 29 | + <artifactId>*</artifactId> |
| 30 | + </exclusion> |
| 31 | + <exclusion> |
| 32 | + <groupId>org.checkerframework</groupId> |
| 33 | + <artifactId>*</artifactId> |
| 34 | + </exclusion> |
| 35 | + <exclusion> |
| 36 | + <groupId>org.projectlombok</groupId> |
| 37 | + <artifactId>*</artifactId> |
| 38 | + </exclusion> |
| 39 | + </exclusions> |
26 | 40 | </dependency> |
27 | 41 | <dependency> |
28 | | - <groupId>com.github.nbbrd.java-io-util</groupId> |
| 42 | + <groupId>${project.groupId}</groupId> |
| 43 | + <artifactId>java-io-picocsv</artifactId> |
| 44 | + <version>${project.version}</version> |
| 45 | + <exclusions> |
| 46 | + <exclusion> |
| 47 | + <groupId>com.github.nbbrd.java-design-util</groupId> |
| 48 | + <artifactId>*</artifactId> |
| 49 | + </exclusion> |
| 50 | + <exclusion> |
| 51 | + <groupId>org.checkerframework</groupId> |
| 52 | + <artifactId>*</artifactId> |
| 53 | + </exclusion> |
| 54 | + <exclusion> |
| 55 | + <groupId>org.projectlombok</groupId> |
| 56 | + <artifactId>*</artifactId> |
| 57 | + </exclusion> |
| 58 | + </exclusions> |
| 59 | + </dependency> |
| 60 | + <dependency> |
| 61 | + <groupId>${project.groupId}</groupId> |
29 | 62 | <artifactId>java-io-win</artifactId> |
30 | 63 | <version>${project.version}</version> |
| 64 | + <exclusions> |
| 65 | + <exclusion> |
| 66 | + <groupId>com.github.nbbrd.java-design-util</groupId> |
| 67 | + <artifactId>*</artifactId> |
| 68 | + </exclusion> |
| 69 | + <exclusion> |
| 70 | + <groupId>org.checkerframework</groupId> |
| 71 | + <artifactId>*</artifactId> |
| 72 | + </exclusion> |
| 73 | + <exclusion> |
| 74 | + <groupId>org.projectlombok</groupId> |
| 75 | + <artifactId>*</artifactId> |
| 76 | + </exclusion> |
| 77 | + </exclusions> |
31 | 78 | </dependency> |
32 | 79 | <dependency> |
33 | | - <groupId>com.github.nbbrd.java-io-util</groupId> |
| 80 | + <groupId>${project.groupId}</groupId> |
34 | 81 | <artifactId>java-io-xml</artifactId> |
35 | 82 | <version>${project.version}</version> |
| 83 | + <exclusions> |
| 84 | + <exclusion> |
| 85 | + <groupId>com.github.nbbrd.java-design-util</groupId> |
| 86 | + <artifactId>*</artifactId> |
| 87 | + </exclusion> |
| 88 | + <exclusion> |
| 89 | + <groupId>org.checkerframework</groupId> |
| 90 | + <artifactId>*</artifactId> |
| 91 | + </exclusion> |
| 92 | + <exclusion> |
| 93 | + <groupId>org.projectlombok</groupId> |
| 94 | + <artifactId>*</artifactId> |
| 95 | + </exclusion> |
| 96 | + </exclusions> |
36 | 97 | </dependency> |
37 | 98 | <dependency> |
38 | | - <groupId>com.github.nbbrd.java-io-util</groupId> |
| 99 | + <groupId>${project.groupId}</groupId> |
39 | 100 | <artifactId>java-io-xml-bind</artifactId> |
40 | 101 | <version>${project.version}</version> |
| 102 | + <exclusions> |
| 103 | + <exclusion> |
| 104 | + <groupId>com.github.nbbrd.java-design-util</groupId> |
| 105 | + <artifactId>*</artifactId> |
| 106 | + </exclusion> |
| 107 | + <exclusion> |
| 108 | + <groupId>org.checkerframework</groupId> |
| 109 | + <artifactId>*</artifactId> |
| 110 | + </exclusion> |
| 111 | + <exclusion> |
| 112 | + <groupId>org.projectlombok</groupId> |
| 113 | + <artifactId>*</artifactId> |
| 114 | + </exclusion> |
| 115 | + </exclusions> |
41 | 116 | </dependency> |
42 | 117 | </dependencies> |
43 | 118 | </dependencyManagement> |
|
0 commit comments