Skip to content

Commit 8cdbe6b

Browse files
committed
[KNOWAGE-8921] Java libraries pruning - remove solr birt jasper kpi meta qbe sdk talend dossier whatif
1 parent 2716d88 commit 8cdbe6b

8 files changed

Lines changed: 32 additions & 0 deletions

File tree

knowagebirtreportengine/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
<artifactId>xml-apis</artifactId>
5252
<groupId>xml-apis</groupId>
5353
</exclusion>
54+
<exclusion>
55+
<groupId>org.apache.solr</groupId>
56+
<artifactId>solr-solrj</artifactId>
57+
</exclusion>
5458
</exclusions>
5559
</dependency>
5660
<dependency>

knowagejasperreportengine/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
<artifactId>cometd-java-server</artifactId>
2626
<groupId>org.cometd.java</groupId>
2727
</exclusion>
28+
<exclusion>
29+
<groupId>org.apache.solr</groupId>
30+
<artifactId>solr-solrj</artifactId>
31+
</exclusion>
2832
</exclusions>
2933
</dependency>
3034
<dependency>

knowagekpiengine/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
<artifactId>xml-apis</artifactId>
3030
<groupId>xml-apis</groupId>
3131
</exclusion>
32+
<exclusion>
33+
<groupId>org.apache.solr</groupId>
34+
<artifactId>solr-solrj</artifactId>
35+
</exclusion>
3236
</exclusions>
3337
</dependency>
3438
<dependency>

knowagemeta/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
<artifactId>xml-apis</artifactId>
3030
<groupId>xml-apis</groupId>
3131
</exclusion>
32+
<exclusion>
33+
<groupId>org.apache.solr</groupId>
34+
<artifactId>solr-solrj</artifactId>
35+
</exclusion>
3236
</exclusions>
3337
</dependency>
3438
<dependency>

knowageqbeengine/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
<artifactId>xml-apis</artifactId>
3030
<groupId>xml-apis</groupId>
3131
</exclusion>
32+
<exclusion>
33+
<groupId>org.apache.solr</groupId>
34+
<artifactId>solr-solrj</artifactId>
35+
</exclusion>
3236
</exclusions>
3337
</dependency>
3438
<dependency>

knowagesdk/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@
113113
<artifactId>joda-time</artifactId>
114114
<groupId>joda-time</groupId>
115115
</exclusion>
116+
<exclusion>
117+
<groupId>org.apache.solr</groupId>
118+
<artifactId>solr-solrj</artifactId>
119+
</exclusion>
116120
</exclusions>
117121
</dependency>
118122
</dependencies>

knowagetalendengine/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
<artifactId>xml-apis</artifactId>
3838
<groupId>xml-apis</groupId>
3939
</exclusion>
40+
<exclusion>
41+
<groupId>org.apache.solr</groupId>
42+
<artifactId>solr-solrj</artifactId>
43+
</exclusion>
4044
</exclusions>
4145
</dependency>
4246
<dependency>

knowagewhatifengine/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
<artifactId>hadoop-common</artifactId>
3838
<groupId>org.apache.hadoop</groupId>
3939
</exclusion>
40+
<exclusion>
41+
<groupId>org.apache.solr</groupId>
42+
<artifactId>solr-solrj</artifactId>
43+
</exclusion>
4044
</exclusions>
4145
</dependency>
4246
<dependency>

0 commit comments

Comments
 (0)