File tree
Expand file treeCollapse file tree2 files changed
+0
-35
lines changed google-api-client-appengine
Expand file treeCollapse file tree2 files changed
+0
-35
lines changed Original file line number | Diff line number | Diff line change |
---|
|
113 | 113 | <artifactId>junit</artifactId>
|
114 | 114 | <scope>test</scope>
|
115 | 115 | </dependency>
|
116 |
| -<dependency> |
117 |
| -<groupId>com.google.appengine</groupId> |
118 |
| -<artifactId>appengine-testing</artifactId> |
119 |
| -<scope>test</scope> |
120 |
| -</dependency> |
121 |
| -<dependency> |
122 |
| -<groupId>com.google.appengine</groupId> |
123 |
| -<artifactId>appengine-api-labs</artifactId> |
124 |
| -<scope>test</scope> |
125 |
| -</dependency> |
126 |
| -<dependency> |
127 |
| -<groupId>com.google.appengine</groupId> |
128 |
| -<artifactId>appengine-api-stubs</artifactId> |
129 |
| -<scope>test</scope> |
130 |
| -</dependency> |
131 | 116 | <dependency>
|
132 | 117 | <groupId>com.google.http-client</groupId>
|
133 | 118 | <artifactId>google-http-client-jackson2</artifactId>
|
|
Original file line number | Diff line number | Diff line change |
---|
|
96 | 96 | <artifactId>appengine-api-1.0-sdk</artifactId>
|
97 | 97 | <version>${project.appengine.version}</version>
|
98 | 98 | </dependency>
|
99 |
| -<dependency> |
100 |
| -<groupId>com.google.appengine</groupId> |
101 |
| -<artifactId>appengine-tools-sdk</artifactId> |
102 |
| -<version>${project.appengine.version}</version> |
103 |
| -</dependency> |
104 |
| -<dependency> |
105 |
| -<groupId>com.google.appengine</groupId> |
106 |
| -<artifactId>appengine-testing</artifactId> |
107 |
| -<version>${project.appengine.version}</version> |
108 |
| -</dependency> |
109 |
| -<dependency> |
110 |
| -<groupId>com.google.appengine</groupId> |
111 |
| -<artifactId>appengine-api-labs</artifactId> |
112 |
| -<version>${project.appengine.version}</version> |
113 |
| -</dependency> |
114 |
| -<dependency> |
115 |
| -<groupId>com.google.appengine</groupId> |
116 |
| -<artifactId>appengine-api-stubs</artifactId> |
117 |
| -<version>${project.appengine.version}</version> |
118 |
| -</dependency> |
119 | 99 | <dependency>
|
120 | 100 | <groupId>xpp3</groupId>
|
121 | 101 | <artifactId>xpp3</artifactId>
|
|
You can’t perform that action at this time.
0 commit comments