Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mmhelloworld committed Dec 30, 2013
1 parent f215c44 commit c91a9f1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 19 deletions.
4 changes: 0 additions & 4 deletions frege-interpreter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.theoryinpractise.frege</groupId>
<artifactId>frege-maven-plugin</artifactId>
</dependency>
<dependency>
<groupId>frege</groupId>
<artifactId>frege</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions frege-script-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.theoryinpractise.frege</groupId>
<artifactId>frege-maven-plugin</artifactId>
</dependency>
<dependency>
<groupId>frege</groupId>
<artifactId>frege</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions jfrege-script-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.theoryinpractise.frege</groupId>
<artifactId>frege-maven-plugin</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>frege-script-engine</artifactId>
Expand Down
10 changes: 3 additions & 7 deletions memory-javac/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,10 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.theoryinpractise.frege</groupId>
<artifactId>frege-maven-plugin</artifactId>
<groupId>frege</groupId>
<artifactId>frege</artifactId>
<version>${frege.version}</version>
</dependency>
<dependency>
<groupId>frege</groupId>
<artifactId>frege</artifactId>
<version>${frege.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jdt.core.compiler</groupId>
<artifactId>ecj</artifactId>
Expand Down

0 comments on commit c91a9f1

Please sign in to comment.