|
64 | 64 | <ehcache.version>2.9.1</ehcache.version>
|
65 | 65 | <flyway.version>3.2.1</flyway.version>
|
66 | 66 | <freemarker.version>2.3.22</freemarker.version>
|
| 67 | + <ecj.version>4.4.2</ecj.version> |
67 | 68 | <elasticsearch.version>1.4.4</elasticsearch.version>
|
68 | 69 | <gemfire.version>8.0.0</gemfire.version>
|
69 | 70 | <glassfish-el.version>3.0.0</glassfish-el.version>
|
|
146 | 147 | <velocity.version>1.7</velocity.version>
|
147 | 148 | <velocity-tools.version>2.0</velocity-tools.version>
|
148 | 149 | <wsdl4j.version>1.6.3</wsdl4j.version>
|
| 150 | + <xml-apis.version>1.3.04</xml-apis.version> |
149 | 151 | </properties>
|
150 | 152 | <prerequisites>
|
151 | 153 | <maven>3.0.2</maven>
|
|
497 | 499 | <groupId>com.gemstone.gemfire</groupId>
|
498 | 500 | <artifactId>gemfire</artifactId>
|
499 | 501 | <version>${gemfire.version}</version>
|
| 502 | + <exclusions> |
| 503 | + <exclusion> |
| 504 | + <groupId>org.springframework.data</groupId> |
| 505 | + <artifactId>spring-data-gemfire</artifactId> |
| 506 | + </exclusion> |
| 507 | + </exclusions> |
500 | 508 | </dependency>
|
501 | 509 | <dependency>
|
502 | 510 | <groupId>com.github.mxab.thymeleaf.extras</groupId>
|
|
995 | 1003 | <artifactId>crash.shell</artifactId>
|
996 | 1004 | <version>${crashub.version}</version>
|
997 | 1005 | </dependency>
|
| 1006 | + <dependency> |
| 1007 | + <groupId>org.eclipse.jdt.core.compiler</groupId> |
| 1008 | + <artifactId>ecj</artifactId> |
| 1009 | + <version>${ecj.version}</version> |
| 1010 | + </dependency> |
998 | 1011 | <dependency>
|
999 | 1012 | <groupId>org.eclipse.jetty</groupId>
|
1000 | 1013 | <artifactId>jetty-annotations</artifactId>
|
|
1586 | 1599 | <artifactId>wsdl4j</artifactId>
|
1587 | 1600 | <version>${wsdl4j.version}</version>
|
1588 | 1601 | </dependency>
|
| 1602 | + <dependency> |
| 1603 | + <groupId>xml-apis</groupId> |
| 1604 | + <artifactId>xml-apis</artifactId> |
| 1605 | + <version>${xml-apis.version}</version> |
| 1606 | + </dependency> |
1589 | 1607 | </dependencies>
|
1590 | 1608 | </dependencyManagement>
|
1591 | 1609 | <build>
|
|
0 commit comments