|
9 | 9 | </parent>
|
10 | 10 |
|
11 | 11 | <artifactId>incode-example-tags-demo</artifactId>
|
12 |
| - <name>Incode Platform Example Tags Fixtures</name> |
| 12 | + <name>Incode Platform Example Tags Demo</name> |
13 | 13 |
|
14 | 14 | <build>
|
15 | 15 | <resources>
|
|
92 | 92 | <artifactId>axon-core</artifactId>
|
93 | 93 | </dependency>
|
94 | 94 |
|
95 |
| - <!-- |
96 |
| - <dependency> |
97 |
| - <groupId>org.isisaddons.module.docx</groupId> |
98 |
| - <artifactId>isis-module-docx-dom</artifactId> |
99 |
| - </dependency> |
100 |
| - <dependency> |
101 |
| - <groupId>org.jdom</groupId> |
102 |
| - <artifactId>jdom2</artifactId> |
103 |
| - <version>2.0.3</version> |
104 |
| - </dependency> |
105 |
| -
|
106 |
| - <dependency> |
107 |
| - <groupId>org.isisaddons.module.excel</groupId> |
108 |
| - <artifactId>isis-module-excel-dom</artifactId> |
109 |
| - </dependency> |
110 |
| -
|
111 |
| - <dependency> |
112 |
| - <groupId>org.isisaddons.module.fakedata</groupId> |
113 |
| - <artifactId>isis-module-fakedata-dom</artifactId> |
114 |
| - </dependency> |
115 |
| -
|
116 |
| - <dependency> |
117 |
| - <groupId>org.isisaddons.module.poly</groupId> |
118 |
| - <artifactId>isis-module-poly-dom</artifactId> |
119 |
| - </dependency> |
120 |
| -
|
121 |
| - <dependency> |
122 |
| - <groupId>org.isisaddons.module.servletapi</groupId> |
123 |
| - <artifactId>isis-module-servletapi-dom</artifactId> |
124 |
| - </dependency> |
125 |
| -
|
126 |
| - <dependency> |
127 |
| - <groupId>org.isisaddons.module.stringinterpolator</groupId> |
128 |
| - <artifactId>isis-module-stringinterpolator-dom</artifactId> |
129 |
| - </dependency> |
130 |
| -
|
131 |
| - <dependency> |
132 |
| - <groupId>org.incode.example.alias</groupId> |
133 |
| - <artifactId>incode-example-alias-dom</artifactId> |
134 |
| - </dependency> |
135 |
| -
|
136 |
| - <dependency> |
137 |
| - <groupId>org.incode.example.classification</groupId> |
138 |
| - <artifactId>incode-example-classification-dom</artifactId> |
139 |
| - </dependency> |
140 |
| -
|
141 |
| - <dependency> |
142 |
| - <groupId>org.incode.example.commchannel</groupId> |
143 |
| - <artifactId>incode-example-commchannel-dom</artifactId> |
144 |
| - </dependency> |
145 |
| -
|
146 |
| - <dependency> |
147 |
| - <groupId>org.incode.example.communications</groupId> |
148 |
| - <artifactId>incode-example-communications-dom</artifactId> |
149 |
| - </dependency> |
150 |
| -
|
151 |
| - <dependency> |
152 |
| - <groupId>org.incode.example.docfragment</groupId> |
153 |
| - <artifactId>incode-example-docfragment-dom</artifactId> |
154 |
| - </dependency> |
155 |
| -
|
156 |
| - <dependency> |
157 |
| - <groupId>org.incode.example.document</groupId> |
158 |
| - <artifactId>incode-example-document-dom</artifactId> |
159 |
| - </dependency> |
160 |
| - <dependency> |
161 |
| - <groupId>org.incode.example.docrendering</groupId> |
162 |
| - <artifactId>incode-example-docrendering-stringinterpolator-dom</artifactId> |
163 |
| - </dependency> |
164 |
| - <dependency> |
165 |
| - <groupId>org.incode.example.docrendering</groupId> |
166 |
| - <artifactId>incode-example-docrendering-freemarker-dom</artifactId> |
167 |
| - </dependency> |
168 |
| - <dependency> |
169 |
| - <groupId>org.incode.example.docrendering</groupId> |
170 |
| - <artifactId>incode-example-docrendering-xdocreport-dom</artifactId> |
171 |
| - </dependency> |
172 |
| -
|
173 |
| - <dependency> |
174 |
| - <groupId>org.incode.example.note</groupId> |
175 |
| - <artifactId>incode-example-note-dom</artifactId> |
176 |
| - </dependency> |
177 |
| -
|
178 |
| - <dependency> |
179 |
| - <groupId>org.incode.example.settings</groupId> |
180 |
| - <artifactId>incode-example-settings-dom</artifactId> |
181 |
| - </dependency> |
182 |
| -
|
183 | 95 | <dependency>
|
184 | 96 | <groupId>org.incode.example.tags</groupId>
|
185 | 97 | <artifactId>incode-example-tags-dom</artifactId>
|
186 | 98 | </dependency>
|
187 | 99 |
|
188 |
| - <dependency> |
189 |
| - <groupId>org.isisaddons.module.audit</groupId> |
190 |
| - <artifactId>isis-module-audit-dom</artifactId> |
191 |
| - </dependency> |
192 |
| -
|
193 |
| - <dependency> |
194 |
| - <groupId>org.isisaddons.module.command</groupId> |
195 |
| - <artifactId>isis-module-command-dom</artifactId> |
196 |
| - </dependency> |
197 |
| -
|
198 |
| - <dependency> |
199 |
| - <groupId>org.isisaddons.module.publishmq</groupId> |
200 |
| - <artifactId>isis-module-publishmq-dom-jdo</artifactId> |
201 |
| - </dependency> |
202 |
| -
|
203 |
| - <dependency> |
204 |
| - <groupId>org.isisaddons.module.security</groupId> |
205 |
| - <artifactId>isis-module-security-dom</artifactId> |
206 |
| - </dependency> |
207 |
| -
|
208 |
| - <dependency> |
209 |
| - <groupId>org.isisaddons.module.sessionlogger</groupId> |
210 |
| - <artifactId>isis-module-sessionlogger-dom</artifactId> |
211 |
| - </dependency> |
212 |
| -
|
213 |
| - <dependency> |
214 |
| - <groupId>org.isisaddons.wicket.fullcalendar2</groupId> |
215 |
| - <artifactId>isis-wicket-fullcalendar2-cpt</artifactId> |
216 |
| - </dependency> |
217 |
| -
|
218 |
| - <dependency> |
219 |
| - <groupId>org.isisaddons.wicket.gmap3</groupId> |
220 |
| - <artifactId>isis-wicket-gmap3-cpt</artifactId> |
221 |
| - </dependency> |
222 |
| -
|
223 |
| - <dependency> |
224 |
| - <groupId>org.isisaddons.wicket.pdfjs</groupId> |
225 |
| - <artifactId>isis-wicket-pdfjs-cpt</artifactId> |
226 |
| - </dependency> |
227 |
| -
|
228 |
| - <dependency> |
229 |
| - <groupId>org.isisaddons.wicket.summernote</groupId> |
230 |
| - <artifactId>isis-wicket-summernote-cpt</artifactId> |
231 |
| - </dependency> |
232 |
| -
|
233 |
| - <dependency> |
234 |
| - <groupId>org.isisaddons.wicket.wickedcharts</groupId> |
235 |
| - <artifactId>isis-wicket-wickedcharts-cpt</artifactId> |
236 |
| - </dependency> |
237 |
| -
|
238 |
| -
|
239 |
| - <dependency> |
240 |
| - <groupId>org.togglz</groupId> |
241 |
| - <artifactId>togglz-junit</artifactId> |
242 |
| - <scope>test</scope> |
243 |
| - </dependency> |
244 |
| - --> |
245 |
| - |
246 | 100 | <!-- test -->
|
247 | 101 | <dependency>
|
248 | 102 | <groupId>org.apache.isis.mavendeps</groupId>
|
|
0 commit comments