File tree Expand file tree Collapse file tree 7 files changed +32
-29
lines changed
google-api-client-android2
google-api-client-appengine
google-api-client-servlet Expand file tree Collapse file tree 7 files changed +32
-29
lines changed Original file line number Diff line number Diff line change 11
22syntax: regexp
33^(.*/)?target$
4+
5+ syntax: regexp
6+ ^(.*/)?bin$
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<classpath >
3- <classpathentry kind =" src" path =" src/main/java" />
4- <classpathentry kind =" con"
5- path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5" />
6- <classpathentry kind =" con"
7- path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" />
8- <classpathentry kind =" output" path =" target/classes" />
3+ <classpathentry kind =" src" path =" src/main/java" />
4+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5" />
5+ <classpathentry kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" />
6+ <classpathentry kind =" output" path =" bin" />
97</classpath >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<classpath >
3- <classpathentry kind =" src" path =" src/main/java" />
4- <classpathentry kind =" src" output =" target/test-classes" path =" src/test/java" />
5- <classpathentry kind =" con"
6- path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6" />
7- <classpathentry kind =" output" path =" target/classes" />
8- <classpathentry kind =" con"
9- path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" />
3+ <classpathentry kind =" src" path =" src/main/java" />
4+ <classpathentry kind =" src" path =" src/test/java" />
5+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6" />
6+ <classpathentry kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" />
7+ <classpathentry kind =" output" path =" bin" />
108</classpath >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<classpath >
3- <classpathentry kind =" src" path =" src/main/java" />
4- <classpathentry kind =" src" path =" src/test/java" />
5- <classpathentry kind =" con"
6- path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5" />
7- <classpathentry kind =" output" path =" target/classes" />
8- <classpathentry kind =" con"
9- path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" />
3+ <classpathentry kind =" src" path =" src/main/java" />
4+ <classpathentry kind =" src" path =" src/test/java" />
5+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5" />
6+ <classpathentry kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" />
7+ <classpathentry kind =" output" path =" bin" />
108</classpath >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<classpath >
3- <classpathentry kind =" src" path =" src/main/java" />
4- <classpathentry kind =" src" output =" target/test-classes" path =" src/test/java" />
5- <classpathentry kind =" con"
6- path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5" />
7- <classpathentry kind =" con"
8- path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" />
9- <classpathentry kind =" output" path =" target/classes" />
3+ <classpathentry kind =" src" path =" src/main/java" />
4+ <classpathentry kind =" src" path =" src/test/java" />
5+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5" />
6+ <classpathentry kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" />
7+ <classpathentry kind =" output" path =" bin" />
108</classpath >
Original file line number Diff line number Diff line change 6565 <dependency >
6666 <groupId >com.google.http-client</groupId >
6767 <artifactId >google-http-client-gson</artifactId >
68- <version >${project.http.version} </version >
6968 <scope >test</scope >
7069 </dependency >
7170 <dependency >
7271 <groupId >com.google.http-client</groupId >
7372 <artifactId >google-http-client-jackson</artifactId >
74- <version >${project.http.version} </version >
7573 <scope >test</scope >
7674 </dependency >
7775 <dependency >
Original file line number Diff line number Diff line change 148148 <artifactId >google-http-client-appengine</artifactId >
149149 <version >${project.http.version} </version >
150150 </dependency >
151+ <dependency >
152+ <groupId >com.google.http-client</groupId >
153+ <artifactId >google-http-client-gson</artifactId >
154+ <version >${project.http.version} </version >
155+ </dependency >
156+ <dependency >
157+ <groupId >com.google.http-client</groupId >
158+ <artifactId >google-http-client-jackson</artifactId >
159+ <version >${project.http.version} </version >
160+ </dependency >
151161 <dependency >
152162 <groupId >com.google.oauth-client</groupId >
153163 <artifactId >google-oauth-client</artifactId >
You can’t perform that action at this time.
0 commit comments