|
137 | 137 | <plugin> |
138 | 138 | <groupId>org.cloudfoundry</groupId> |
139 | 139 | <artifactId>cf-maven-plugin</artifactId> |
140 | | - <version>1.0.0.M3</version> |
| 140 | + <version>1.1.1</version> |
| 141 | + <configuration> |
| 142 | + <server>mycloudfoundry-instance</server> |
| 143 | + <target>http://api.run.pivotal.io</target> |
| 144 | + <org>FrameworksAndRuntimes</org> |
| 145 | + <space>ghillert</space> |
| 146 | + <appname>devnexus</appname> |
| 147 | + <url>devnexus.cfapps.io</url> |
| 148 | + <memory>512</memory> |
| 149 | + <diskQuota>1024</diskQuota> |
| 150 | + <healthCheckTimeout>180</healthCheckTimeout> |
| 151 | + <mergeEnv>true</mergeEnv> |
| 152 | + <services> |
| 153 | + <service> |
| 154 | + <name>devnexus-mail</name> |
| 155 | + </service> |
| 156 | + </services> |
| 157 | + </configuration> |
141 | 158 | </plugin> |
142 | 159 | <plugin> |
143 | 160 | <groupId>org.zeroturnaround</groupId> |
|
236 | 253 | <artifactId>hibernate-core</artifactId> |
237 | 254 | <version>${org.hibernate.version}</version> |
238 | 255 | </dependency> |
239 | | - <dependency> |
240 | | - <groupId>org.hibernate</groupId> |
241 | | - <artifactId>hibernate-ehcache</artifactId> |
242 | | - <version>${org.hibernate.version}</version> |
243 | | - </dependency> |
244 | 256 | <!-- <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-search</artifactId> |
245 | 257 | <version>4.0.0.Final</version> </dependency> --> |
246 | 258 | <dependency> |
|
721 | 733 | <artifactId>spring-cloud-spring-service-connector</artifactId> |
722 | 734 | <version>1.1.1.RELEASE</version> |
723 | 735 | </dependency> |
| 736 | + <dependency> |
| 737 | + <groupId>org.springframework.cloud</groupId> |
| 738 | + <artifactId>spring-cloud-cloudfoundry-connector</artifactId> |
| 739 | + <version>1.1.1.RELEASE</version> |
| 740 | + </dependency> |
724 | 741 | </dependencies> |
725 | 742 |
|
726 | 743 | <inceptionYear>2010</inceptionYear> |
|
0 commit comments