diff --git a/o2server/pom.xml b/o2server/pom.xml index 61b7f5e23c5cec1ea4da9e49daab81240dc8a7db..d7ccc1d3f18be2c988d85ea74a6dced0c315181f 100644 --- a/o2server/pom.xml +++ b/o2server/pom.xml @@ -338,6 +338,10 @@ org.apache.commons commons-email + + javax.activation + activation + @@ -837,6 +841,11 @@ commons-email 1.5 + + javax.activation + activation + 1.1.1 + o2oa x_base_core_project diff --git a/o2server/x_console/pom.xml b/o2server/x_console/pom.xml index 5cc437e030e155fd78f586856a71d030ab7c5ccc..abd501fa486d65f94484a2fbd9818ff17bc5d942 100644 --- a/o2server/x_console/pom.xml +++ b/o2server/x_console/pom.xml @@ -1,5 +1,8 @@ - + 4.0.0 o2oa @@ -58,6 +61,9 @@ false com.x.server.console.Main + + com.x.server.console.InstrumentationAgent +