File tree Expand file tree Collapse file tree 13 files changed +45
-2
lines changed Expand file tree Collapse file tree 13 files changed +45
-2
lines changed Original file line number Diff line number Diff line change 1+ mvnw clean install site -DskipTests=true
Original file line number Diff line number Diff line change 1+ mvnw clean spring-boot:run
2+
Original file line number Diff line number Diff line change 1+ mvnw clean spring-boot:run
2+
Original file line number Diff line number Diff line change 1+ mvnw clean spring-boot:run
2+
Original file line number Diff line number Diff line change 1+ mvnw clean spring-boot:run
2+
Original file line number Diff line number Diff line change 1+ mvnw clean spring-boot:run
2+
Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
33 xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
44 <modelVersion >4.0.0</modelVersion >
5-
5+
66 <parent >
77 <groupId >org.woehlke.apps.twitterwall3</groupId >
88 <artifactId >twitterwall3-parent</artifactId >
99 <version >1.0-SNAPSHOT</version >
1010 <relativePath >../twitterwall3-parent</relativePath >
1111 </parent >
12-
12+
1313 <artifactId >twitterwall3-graphdb</artifactId >
1414 <version >1.0-SNAPSHOT</version >
1515 <packaging >jar</packaging >
8282 <groupId >org.springframework.boot</groupId >
8383 <artifactId >spring-boot-starter-jdbc</artifactId >
8484 </dependency >
85+ <!--
8586 <dependency>
8687 <groupId>org.springframework.boot</groupId>
8788 <artifactId>spring-boot-starter-jersey</artifactId>
8889 </dependency>
90+ -->
8991 <dependency >
9092 <groupId >org.springframework.boot</groupId >
9193 <artifactId >spring-boot-starter-jooq</artifactId >
208210 <scope >test</scope >
209211 </dependency >
210212
213+ <dependency >
214+ <groupId >org.springframework.batch</groupId >
215+ <artifactId >spring-batch-core</artifactId >
216+ <scope >compile</scope >
217+ </dependency >
218+
219+ <!--
220+ <dependency>
221+ <groupId>org.glassfish.jersey.ext</groupId>
222+ <artifactId>jersey-spring4</artifactId>
223+ </dependency>
224+ -->
225+
226+ <dependency >
227+ <groupId >org.apache.logging.log4j</groupId >
228+ <artifactId >log4j-api</artifactId >
229+ </dependency >
230+
211231 <dependency >
212232 <groupId >org.webjars</groupId >
213233 <artifactId >jquery</artifactId >
Original file line number Diff line number Diff line change 1+ mvnw clean spring-boot:run
2+
Original file line number Diff line number Diff line change 1+ mvnw clean spring-boot:run
2+
Original file line number Diff line number Diff line change 1+ mvnw clean spring-boot:run
2+
You can’t perform that action at this time.
0 commit comments