Revision 63191
Added by Claudio Atzori 6 months ago
webapps/dnet-container-provision/trunk/pom.xml | ||
---|---|---|
20 | 20 |
<artifactId>cnr-log4j-inspector</artifactId> |
21 | 21 |
<version>[1.0.0,2.0.0)</version> |
22 | 22 |
</dependency> |
23 |
<dependency> |
|
24 |
<groupId>log4j</groupId> |
|
25 |
<artifactId>log4j</artifactId> |
|
26 |
<version>[1.2.17]</version> |
|
27 |
</dependency> |
|
28 | 23 |
|
29 | 24 |
<!-- Common services in every container --> |
30 | 25 |
<dependency> |
... | ... | |
87 | 82 |
<dependency> |
88 | 83 |
<groupId>eu.dnetlib</groupId> |
89 | 84 |
<artifactId>dnet-index-solr-service</artifactId> |
90 |
<version>[3.1.1]</version> |
|
91 |
</dependency> |
|
92 |
|
|
93 |
<!-- |
|
94 |
<dependency> |
|
95 |
<groupId>eu.dnetlib</groupId> |
|
96 |
<artifactId>dnet-datasource-rest-api</artifactId> |
|
97 |
<version>[0.0.1,2.0.0)</version> |
|
98 |
</dependency> |
|
99 |
--> |
|
100 |
<dependency> |
|
101 |
<groupId>eu.dnetlib</groupId> |
|
102 |
<artifactId>dnet-directindex-api</artifactId> |
|
103 | 85 |
<version>[3.0.0,4.0.0)</version> |
104 |
<exclusions> |
|
105 |
<exclusion> |
|
106 |
<groupId>log4j</groupId> |
|
107 |
<artifactId>log4j</artifactId> |
|
108 |
</exclusion> |
|
109 |
<exclusion> |
|
110 |
<artifactId>servlet-api</artifactId> |
|
111 |
<groupId>javax.servlet</groupId> |
|
112 |
</exclusion> |
|
113 |
</exclusions> |
|
114 | 86 |
</dependency> |
115 | 87 |
|
88 |
<!-- Uncomment after we release the module <dependency> <groupId>eu.dnetlib</groupId> |
|
89 |
<artifactId>dnet-datasource-rest-api</artifactId> <version>[0.0.1,2.0.0)</version> |
|
90 |
</dependency> --> |
|
116 | 91 |
|
92 |
|
|
117 | 93 |
<dependency> |
118 | 94 |
<groupId>javax.servlet</groupId> |
119 | 95 |
<artifactId>javax.servlet-api</artifactId> |
... | ... | |
150 | 126 |
<version>5.2.4.Final</version> |
151 | 127 |
</dependency> |
152 | 128 |
|
129 |
<!-- Direct Index Api --> |
|
153 | 130 |
<dependency> |
131 |
<groupId>eu.dnetlib</groupId> |
|
132 |
<artifactId>dnet-directindex-api</artifactId> |
|
133 |
<version>[4.0.0,5.0.0)</version> |
|
134 |
<exclusions> |
|
135 |
<exclusion> |
|
136 |
<groupId>log4j</groupId> |
|
137 |
<artifactId>log4j</artifactId> |
|
138 |
</exclusion> |
|
139 |
<exclusion> |
|
140 |
<artifactId>servlet-api</artifactId> |
|
141 |
<groupId>javax.servlet</groupId> |
|
142 |
</exclusion> |
|
143 |
</exclusions> |
|
144 |
</dependency> |
|
145 |
|
|
146 |
<dependency> |
|
154 | 147 |
<groupId>io.prometheus</groupId> |
155 | 148 |
<artifactId>simpleclient</artifactId> |
156 | 149 |
<version>0.6.0</version> |
... | ... | |
174 | 167 |
<version>1.1.5</version> |
175 | 168 |
</dependency> |
176 | 169 |
|
177 |
|
|
178 | 170 |
</dependencies> |
179 | 171 |
<properties> |
180 | 172 |
<springfox-version>2.5.0</springfox-version> |
Also available in: Unified diff
align the dependencies with the beta branch