File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 6969 <groupId >io.brooklyn.networking</groupId >
7070 <artifactId >brooklyn-networking-cloudstack</artifactId >
7171 <version >${brooklyn.version} </version >
72+ <exclusions >
73+ <exclusion >
74+ <groupId >${jclouds.groupId} .labs</groupId >
75+ <artifactId >docker</artifactId >
76+ </exclusion >
77+ </exclusions >
7278 </dependency >
7379 <dependency >
7480 <groupId >io.brooklyn.etcd</groupId >
101107 <groupId >${jclouds.docker.groupId} .labs</groupId >
102108 <artifactId >docker</artifactId >
103109 <version >${jclouds.docker.version} </version >
110+ <exclusions >
111+ <exclusion >
112+ <!-- Conflicts with javax.ws.rs-api -->
113+ <groupId >javax.ws.rs</groupId >
114+ <artifactId >jsr311-api</artifactId >
115+ </exclusion >
116+ </exclusions >
104117 </dependency >
105118 </dependencies >
106119
You can’t perform that action at this time.
0 commit comments