Skip to content

updated #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
196 changes: 98 additions & 98 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/ 2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.or g/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.edurekademo.tutorial</groupId>
<artifactId>addressbook</artifactId>
Expand All @@ -21,16 +21,16 @@
<name>Vaadin Pre-releases</name>
<url>https://maven.vaadin.com/vaadin-prereleases</url>
</repository>
<!-- Essential Vaadin artifacts are in maven central, but maven.vaadin.com
contains a huge set of additional libraries. See vaadin.com/directory -->
<!-- Essential Vaadin artifacts are in maven central, but maven.vaadin.c om
contains a huge set of additional libraries. See vaadin.com/director y -->
<repository>
<id>vaadin-addons</id>
<url>http://maven.vaadin.com/vaadin-addons</url>
</repository>

<repository>
<id>vaadin-snapshots</id>
<url>http://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
<url>http://oss.sonatype.org/content/repositories/vaadin-snapshots/< /url>
<releases>
<enabled>false</enabled>
</releases>
Expand All @@ -43,7 +43,7 @@
<pluginRepositories>
<pluginRepository>
<id>vaadin-snapshots</id>
<url>http://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
<url>http://oss.sonatype.org/content/repositories/vaadin-snapshots/< /url>
<releases>
<enabled>false</enabled>
</releases>
Expand Down Expand Up @@ -81,81 +81,81 @@
<version>3.0.1</version>
<scope>compile</scope>
</dependency>
<!-- The huge set of awesome Java libraries are available as such
for Vaadin developers, you should take the advantage of those. In this app
we just use the commons-beanutils to help implementing the fake backend. -->
<!-- The huge set of awesome Java libraries are available as such
for Vaadin developers, you should take the advantage of those. In th is app
we just use the commons-beanutils to help implementing the fake back end. -->
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.2</version>
<type>jar</type>
</dependency>
<!-- LOGGING -->
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.9</version>

<!-- LOGGING -->
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.9</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.7</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.7</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.7</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.7</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.7</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.7</version>
</dependency>

<!-- TESTING -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.7</version>
<scope>test</scope>
</dependency>
<!-- TESTING -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.7</version>
<scope>test</scope>
</dependency>


<!-- COMMONS -->
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.1</version>
</dependency>
<!-- COMMONS -->
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.1</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.1</version>
</dependency>

<!-- JSON -->
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20140107</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-jaxrs</artifactId>
<version>1.9.4</version>
</dependency>
<!-- JSON -->
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20140107</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-jaxrs</artifactId>
<version>1.9.4</version>
</dependency>

<!-- XML -->
<dependency>
<groupId>com.sun.xml.security</groupId>
<artifactId>xml-security-impl</artifactId>
<version>1.0</version>
</dependency>
<!-- XML -->
<dependency>
<groupId>com.sun.xml.security</groupId>
<artifactId>xml-security-impl</artifactId>
<version>1.0</version>
</dependency>


</dependencies>
</dependencies>

<build>
<plugins>
Expand All @@ -173,30 +173,30 @@
<artifactId>jetty-maven-plugin</artifactId>
<version>9.2.3.v20140905</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<configuration>
<parallel>methods</parallel>
<threadCount>10</threadCount>
<includes>
<include>**/Test*.java</include>
<include>**/Test.java</include>
<include>**/TestCase.java</include>
</includes>
<excludes>
<exclude>**/*Abstract*Test.java</exclude>
</excludes>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<configuration>
<parallel>methods</parallel>
<threadCount>10</threadCount>
<includes>
<include>**/Test*.java</include>
<include>**/Test.java</include>
<include>**/TestCase.java</inclu de>
</includes>
<excludes>
<exclude>**/*Abstract*Test.java< /exclude>
</excludes>
</configuration>
</plugin>

</plugins>
<finalName>addressbook</finalName>
<finalName>addressbook</finalName>
</build>


<reporting>
<plugins>
<plugin>
Expand All @@ -206,7 +206,7 @@
</plugin>
</plugins>
</reporting>

<profiles>
<profile>
<id>development</id>
Expand All @@ -231,7 +231,7 @@
<!--</dependency>-->
<!--</dependencies>-->
<!--<configuration>-->
<!--<configLocation>custom-checkstyle.xml</configLocation>-->
<!--<configLocation>custom-checkstyle.xml</configLoc ation>-->
<!--</configuration>-->
<!--</plugin>-->

Expand Down Expand Up @@ -298,7 +298,7 @@
<configuration>
<reportPlugins>
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
<artifactId>maven-project-info-reports-plugi n</artifactId>
<version>2.7</version>
</plugin>
<plugin>
Expand All @@ -308,10 +308,10 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<artifactId>maven-checkstyle-plugin</artifac tId>
<version>3.0.1</version>
<!--<configuration>-->
<!--<configLocation>gol-checkstyle.xml</configLocation>-->
<!--<configLocation>gol-checkstyle.xml</conf igLocation>-->
<!--</configuration>-->
</plugin>
<plugin>
Expand All @@ -327,33 +327,33 @@
</rulesets>
<!-- CPD options -->
<minimumTokens>20</minimumTokens>
<ignoreIdentifiers>true</ignoreIdentifiers>
<ignoreIdentifiers>true</ignoreIdentifie rs>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<artifactId>findbugs-maven-plugin</artifactI d>
<version>2.4.0</version>
<configuration>
<effort>Max</effort>
<xmlOutput>true</xmlOutput>
</configuration>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<artifactId>maven-javadoc-plugin</artifactId >
<version>2.9.1</version>
<configuration>
<source>1.8</source>
<doclet>
gr.spinellis.umlgraph.doclet.UmlGraphDoc
gr.spinellis.umlgraph.doclet.UmlGrap hDoc
</doclet>
<docletArtifact>
<groupId>gr.spinellis</groupId>
<artifactId>UmlGraph</artifactId>
<version>4.6</version>
</docletArtifact>
<additionalparam>
-inferrel -inferdep -hide java.* -collpackages
-inferrel -inferdep -hide java.* -co llpackages
java.util.* -attributes -operations
-enumerations -enumconstants
</additionalparam>
Expand Down Expand Up @@ -450,7 +450,7 @@
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.9.1</version>
<configuration>
<configLocation>addressbook-build/checkstyle.xml</configLocation>
<configLocation>addressbook-build/checkstyle.xml</co nfigLocation>
</configuration>
</plugin>
<plugin>
Expand Down