Revision 10375
Added by Jing Tao over 7 years ago
pom.xml | ||
---|---|---|
12 | 12 |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
13 | 13 |
<d1_libclient_version>2.4.0-SNAPSHOT</d1_libclient_version> |
14 | 14 |
<d1_portal_version>2.4.0-SNAPSHOT</d1_portal_version> |
15 |
<d1_cn_index_common_version>2.4.0-SNAPSHOT</d1_cn_index_common_version> |
|
15 | 16 |
<metacat_common_version>2.9.0-SNAPSHOT</metacat_common_version> |
16 | 17 |
</properties> |
17 | 18 |
<repositories> |
... | ... | |
69 | 70 |
</exclusion> |
70 | 71 |
</exclusions> |
71 | 72 |
</dependency> |
73 |
<dependency> |
|
74 |
<artifactId>d1_cn_index_common</artifactId> |
|
75 |
<groupId>org.dataone</groupId> |
|
76 |
<version>${d1_cn_index_common_version}</version> |
|
77 |
<type>jar</type> |
|
78 |
<exclusions> |
|
79 |
<exclusion> |
|
80 |
<groupId>org.springframework.amqp</groupId> |
|
81 |
<artifactId>spring-amqp</artifactId> |
|
82 |
</exclusion> |
|
83 |
<exclusion> |
|
84 |
<groupId>org.springframework</groupId> |
|
85 |
<artifactId>spring-aop</artifactId> |
|
86 |
</exclusion> |
|
87 |
<exclusion> |
|
88 |
<groupId>org.springframework</groupId> |
|
89 |
<artifactId>spring-beans</artifactId> |
|
90 |
</exclusion> |
|
91 |
<exclusion> |
|
92 |
<groupId>org.springframework</groupId> |
|
93 |
<artifactId>spring-context</artifactId> |
|
94 |
</exclusion> |
|
95 |
<exclusion> |
|
96 |
<groupId>org.springframework</groupId> |
|
97 |
<artifactId>spring-core</artifactId> |
|
98 |
</exclusion> |
|
99 |
<exclusion> |
|
100 |
<groupId>org.springframework.data</groupId> |
|
101 |
<artifactId>spring-data-commons</artifactId> |
|
102 |
</exclusion> |
|
103 |
<exclusion> |
|
104 |
<groupId>org.springframework.data</groupId> |
|
105 |
<artifactId>spring-data-jpa</artifactId> |
|
106 |
</exclusion> |
|
107 |
<exclusion> |
|
108 |
<groupId>org.springframework</groupId> |
|
109 |
<artifactId>spring-expression</artifactId> |
|
110 |
</exclusion> |
|
111 |
<exclusion> |
|
112 |
<groupId>org.springframework</groupId> |
|
113 |
<artifactId>spring-jdbc</artifactId> |
|
114 |
</exclusion> |
|
115 |
<exclusion> |
|
116 |
<groupId>org.springframework</groupId> |
|
117 |
<artifactId>spring-orm</artifactId> |
|
118 |
</exclusion> |
|
119 |
<exclusion> |
|
120 |
<groupId>org.springframework.retry</groupId> |
|
121 |
<artifactId>spring-retry</artifactId> |
|
122 |
</exclusion> |
|
123 |
<exclusion> |
|
124 |
<groupId>org.springframework</groupId> |
|
125 |
<artifactId>spring-tx</artifactId> |
|
126 |
</exclusion> |
|
127 |
<exclusion> |
|
128 |
<groupId>org.springframework</groupId> |
|
129 |
<artifactId>spring-web</artifactId> |
|
130 |
</exclusion> |
|
131 |
<exclusion> |
|
132 |
<groupId>org.springframework</groupId> |
|
133 |
<artifactId>spring-context-support</artifactId> |
|
134 |
</exclusion> |
|
135 |
<exclusion> |
|
136 |
<groupId>org.springframework</groupId> |
|
137 |
<artifactId>spring-test</artifactId> |
|
138 |
</exclusion> |
|
139 |
<exclusion> |
|
140 |
<groupId>cglib</groupId> |
|
141 |
<artifactId>cglib</artifactId> |
|
142 |
</exclusion> |
|
143 |
<exclusion> |
|
144 |
<groupId>org.hibernate</groupId> |
|
145 |
<artifactId>hibernate-entitymanager</artifactId> |
|
146 |
</exclusion> |
|
147 |
</exclusions> |
|
148 |
</dependency> |
|
72 | 149 |
<dependency> |
73 | 150 |
<artifactId>d1_portal</artifactId> |
74 | 151 |
<groupId>org.dataone</groupId> |
... | ... | |
108 | 185 |
<groupId>org.jibx</groupId> |
109 | 186 |
<artifactId>maven-jibx-plugin</artifactId> |
110 | 187 |
</exclusion> |
188 |
<exclusion> |
|
189 |
<groupId>org.apache.maven.plugins</groupId> |
|
190 |
<artifactId>maven-plugins</artifactId> |
|
191 |
</exclusion> |
|
111 | 192 |
</exclusions> |
112 | 193 |
</dependency> |
113 | 194 |
<dependency> |
Also available in: Unified diff
Add the depency on the component d1_cn_index_common.