|
1009 | 1009 | <jetty-jaspi.version>${jetty.version}</jetty-jaspi.version> |
1010 | 1010 | <jetty-jmx.version>${jetty.version}</jetty-jmx.version> |
1011 | 1011 | <jetty-jndi.version>${jetty.version}</jetty-jndi.version> |
1012 | | - <jetty-jspc-maven-plugin.version>${jetty.version}</jetty-jspc-maven-plugin.version> |
1013 | | - <jetty-maven-plugin.version>${jetty.version}</jetty-maven-plugin.version> |
| 1012 | + <!-- |
| 1013 | + NB: We do not manage jetty-jspc-maven-plugin or jetty-maven-plugin. |
| 1014 | + Their dependencies include several artifacts conflicting with elsewhere: |
| 1015 | + * classworlds:classworlds vs. org.codehaus.plexus:plexus-classworlds |
| 1016 | + * javax.annotation:jsr250-api vs. javax.annotation:javax.annotation-api |
| 1017 | + * javax.websocket:javax.websocket-api vs. javax.websocket:javax.websocket-client-api |
| 1018 | + * org.mortbay.jasper:apache-el vs. javax.el:javax.el-api |
| 1019 | + --> |
1014 | 1020 | <jetty-nosql.version>${jetty.version}</jetty-nosql.version> |
1015 | 1021 | <jetty-plus.version>${jetty.version}</jetty-plus.version> |
1016 | 1022 | <jetty-proxy.version>${jetty.version}</jetty-proxy.version> |
|
3546 | 3552 | <artifactId>jetty-jndi</artifactId> |
3547 | 3553 | <version>${jetty-jndi.version}</version> |
3548 | 3554 | </dependency> |
3549 | | - <dependency> |
3550 | | - <groupId>org.eclipse.jetty</groupId> |
3551 | | - <artifactId>jetty-jspc-maven-plugin</artifactId> |
3552 | | - <version>${jetty-jspc-maven-plugin.version}</version> |
3553 | | - <exclusions> |
3554 | | - <exclusion> |
3555 | | - <!-- Conflicts with javax.annotation:javax.annotation-api --> |
3556 | | - <groupId>javax.annotation</groupId> |
3557 | | - <artifactId>jsr250-api</artifactId> |
3558 | | - </exclusion> |
3559 | | - <exclusion> |
3560 | | - <!-- Conflicts with org.codehaus.plexus:plexus-classworlds --> |
3561 | | - <groupId>classworlds</groupId> |
3562 | | - <artifactId>classworlds</artifactId> |
3563 | | - </exclusion> |
3564 | | - </exclusions> |
3565 | | - </dependency> |
3566 | | - <dependency> |
3567 | | - <groupId>org.eclipse.jetty</groupId> |
3568 | | - <artifactId>jetty-maven-plugin</artifactId> |
3569 | | - <version>${jetty-maven-plugin.version}</version> |
3570 | | - <exclusions> |
3571 | | - <exclusion> |
3572 | | - <!-- Conflicts with javax.websocket:javax.websocket-api --> |
3573 | | - <groupId>javax.websocket</groupId> |
3574 | | - <artifactId>javax.websocket-client-api</artifactId> |
3575 | | - </exclusion> |
3576 | | - </exclusions> |
3577 | | - </dependency> |
3578 | 3555 | <dependency> |
3579 | 3556 | <groupId>org.eclipse.jetty</groupId> |
3580 | 3557 | <artifactId>jetty-nosql</artifactId> |
|
3854 | 3831 | <groupId>org.mapdb</groupId> |
3855 | 3832 | <artifactId>mapdb</artifactId> |
3856 | 3833 | <version>${mapdb.version}</version> |
| 3834 | + <exclusions> |
| 3835 | + <exclusion> |
| 3836 | + <!-- |
| 3837 | + Conflicts with org.lz4:lz4-java. |
| 3838 | + You may need to add it to your deps. |
| 3839 | + --> |
| 3840 | + <groupId>net.jpountz.lz4</groupId> |
| 3841 | + <artifactId>lz4</artifactId> |
| 3842 | + </exclusion> |
| 3843 | + </exclusions> |
3857 | 3844 | </dependency> |
3858 | 3845 |
|
3859 | 3846 | <!-- MigLayout - http://www.miglayout.com/ --> |
|
0 commit comments