mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 06:59:44 +07:00
review follow-up: exclude unnecessary artifact (IDEA-361854)
(cherry picked from commit 93023adc668f27bb97a17f8b67db0170b669db09) IJ-CR-151097 GitOrigin-RevId: 21b4056504917741a49b1a796f5b3409d19461bd
This commit is contained in:
committed by
intellij-monorepo-bot
parent
578a6bb592
commit
972970502f
6
.idea/libraries/netty_jps.xml
generated
6
.idea/libraries/netty_jps.xml
generated
@@ -14,9 +14,6 @@
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/io/netty/netty-codec-http/4.1.115.Final/netty-codec-http-4.1.115.Final.jar">
|
||||
<sha256sum>e6dbe971c59373bbae9802021c63b9bc1d8800fead382863d67e79e79b023166</sha256sum>
|
||||
</artifact>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/io/netty/netty-codec-http2/4.1.115.Final/netty-codec-http2-4.1.115.Final.jar">
|
||||
<sha256sum>cbed9829a5d582e91e314e209edce9a0c2eb369f23bb4fb74a5bc8b7990222c2</sha256sum>
|
||||
</artifact>
|
||||
<artifact url="file://$MAVEN_REPOSITORY$/io/netty/netty-common/4.1.115.Final/netty-common-4.1.115.Final.jar">
|
||||
<sha256sum>39f1b5a2aaa4eab5d036dfd0486e35a4276df412e092d36b2d88b494705a134d</sha256sum>
|
||||
</artifact>
|
||||
@@ -33,6 +30,7 @@
|
||||
<exclude>
|
||||
<dependency maven-id="io.netty:netty-codec-dns" />
|
||||
<dependency maven-id="io.netty:netty-codec-haproxy" />
|
||||
<dependency maven-id="io.netty:netty-codec-http2" />
|
||||
<dependency maven-id="io.netty:netty-codec-memcache" />
|
||||
<dependency maven-id="io.netty:netty-codec-mqtt" />
|
||||
<dependency maven-id="io.netty:netty-codec-redis" />
|
||||
@@ -60,7 +58,6 @@
|
||||
<root url="jar://$MAVEN_REPOSITORY$/io/netty/netty-buffer/4.1.115.Final/netty-buffer-4.1.115.Final.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/io/netty/netty-codec/4.1.115.Final/netty-codec-4.1.115.Final.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/io/netty/netty-codec-http/4.1.115.Final/netty-codec-http-4.1.115.Final.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/io/netty/netty-codec-http2/4.1.115.Final/netty-codec-http2-4.1.115.Final.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/io/netty/netty-common/4.1.115.Final/netty-common-4.1.115.Final.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/io/netty/netty-handler/4.1.115.Final/netty-handler-4.1.115.Final.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/io/netty/netty-resolver/4.1.115.Final/netty-resolver-4.1.115.Final.jar!/" />
|
||||
@@ -71,7 +68,6 @@
|
||||
<root url="jar://$MAVEN_REPOSITORY$/io/netty/netty-buffer/4.1.115.Final/netty-buffer-4.1.115.Final-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/io/netty/netty-codec/4.1.115.Final/netty-codec-4.1.115.Final-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/io/netty/netty-codec-http/4.1.115.Final/netty-codec-http-4.1.115.Final-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/io/netty/netty-codec-http2/4.1.115.Final/netty-codec-http2-4.1.115.Final-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/io/netty/netty-common/4.1.115.Final/netty-common-4.1.115.Final-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/io/netty/netty-handler/4.1.115.Final/netty-handler-4.1.115.Final-sources.jar!/" />
|
||||
<root url="jar://$MAVEN_REPOSITORY$/io/netty/netty-resolver/4.1.115.Final/netty-resolver-4.1.115.Final-sources.jar!/" />
|
||||
|
||||
@@ -149,7 +149,6 @@
|
||||
- name: $MAVEN_REPOSITORY$/io/netty/netty-buffer/4/netty-buffer-4.jar
|
||||
- name: $MAVEN_REPOSITORY$/io/netty/netty-codec/4/netty-codec-4.jar
|
||||
- name: $MAVEN_REPOSITORY$/io/netty/netty-codec-http/4/netty-codec-http-4.jar
|
||||
- name: $MAVEN_REPOSITORY$/io/netty/netty-codec-http2/4/netty-codec-http2-4.jar
|
||||
- name: $MAVEN_REPOSITORY$/io/netty/netty-common/4/netty-common-4.jar
|
||||
- name: $MAVEN_REPOSITORY$/io/netty/netty-handler/4/netty-handler-4.jar
|
||||
- name: $MAVEN_REPOSITORY$/io/netty/netty-resolver/4/netty-resolver-4.jar
|
||||
|
||||
Reference in New Issue
Block a user