Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90410826
pom.xml
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 1, 10:39
Size
6 KB
Mime Type
text/xml
Expires
Sun, Nov 3, 10:39 (2 d)
Engine
blob
Format
Raw Data
Handle
22068644
Attached To
R2664 SHRINE MedCo Fork
pom.xml
View Options
<?xml version="1.0" encoding="UTF-8"?>
<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"
>
<parent>
<artifactId>
shrine-base
</artifactId>
<groupId>
net.shrine
</groupId>
<version>
1.20.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
dashboard-app
</artifactId>
<name>
Dashboard App
</name>
<packaging>
jar
</packaging>
<build>
<sourceDirectory>
src/main/scala
</sourceDirectory>
<testSourceDirectory>
src/test/scala
</testSourceDirectory>
<plugins>
<plugin>
<groupId>
net.alchim31.maven
</groupId>
<artifactId>
scala-maven-plugin
</artifactId>
</plugin>
<plugin>
<groupId>
com.github.eirslett
</groupId>
<artifactId>
frontend-maven-plugin
</artifactId>
<!-- NB! Set <version> to the latest released version of frontend-maven-plugin, like in README.md -->
<version>
0.0.23
</version>
<!-- point to front end -->
<configuration>
<workingDirectory>
src/main/js
</workingDirectory>
</configuration>
<executions>
<execution>
<id>
install node and npm
</id>
<goals>
<goal>
install-node-and-npm
</goal>
</goals>
<configuration>
<nodeVersion>
v0.10.33
</nodeVersion>
<npmVersion>
2.7.4
</npmVersion>
<!-- <downloadRoot>https://catalyst-artifacts.s3.amazonaws.com/</downloadRoot>-->
</configuration>
</execution>
<execution>
<id>
npm install
</id>
<goals>
<goal>
npm
</goal>
</goals>
<!-- optional: default phase is "generate-resources" -->
<phase>
generate-resources
</phase>
<configuration>
<!-- optional: The default argument is actually
"install", so unless you need to run some other npm command,
you can remove this whole <configuration> section.
-->
<arguments>
install
</arguments>
</configuration>
</execution>
<execution>
<id>
bower install
</id>
<goals>
<goal>
bower
</goal>
</goals>
<configuration>
<!-- optional: The default argument is actually
"install", so unless you need to run some other bower command,
you can remove this whole <configuration> section.
-->
<arguments>
install
</arguments>
</configuration>
</execution>
<execution>
<id>
grunt default
</id>
<goals>
<goal>
grunt
</goal>
</goals>
<configuration>
<arguments>
--no-color
</arguments>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>
io.spray
</groupId>
<artifactId>
spray-routing_2.11
</artifactId>
<version>
${
spray
-
version
}
</version>
</dependency>
<dependency>
<groupId>
io.spray
</groupId>
<artifactId>
spray-servlet_2.11
</artifactId>
<version>
${
spray
-
version
}
</version>
</dependency>
<dependency>
<groupId>
io.spray
</groupId>
<artifactId>
spray-util_2.11
</artifactId>
<version>
${
spray
-
version
}
</version>
</dependency>
<dependency>
<groupId>
io.spray
</groupId>
<artifactId>
spray-testkit_2.11
</artifactId>
<version>
${
spray
-
version
}
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
com.typesafe.akka
</groupId>
<artifactId>
akka-actor_2.11
</artifactId>
<version>
${
akka
-
version
}
</version>
</dependency>
<dependency>
<groupId>
com.typesafe.akka
</groupId>
<artifactId>
akka-slf4j_2.11
</artifactId>
<version>
${
akka
-
version
}
</version>
</dependency>
<dependency>
<groupId>
com.typesafe.akka
</groupId>
<artifactId>
akka-testkit_2.11
</artifactId>
<version>
${
akka
-
testkit
-
version
}
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.json4s
</groupId>
<artifactId>
json4s-native_2.11
</artifactId>
<version>
${
json4s
-
version
}
</version>
</dependency>
<dependency>
<groupId>
com.typesafe.slick
</groupId>
<artifactId>
slick_2.11
</artifactId>
<version>
${
slick
-
version
}
</version>
</dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-log4j12
</artifactId>
<version>
${
slf4j
-
version
}
</version>
</dependency>
<dependency>
<groupId>
com.h2database
</groupId>
<artifactId>
h2
</artifactId>
<version>
${
h2
-
version
}
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
net.shrine
</groupId>
<artifactId>
shrine-protocol
</artifactId>
<version>
${
project
.
version
}
</version>
</dependency>
<dependency>
<groupId>
net.shrine
</groupId>
<artifactId>
shrine-client
</artifactId>
<version>
${
project
.
version
}
</version>
</dependency>
<dependency>
<groupId>
net.shrine
</groupId>
<artifactId>
shrine-crypto
</artifactId>
<version>
${
project
.
version
}
</version>
<type>
test-jar
</type>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
net.shrine
</groupId>
<artifactId>
shrine-auth
</artifactId>
<version>
${
project
.
version
}
</version>
</dependency>
<dependency>
<groupId>
mysql
</groupId>
<artifactId>
mysql-connector-java
</artifactId>
<version>
${
mysql
-
version
}
</version>
</dependency>
</dependencies>
</project>
Event Timeline
Log In to Comment