Skip to content

Commit

Permalink
Fixing POM to correctly reference orbit-parent
Browse files Browse the repository at this point in the history
Cleaning up an import incorrectly added to Stage
Removing empty dependency that was accidentally added to commons POM
  • Loading branch information
FieldFlux committed Jun 18, 2015
1 parent b22a9a3 commit a7513cb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion actors/stage/src/main/java/com/ea/orbit/actors/Stage.java
Expand Up @@ -51,7 +51,6 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import javax.inject.Inject;
import javax.inject.Singleton;

import java.lang.reflect.Method;
Expand Down
2 changes: 0 additions & 2 deletions commons/pom.xml
Expand Up @@ -41,6 +41,4 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

<artifactId>orbit-commons</artifactId>

<dependencies>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion utils/metrics/pom.xml
Expand Up @@ -34,7 +34,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<groupId>com.ea.orbit</groupId>
<artifactId>orbit-parent</artifactId>
<version>0.3.2-SNAPSHOT</version>
<relativePath>..</relativePath>
<relativePath>../..</relativePath>
</parent>
<artifactId>orbit-metrics</artifactId>
<name>Orbit Metrics</name>
Expand Down

0 comments on commit a7513cb

Please sign in to comment.