|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 4 | + <parent> |
| 5 | + <groupId>eu.dnetlib</groupId> |
| 6 | + <artifactId>dnet-container-parent</artifactId> |
| 7 | + <version>1.0.0</version> |
| 8 | + <relativePath></relativePath> |
| 9 | + </parent> |
| 10 | + <modelVersion>4.0.0</modelVersion> |
| 11 | + <groupId>eu.dnetlib</groupId> |
| 12 | + <artifactId>dnet-gdup</artifactId> |
| 13 | + <packaging>war</packaging> |
| 14 | + <version>1.0.0-SNAPSHOT</version> |
| 15 | + <scm> |
| 16 | + <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/webapps/dnet-gdup/trunk</developerConnection> |
| 17 | + </scm> |
| 18 | + <dependencies> |
| 19 | + |
| 20 | + <!-- Common components in every container --> |
| 21 | + <dependency> |
| 22 | + <groupId>eu.dnetlib</groupId> |
| 23 | + <artifactId>cnr-log4j-inspector</artifactId> |
| 24 | + <version>[1.0.0,2.0.0)</version> |
| 25 | + </dependency> |
| 26 | + <dependency> |
| 27 | + <groupId>eu.dnetlib</groupId> |
| 28 | + <artifactId>dnet-schemas</artifactId> |
| 29 | + <version>[1.0.0,2.0.0)</version> |
| 30 | + </dependency> |
| 31 | + |
| 32 | + <!-- Common services in every container --> |
| 33 | + <dependency> |
| 34 | + <groupId>eu.dnetlib</groupId> |
| 35 | + <artifactId>cnr-enabling-hnm-service</artifactId> |
| 36 | + <version>[2.0.0,3.0.0)</version> |
| 37 | + </dependency> |
| 38 | + <dependency> |
| 39 | + <groupId>eu.dnetlib</groupId> |
| 40 | + <artifactId>cnr-enabling-hcm-service</artifactId> |
| 41 | + <version>[2.0.0,3.0.0)</version> |
| 42 | + </dependency> |
| 43 | + |
| 44 | + <!-- Enabling services service --> |
| 45 | + <dependency> |
| 46 | + <groupId>eu.dnetlib</groupId> |
| 47 | + <artifactId>cnr-enabling-services</artifactId> |
| 48 | + <version>[2.0.0,3.0.0)</version> |
| 49 | + <exclusions> |
| 50 | + <exclusion> |
| 51 | + <groupId>apache</groupId> |
| 52 | + <artifactId>commons-pool</artifactId> |
| 53 | + </exclusion> |
| 54 | + </exclusions> |
| 55 | + </dependency> |
| 56 | + <dependency> |
| 57 | + <groupId>eu.dnetlib</groupId> |
| 58 | + <artifactId>cnr-enabling-inspector</artifactId> |
| 59 | + <version>[2.0.0,3.0.0)</version> |
| 60 | + </dependency> |
| 61 | + <dependency> |
| 62 | + <groupId>eu.dnetlib</groupId> |
| 63 | + <artifactId>cnr-resultset-inspector</artifactId> |
| 64 | + <version>[2.0.0,3.0.0)</version> |
| 65 | + </dependency> |
| 66 | + |
| 67 | + <!-- Manager Service Resource Orchestration (required for workflows) --> |
| 68 | + <dependency> |
| 69 | + <groupId>eu.dnetlib</groupId> |
| 70 | + <artifactId>dnet-msro-service</artifactId> |
| 71 | + <version>[3.0.0,4.0.0)</version> |
| 72 | + </dependency> |
| 73 | + <dependency> |
| 74 | + <groupId>eu.dnetlib</groupId> |
| 75 | + <artifactId>dnet-mongo-logging</artifactId> |
| 76 | + <version>[1.0.0,2.0.0)</version> |
| 77 | + </dependency> |
| 78 | + |
| 79 | + <!-- Modular User Interfaces --> |
| 80 | + <dependency> |
| 81 | + <groupId>eu.dnetlib</groupId> |
| 82 | + <artifactId>dnet-modular-ui</artifactId> |
| 83 | + <version>[3.0.0,4.0.0)</version> |
| 84 | + </dependency> |
| 85 | + <dependency> |
| 86 | + <groupId>eu.dnetlib</groupId> |
| 87 | + <artifactId>dnet-modular-workflows-ui</artifactId> |
| 88 | + <version>[4.0.0,5.0.0)</version> |
| 89 | + </dependency> |
| 90 | + <dependency> |
| 91 | + <groupId>eu.dnetlib</groupId> |
| 92 | + <artifactId>dnet-modular-is-ui</artifactId> |
| 93 | + <version>[2.0.1,3.0.0)</version> |
| 94 | + </dependency> |
| 95 | + <dependency> |
| 96 | + <groupId>eu.dnetlib</groupId> |
| 97 | + <artifactId>dnet-modular-repositories-ui</artifactId> |
| 98 | + <version>[4.0.0,5.0.0)</version> |
| 99 | + </dependency> |
| 100 | + <dependency> |
| 101 | + <groupId>eu.dnetlib</groupId> |
| 102 | + <artifactId>dnet-modular-oai-explorer-ui</artifactId> |
| 103 | + <version>[2.0.0,3.0.0)</version> |
| 104 | + </dependency> |
| 105 | + <dependency> |
| 106 | + <groupId>eu.dnetlib</groupId> |
| 107 | + <artifactId>dnet-oai-modular-ui</artifactId> |
| 108 | + <version>[3.0.0,4.0.0)</version> |
| 109 | + </dependency> |
| 110 | + <dependency> |
| 111 | + <groupId>eu.dnetlib</groupId> |
| 112 | + <artifactId>dnet-modular-database-ui</artifactId> |
| 113 | + <version>[2.0.0,3.0.0)</version> |
| 114 | + </dependency> |
| 115 | + <dependency> |
| 116 | + <groupId>eu.dnetlib</groupId> |
| 117 | + <artifactId>dnet-modular-index-ui</artifactId> |
| 118 | + <version>[2.0.1,3.0.0)</version> |
| 119 | + </dependency> |
| 120 | + |
| 121 | + |
| 122 | + <!-- Aggregation services --> |
| 123 | + <dependency> |
| 124 | + <groupId>eu.dnetlib</groupId> |
| 125 | + <artifactId>cnr-mongo-mdstore</artifactId> |
| 126 | + <version>[4.1.7,5.0.0)</version> |
| 127 | + </dependency> |
| 128 | + <dependency> |
| 129 | + <groupId>eu.dnetlib</groupId> |
| 130 | + <artifactId>dnet-modular-collector-service</artifactId> |
| 131 | + <version>[3.0.0,4.0.0)</version> |
| 132 | + </dependency> |
| 133 | + <dependency> |
| 134 | + <groupId>eu.dnetlib</groupId> |
| 135 | + <artifactId>dnet-data-transformation-service</artifactId> |
| 136 | + <version>[3.0.0,4.0.0)</version> |
| 137 | + </dependency> |
| 138 | + |
| 139 | + <dependency> |
| 140 | + <groupId>eu.dnetlib</groupId> |
| 141 | + <artifactId>cnr-enabling-database-service</artifactId> |
| 142 | + <version>[2.0.0,3.0.0)</version> |
| 143 | + </dependency> |
| 144 | + |
| 145 | + <dependency> |
| 146 | + <groupId>eu.dnetlib</groupId> |
| 147 | + <artifactId>dnet-openaireplus-workflows</artifactId> |
| 148 | + <version>[5.0.0,6.0.0)</version> |
| 149 | + </dependency> |
| 150 | + |
| 151 | + <dependency> |
| 152 | + <groupId>eu.dnetlib</groupId> |
| 153 | + <artifactId>dnet-deduplication</artifactId> |
| 154 | + <version>[1.0.0,2.0.0)</version> |
| 155 | + </dependency> |
| 156 | + <dependency> |
| 157 | + <groupId>eu.dnetlib</groupId> |
| 158 | + <artifactId>dnet-hadoop-service</artifactId> |
| 159 | + <version>[2.0.0,3.0.0)</version> |
| 160 | + <exclusions> |
| 161 | + <exclusion> |
| 162 | + <groupId>org.jruby</groupId> |
| 163 | + <artifactId>jruby-complete</artifactId> |
| 164 | + </exclusion> |
| 165 | + </exclusions> |
| 166 | + </dependency> |
| 167 | + <dependency> |
| 168 | + <groupId>eu.dnetlib</groupId> |
| 169 | + <artifactId>dnet-actionmanager-service</artifactId> |
| 170 | + <version>[3.0.0,4.0.0)</version> |
| 171 | + </dependency> |
| 172 | + |
| 173 | + <dependency> |
| 174 | + <groupId>eu.dnetlib</groupId> |
| 175 | + <artifactId>dnet-openaireplus-profiles</artifactId> |
| 176 | + <version>[1.0.0,2.0.0)</version> |
| 177 | + </dependency> |
| 178 | + |
| 179 | + |
| 180 | + <dependency> |
| 181 | + <groupId>eu.dnetlib</groupId> |
| 182 | + <artifactId>cnr-inspector-security</artifactId> |
| 183 | + <version>[1.0.0,2.0.0)</version> |
| 184 | + </dependency> |
| 185 | + <dependency> |
| 186 | + <groupId>eu.dnetlib</groupId> |
| 187 | + <artifactId>dnet-webapp-monitoring</artifactId> |
| 188 | + <version>[1.0.0,2.0.0)</version> |
| 189 | + </dependency> |
| 190 | + |
| 191 | + <!-- Light-ui for pre-public check --> |
| 192 | + <!-- <dependency> --> |
| 193 | + <!-- <groupId>eu.dnetlib</groupId> --> |
| 194 | + <!-- <artifactId>dnet-modular-lightui-ui</artifactId> --> |
| 195 | + <!-- <version>[2.0.0,3.0.0)</version> --> |
| 196 | + <!-- </dependency> --> |
| 197 | + |
| 198 | + <dependency> |
| 199 | + <groupId>xerces</groupId> |
| 200 | + <artifactId>xercesImpl</artifactId> |
| 201 | + <version>2.11.0</version> |
| 202 | + <scope>compile</scope> |
| 203 | + </dependency> |
| 204 | + |
| 205 | + </dependencies> |
| 206 | +</project> |
0 commit comments