Skip to content

Commit

Permalink
moditect#27 Reverting whitelist changes in POM files
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarmorling committed Jan 19, 2019
1 parent 44f3826 commit a7a6138
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 82 deletions.
76 changes: 38 additions & 38 deletions javac-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,38 +17,38 @@
-->
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.moditect.deptective</groupId>
<artifactId>deptective-aggregator</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<parent>
<groupId>org.moditect.deptective</groupId>
<artifactId>deptective-aggregator</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<properties>
<build.config.location>../etc</build.config.location>
</properties>

<artifactId>deptective-javac-plugin</artifactId>

<name>Deptective Javac Plug-in</name>
<name>Deptective Javac Plug-in</name>

<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>

<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -81,19 +81,19 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<!-- <fork>true</fork> -->
<!-- <compilerArgs> -->
<!-- <arg>-#-add-exports="jdk.compiler/com.sun.source.util=ALL-UNNAMED"</arg> -->
<!-- <arg>-#-add-exports="jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED"</arg> -->
<!-- <arg>-#-add-exports="jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED"</arg> -->
<!-- </compilerArgs> -->
</configuration>
</plugin>
</plugins>
</build>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<!-- <fork>true</fork> -->
<!-- <compilerArgs> -->
<!-- <arg>-#-add-exports="jdk.compiler/com.sun.source.util=ALL-UNNAMED"</arg> -->
<!-- <arg>-#-add-exports="jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED"</arg> -->
<!-- <arg>-#-add-exports="jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED"</arg> -->
<!-- </compilerArgs> -->
</configuration>
</plugin>
</plugins>
</build>
</project>
88 changes: 44 additions & 44 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@
-->
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.moditect.deptective</groupId>
<artifactId>deptective-aggregator</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<groupId>org.moditect.deptective</groupId>
<artifactId>deptective-aggregator</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
<module>javac-plugin</module>
<module>integration-test</module>
</modules>
<modules>
<module>javac-plugin</module>
<module>integration-test</module>
</modules>

<name>Deptective Aggregator</name>
<url>https://github.com/moditect/deptective</url>
<name>Deptective Aggregator</name>
<url>https://github.com/moditect/deptective</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -41,38 +41,38 @@
<build.config.location>etc</build.config.location>
</properties>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.8</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.8</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>27.0.1-jre</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.8</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.8</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>27.0.1-jre</version>
</dependency>
</dependencies>
</dependencyManagement>

<build>
<pluginManagement>
Expand Down

0 comments on commit a7a6138

Please sign in to comment.