[MINOR]: Formatted.
This commit is contained in:
parent
a867231348
commit
2908613499
66
pom.xml
66
pom.xml
@ -22,40 +22,31 @@
|
|||||||
<artifactId>antlr4</artifactId>
|
<artifactId>antlr4</artifactId>
|
||||||
<version>4.7</version>
|
<version>4.7</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-io</groupId>
|
<groupId>commons-io</groupId>
|
||||||
<artifactId>commons-io</artifactId>
|
<artifactId>commons-io</artifactId>
|
||||||
<version>2.6</version>
|
<version>2.6</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.guava</groupId>
|
<groupId>com.google.guava</groupId>
|
||||||
<artifactId>guava</artifactId>
|
<artifactId>guava</artifactId>
|
||||||
<version>22.0</version>
|
<version>22.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.reflections</groupId>
|
<groupId>org.reflections</groupId>
|
||||||
<artifactId>reflections</artifactId>
|
<artifactId>reflections</artifactId>
|
||||||
<version>0.9.11</version>
|
<version>0.9.11</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- https://mvnrepository.com/artifact/org.ow2.asm/asm -->
|
<!-- https://mvnrepository.com/artifact/org.ow2.asm/asm -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.ow2.asm</groupId>
|
<groupId>org.ow2.asm</groupId>
|
||||||
<artifactId>asm</artifactId>
|
<artifactId>asm</artifactId>
|
||||||
<version>7.0</version>
|
<version>7.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!--
|
<!-- <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-all</artifactId>
|
||||||
<dependency>
|
<version>[4.0.0,)</version> </dependency> -->
|
||||||
<groupId>org.ow2.asm</groupId>
|
<!-- <dependency> <groupId>org.bitbucket.mstrobel</groupId> <artifactId>procyon-reflection</artifactId>
|
||||||
<artifactId>asm-all</artifactId>
|
<version>[0.5.32,)</version> </dependency> -->
|
||||||
<version>[4.0.0,)</version>
|
|
||||||
</dependency>
|
|
||||||
-->
|
|
||||||
<!--
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.bitbucket.mstrobel</groupId>
|
|
||||||
<artifactId>procyon-reflection</artifactId>
|
|
||||||
<version>[0.5.32,)</version>
|
|
||||||
</dependency> -->
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
@ -79,7 +70,10 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<sourceDirectory>src/de/dhbwstuttgart/parser/antlr/</sourceDirectory>
|
<sourceDirectory>src/de/dhbwstuttgart/parser/antlr/</sourceDirectory>
|
||||||
<outputDirectory>src/de/dhbwstuttgart/parser/antlr/</outputDirectory>
|
<outputDirectory>src/de/dhbwstuttgart/parser/antlr/</outputDirectory>
|
||||||
<arguments> <argument>-package</argument> <argument>de.dhbwstuttgart.parser.antlr</argument> </arguments>
|
<arguments>
|
||||||
|
<argument>-package</argument>
|
||||||
|
<argument>de.dhbwstuttgart.parser.antlr</argument>
|
||||||
|
</arguments>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
<execution>
|
<execution>
|
||||||
@ -98,7 +92,7 @@
|
|||||||
</execution>
|
</execution>
|
||||||
|
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-assembly-plugin</artifactId>
|
<artifactId>maven-assembly-plugin</artifactId>
|
||||||
<executions>
|
<executions>
|
||||||
@ -115,7 +109,7 @@
|
|||||||
</descriptorRefs>
|
</descriptorRefs>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.reficio</groupId>
|
<groupId>org.reficio</groupId>
|
||||||
<artifactId>p2-maven-plugin</artifactId>
|
<artifactId>p2-maven-plugin</artifactId>
|
||||||
<version>1.1.2-SNAPSHOT</version>
|
<version>1.1.2-SNAPSHOT</version>
|
||||||
@ -129,10 +123,18 @@
|
|||||||
<artifact>
|
<artifact>
|
||||||
<id>de.dhbwstuttgart:JavaTXcompiler:0.1</id>
|
<id>de.dhbwstuttgart:JavaTXcompiler:0.1</id>
|
||||||
</artifact>
|
</artifact>
|
||||||
<artifact><id>org.reflections:reflections:0.9.11</id></artifact>
|
<artifact>
|
||||||
<artifact><id>com.google.guava:guava:22.0</id></artifact>
|
<id>org.reflections:reflections:0.9.11</id>
|
||||||
<artifact><id>javax.annotation:javax.annotation-api:1.3.1</id></artifact>
|
</artifact>
|
||||||
<artifact><id>org.glassfish:javax.annotation:3.1.1</id></artifact>
|
<artifact>
|
||||||
|
<id>com.google.guava:guava:22.0</id>
|
||||||
|
</artifact>
|
||||||
|
<artifact>
|
||||||
|
<id>javax.annotation:javax.annotation-api:1.3.1</id>
|
||||||
|
</artifact>
|
||||||
|
<artifact>
|
||||||
|
<id>org.glassfish:javax.annotation:3.1.1</id>
|
||||||
|
</artifact>
|
||||||
</artifacts>
|
</artifacts>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
@ -171,8 +173,8 @@
|
|||||||
<repository>
|
<repository>
|
||||||
<id>maven-repository</id>
|
<id>maven-repository</id>
|
||||||
<url>file:///${project.basedir}/target</url>
|
<url>file:///${project.basedir}/target</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>1.8</maven.compiler.source>
|
<maven.compiler.source>1.8</maven.compiler.source>
|
||||||
<maven.compiler.target>1.8</maven.compiler.target>
|
<maven.compiler.target>1.8</maven.compiler.target>
|
||||||
|
Loading…
Reference in New Issue
Block a user