3232 <directory >src/main/config/${environment} </directory >
3333 </resource >
3434 </resources >
35-
35+
3636 <plugins >
3737 <plugin >
3838 <!-- Read external property resource files -->
6969 <showDeprecation >true</showDeprecation >
7070 </configuration >
7171 </plugin >
72-
72+
7373 <plugin >
7474 <artifactId >maven-war-plugin</artifactId >
7575 <version >2.6</version >
7676 </plugin >
77-
77+
7878 <plugin >
7979 <groupId >org.apache.tomcat.maven</groupId >
8080 <artifactId >tomcat7-maven-plugin</artifactId >
8787 <update >true</update >
8888 </configuration >
8989 </plugin >
90-
90+
9191 <plugin >
9292 <groupId >org.jooq</groupId >
9393 <artifactId >jooq-codegen-maven</artifactId >
9494 <version >${jooq-version} </version >
95-
95+
9696 <!-- Include the <execution> element to generate a new set of -->
97- <!-- source files that represent the current state of the -->
97+ <!-- source files that represent the current state of the -->
9898 <!-- target database schema. -->
9999
100100 <!--
127127 <user >${mysql.username} </user >
128128 <password >${mysql.password} </password >
129129 </jdbc >
130-
130+
131131 <generator >
132132 <name >org.jooq.util.DefaultGenerator</name >
133133 <database >
134134 <name >org.jooq.util.mysql.MySQLDatabase</name >
135135 <includes >.*</includes >
136136 <excludes ></excludes >
137137 <inputSchema >blocklyprop</inputSchema >
138-
138+
139139 <customTypes >
140140 <customType >
141141 <name >GregorianCalendar</name >
281281 <artifactId >logback-core</artifactId >
282282 <version >1.2.3</version >
283283 </dependency >
284+
285+ <!-- https://mvnrepository.com/artifact/log4j/log4j -->
286+ <dependency >
287+ <groupId >log4j</groupId >
288+ <artifactId >log4j</artifactId >
289+ <version >1.2.17</version >
290+ </dependency >
291+
284292 <!-- END Logging Dependencies -->
285293
286294 <!-- Dependencies for Guice -->
363371 <artifactId >commons-beanutils</artifactId >
364372 <version >1.9.2</version >
365373 </dependency >
366-
374+
367375 <!-- https://mvnrepository.com/artifact/commons-logging/commons-logging -->
368376 <dependency >
369377 <groupId >commons-logging</groupId >
474482 <artifactId >metrics-core</artifactId >
475483 <version >${metrics-version} </version >
476484 </dependency >
477-
485+
478486 <dependency >
479487 <groupId >io.dropwizard.metrics</groupId >
480488 <artifactId >metrics-graphite</artifactId >
541549 <artifactId >Cloud-Compiler-java-client</artifactId >
542550 <version >1.0-SNAPSHOT</version >
543551 </dependency >
544-
552+
545553 <!-- Unit Testing -->
546554 <dependency >
547555 <groupId >junit</groupId >
557565 <version >17.0.0</version >
558566 </dependency >
559567 </dependencies >
560- </project >
568+ </project >
0 commit comments