|
461 | 461 | <version>${version.spring-boot-maven-plugin}</version> |
462 | 462 | <type>maven-plugin</type> |
463 | 463 | <scope>provided</scope> |
| 464 | + <exclusions> |
| 465 | + <exclusion> |
| 466 | + <groupId>org.antlr</groupId> |
| 467 | + <artifactId>antlr4-runtime</artifactId> |
| 468 | + </exclusion> |
| 469 | + </exclusions> |
464 | 470 | </dependency> |
465 | 471 | <dependency> |
466 | 472 | <groupId>org.apache.maven.plugins</groupId> |
|
494 | 500 | <groupId>com.google.guava</groupId> |
495 | 501 | <artifactId>guava</artifactId> |
496 | 502 | </exclusion> |
| 503 | + <exclusion> |
| 504 | + <groupId>org.antlr</groupId> |
| 505 | + <artifactId>antlr4-runtime</artifactId> |
| 506 | + </exclusion> |
497 | 507 | </exclusions> |
498 | 508 | </dependency> |
499 | 509 | <dependency> |
|
507 | 517 | <groupId>com.beust</groupId> |
508 | 518 | <artifactId>jcommander</artifactId> |
509 | 519 | </exclusion> |
| 520 | + <exclusion> |
| 521 | + <groupId>org.antlr</groupId> |
| 522 | + <artifactId>antlr4-runtime</artifactId> |
| 523 | + </exclusion> |
510 | 524 | </exclusions> |
511 | 525 | </dependency> |
512 | 526 | <dependency> |
|
905 | 919 | <artifactId>maven-checkstyle-plugin</artifactId> |
906 | 920 | <type>maven-plugin</type> |
907 | 921 | <scope>provided</scope> |
| 922 | + <exclusions> |
| 923 | + <exclusion> |
| 924 | + <groupId>com.google.guava</groupId> |
| 925 | + <artifactId>guava</artifactId> |
| 926 | + </exclusion> |
| 927 | + <exclusion> |
| 928 | + <groupId>org.antlr</groupId> |
| 929 | + <artifactId>antlr4-runtime</artifactId> |
| 930 | + </exclusion> |
| 931 | + </exclusions> |
908 | 932 | </dependency> |
909 | 933 | <dependency> |
910 | 934 | <groupId>org.apache.maven.plugins</groupId> |
911 | 935 | <artifactId>maven-pmd-plugin</artifactId> |
912 | 936 | <type>maven-plugin</type> |
913 | 937 | <scope>provided</scope> |
| 938 | + <exclusions> |
| 939 | + <exclusion> |
| 940 | + <groupId>com.beust</groupId> |
| 941 | + <artifactId>jcommander</artifactId> |
| 942 | + </exclusion> |
| 943 | + <exclusion> |
| 944 | + <groupId>org.antlr</groupId> |
| 945 | + <artifactId>antlr4-runtime</artifactId> |
| 946 | + </exclusion> |
| 947 | + </exclusions> |
914 | 948 | </dependency> |
915 | 949 | <dependency> |
916 | 950 | <groupId>org.apache.maven.plugins</groupId> |
|
998 | 1032 | <groupId>org.hibernate.orm</groupId> |
999 | 1033 | <artifactId>hibernate-core</artifactId> |
1000 | 1034 | <exclusions> |
1001 | | - <exclusion> |
1002 | | - <groupId>org.antlr</groupId> |
1003 | | - <artifactId>antlr-runtime4</artifactId> |
1004 | | - </exclusion> |
1005 | 1035 | <exclusion> |
1006 | 1036 | <groupId>org.antlr</groupId> |
1007 | 1037 | <artifactId>antlr4-runtime</artifactId> |
1008 | 1038 | </exclusion> |
1009 | 1039 | </exclusions> |
1010 | 1040 | </dependency> |
1011 | | - <!-- |
1012 | | - <dependency> |
1013 | | - <groupId>org.hibernate.orm</groupId> |
1014 | | - <artifactId>hibernate-envers</artifactId> |
1015 | | - </dependency> |
1016 | | - --> |
1017 | 1041 | <dependency> |
1018 | 1042 | <groupId>org.hibernate.orm</groupId> |
1019 | 1043 | <artifactId>hibernate-hikaricp</artifactId> |
1020 | 1044 | <exclusions> |
1021 | | - <exclusion> |
1022 | | - <groupId>org.antlr</groupId> |
1023 | | - <artifactId>antlr-runtime4</artifactId> |
1024 | | - </exclusion> |
1025 | 1045 | <exclusion> |
1026 | 1046 | <groupId>org.antlr</groupId> |
1027 | 1047 | <artifactId>antlr4-runtime</artifactId> |
1028 | 1048 | </exclusion> |
1029 | 1049 | </exclusions> |
1030 | 1050 | </dependency> |
1031 | | - <!-- |
1032 | | - <dependency> |
1033 | | - <groupId>org.hibernate.orm</groupId> |
1034 | | - <artifactId>hibernate-jcache</artifactId> |
1035 | | - </dependency> |
1036 | | - --> |
1037 | 1051 | <dependency> |
1038 | 1052 | <groupId>org.hibernate.orm</groupId> |
1039 | 1053 | <artifactId>hibernate-jpamodelgen</artifactId> |
1040 | 1054 | <exclusions> |
1041 | | - <exclusion> |
1042 | | - <groupId>org.antlr</groupId> |
1043 | | - <artifactId>antlr-runtime4</artifactId> |
1044 | | - </exclusion> |
1045 | 1055 | <exclusion> |
1046 | 1056 | <groupId>org.antlr</groupId> |
1047 | 1057 | <artifactId>antlr4-runtime</artifactId> |
1048 | 1058 | </exclusion> |
1049 | 1059 | </exclusions> |
1050 | 1060 | </dependency> |
1051 | | - <!-- |
1052 | | - <dependency> |
1053 | | - <groupId>org.hibernate.orm</groupId> |
1054 | | - <artifactId>hibernate-proxool</artifactId> |
1055 | | - </dependency> |
1056 | | - --> |
1057 | 1061 | <dependency> |
1058 | 1062 | <groupId>org.hibernate.orm</groupId> |
1059 | 1063 | <artifactId>hibernate-testing</artifactId> |
|
1070 | 1074 | <groupId>org.wildfly.transaction</groupId> |
1071 | 1075 | <artifactId>wildfly-transaction-client-jakarta</artifactId> |
1072 | 1076 | </exclusion> |
1073 | | - <exclusion> |
1074 | | - <groupId>org.antlr</groupId> |
1075 | | - <artifactId>antlr-runtime4</artifactId> |
1076 | | - </exclusion> |
1077 | 1077 | <exclusion> |
1078 | 1078 | <groupId>org.antlr</groupId> |
1079 | 1079 | <artifactId>antlr4-runtime</artifactId> |
1080 | 1080 | </exclusion> |
1081 | 1081 | </exclusions> |
1082 | 1082 | </dependency> |
1083 | | - <!-- |
1084 | | - <dependency> |
1085 | | - <groupId>org.hibernate.orm</groupId> |
1086 | | - <artifactId>hibernate-vibur</artifactId> |
1087 | | - </dependency> |
1088 | | - --> |
1089 | 1083 | <dependency> |
1090 | 1084 | <groupId>org.hibernate.validator</groupId> |
1091 | 1085 | <artifactId>hibernate-validator</artifactId> |
1092 | 1086 | <exclusions> |
1093 | | - <exclusion> |
1094 | | - <groupId>org.antlr</groupId> |
1095 | | - <artifactId>antlr-runtime4</artifactId> |
1096 | | - </exclusion> |
1097 | 1087 | <exclusion> |
1098 | 1088 | <groupId>org.antlr</groupId> |
1099 | 1089 | <artifactId>antlr4-runtime</artifactId> |
|
1104 | 1094 | <groupId>org.hibernate.validator</groupId> |
1105 | 1095 | <artifactId>hibernate-validator-annotation-processor</artifactId> |
1106 | 1096 | <exclusions> |
1107 | | - <exclusion> |
1108 | | - <groupId>org.antlr</groupId> |
1109 | | - <artifactId>antlr-runtime4</artifactId> |
1110 | | - </exclusion> |
1111 | 1097 | <exclusion> |
1112 | 1098 | <groupId>org.antlr</groupId> |
1113 | 1099 | <artifactId>antlr4-runtime</artifactId> |
|
1118 | 1104 | <groupId>org.antlr</groupId> |
1119 | 1105 | <artifactId>antlr-runtime</artifactId> |
1120 | 1106 | </dependency> |
| 1107 | + <!-- |
| 1108 | + <dependency> |
| 1109 | + <groupId>org.antlr</groupId> |
| 1110 | + <artifactId>antlr4-runtime</artifactId> |
| 1111 | + <scope>provided</scope> |
| 1112 | + </dependency> |
| 1113 | + --> |
1121 | 1114 | </dependencies> |
1122 | 1115 |
|
1123 | 1116 | <build> |
|
0 commit comments