Skip to content

Commit

Permalink
Merge pull request #69 from adobe/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
fistakus authored Dec 19, 2019
2 parents 73fa8bf + 7846402 commit 01b6ad0
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 3,192 deletions.
3,082 changes: 0 additions & 3,082 deletions angular-app/package-lock.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion angular-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"chart.js": "^2.7.2",
"core-js": "^2.5.4",
"node-fetch": "^2.2.0",
"npm": "^6.4.1",
"request": "^2.87.0",
"rxjs": "^6.0.0",
"ts-loader": "^4.4.2",
Expand Down
7 changes: 0 additions & 7 deletions bundles/commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,6 @@
<artifactId>annotations</artifactId>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.8.4</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.adobe.aem</groupId>
<artifactId>uber-jar</artifactId>
Expand Down
12 changes: 0 additions & 12 deletions bundles/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -343,18 +343,6 @@
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.commons.osgi</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.i18n</artifactId>
Expand Down
30 changes: 0 additions & 30 deletions bundles/core/src/test/resources/findbugs-exclude.xml

This file was deleted.

8 changes: 0 additions & 8 deletions bundles/ssr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -307,14 +307,6 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>
<dependency>
<groupId>com.adobe.aem</groupId>
<artifactId>uber-jar</artifactId>
Expand Down
30 changes: 0 additions & 30 deletions bundles/ssr/src/test/resources/findbugs-exclude.xml

This file was deleted.

20 changes: 0 additions & 20 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -661,26 +661,6 @@
<scope>provided</scope>
</dependency>

<!-- Jackson -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.8.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.8.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.8.4</version>
<scope>provided</scope>
</dependency>

<!-- Servlet API -->
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
2 changes: 1 addition & 1 deletion ui.apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
<goal>install</goal>
</goals>
<configuration>
<targetURL>${quickstart.url}/crx/packmgr/service.jsp</targetURL>
<targetURL>${quickstart.publish.url}/crx/packmgr/service.jsp</targetURL>
<failOnError>true</failOnError>
</configuration>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion ui.content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
<goal>install</goal>
</goals>
<configuration>
<targetURL>${quickstart.url}/crx/packmgr/service.jsp</targetURL>
<targetURL>${quickstart.publish.url}/crx/packmgr/service.jsp</targetURL>
<failOnError>true</failOnError>
</configuration>
</execution>
Expand Down

0 comments on commit 01b6ad0

Please sign in to comment.